Searched refs:glyph_array (Results 1 – 1 of 1) sorted by relevance
679 GX_GLYPH *glyph_array; in MakeFontPage() local732 glyph_array = new GX_GLYPH[char_count]; in MakeFontPage()733 memset(glyph_array, 0, char_count * sizeof(GX_GLYPH)); in MakeFontPage()734 new_font->gx_font_glyphs.gx_font_normal_glyphs = glyph_array; in MakeFontPage()739 glyph_array = new GX_GLYPH[char_count]; in MakeFontPage()740 memset(glyph_array, 0, char_count * sizeof(GX_GLYPH)); in MakeFontPage()741 new_font->gx_font_glyphs.gx_font_normal_glyphs = glyph_array; in MakeFontPage()816 put_glyph = &glyph_array[use_char - firstchar]; in MakeFontPage()1321 GX_GLYPH *glyph_array = new GX_GLYPH[char_count]; in CopyGlyphs() local1322 memset(glyph_array, 0, char_count * sizeof(GX_GLYPH)); in CopyGlyphs()[all …]