Home
last modified time | relevance | path

Searched refs:last_glyph (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp127 INT last_glyph = last_glyph_index; in gx_studio_font_util_get_kerning_info() local
148 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() local
1449 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()
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dtttypes.h607 FT_UShort last_glyph; member