Searched refs:kerning_glyph (Results 1 – 3 of 3) sorted by relevance
115 … int first_glyph_index, int last_glyph_index, GX_KERNING_GLYPH *kerning_glyph, FontCharMap *map) in gx_studio_font_util_get_kerning_info() argument192 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() local1209 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 …]
3358 … GX_CONST GX_KERNING_GLYPH *kerning_glyph = &font->gx_font_glyphs.gx_font_kerning_glyphs[index]; in WriteFontPage() local3359 if (kerning_glyph -> gx_kerning_table) in WriteFontPage()3361 … WriteKerningTable(const_cast<GX_UBYTE *>(kerning_glyph->gx_kerning_table), name, charval); in WriteFontPage()
1550 … const GX_KERNING_GLYPH *kerning_glyph = &font->gx_font_glyphs.gx_font_kerning_glyphs[glyph_index]; in WriteGlyphBock() local1552 glyph = (const GX_GLYPH *)kerning_glyph; in WriteGlyphBock()