Searched refs:last_glyph (Results 1 – 2 of 2) sorted by relevance
127 INT last_glyph = last_glyph_index; in gx_studio_font_util_get_kerning_info() local148 if (last_glyph > 0xff) in gx_studio_font_util_get_kerning_info()150 last_glyph = 0xff; in gx_studio_font_util_get_kerning_info()162 for (index = first_glyph; index <= last_glyph; index++) in gx_studio_font_util_get_kerning_info()1439 GX_CHAR_CODE last_glyph = src_page->gx_font_last_glyph; in optimize_font() local1449 last_glyph = FindDeadGlyphBlock(src_page, first_glyph); in optimize_font()1456 current_page->gx_font_last_glyph = last_glyph; in optimize_font()1484 first_glyph = last_glyph + 1; in optimize_font()
607 FT_UShort last_glyph; member