Home
last modified time | relevance | path

Searched refs:kerning_glyph (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp115 … int first_glyph_index, int last_glyph_index, GX_KERNING_GLYPH *kerning_glyph, FontCharMap *map) in gx_studio_font_util_get_kerning_info() argument
192 kerning_glyph->gx_kerning_table = new GX_UBYTE[table_size]; in gx_studio_font_util_get_kerning_info()
193 memset(const_cast<GX_UBYTE *>(kerning_glyph->gx_kerning_table), 0, table_size); in gx_studio_font_util_get_kerning_info()
194 left_glyph_ptr = (GX_UBYTE *)(kerning_glyph->gx_kerning_table + 1); in gx_studio_font_util_get_kerning_info()
196 if (kerning_glyph->gx_kerning_table) in gx_studio_font_util_get_kerning_info()
198 *(const_cast<GX_UBYTE *>(kerning_glyph->gx_kerning_table)) = kerning_pairs.GetCount(); in gx_studio_font_util_get_kerning_info()
1189 GX_KERNING_GLYPH *kerning_glyph; in FindFirstValidGlyph() local
1209 kerning_glyph = (GX_KERNING_GLYPH *)page->gx_font_glyphs.gx_font_kerning_glyphs; in FindFirstValidGlyph()
1210 if (kerning_glyph[index].gx_glyph_map != NULL || in FindFirstValidGlyph()
1211 kerning_glyph[index].gx_glyph_advance != 0) in FindFirstValidGlyph()
[all …]
Dresource_gen.cpp3358 … GX_CONST GX_KERNING_GLYPH *kerning_glyph = &font->gx_font_glyphs.gx_font_kerning_glyphs[index]; in WriteFontPage() local
3359 if (kerning_glyph -> gx_kerning_table) in WriteFontPage()
3361 … WriteKerningTable(const_cast<GX_UBYTE *>(kerning_glyph->gx_kerning_table), name, charval); in WriteFontPage()
Dbinary_resource_gen.cpp1550 … const GX_KERNING_GLYPH *kerning_glyph = &font->gx_font_glyphs.gx_font_kerning_glyphs[glyph_index]; in WriteGlyphBock() local
1552 glyph = (const GX_GLYPH *)kerning_glyph; in WriteGlyphBock()