Searched refs:compressed_glyph_array (Results 1 – 1 of 1) sorted by relevance
681 GX_COMPRESSED_GLYPH *compressed_glyph_array; in MakeFontPage() local712 compressed_glyph_array = new GX_COMPRESSED_GLYPH[char_count]; in MakeFontPage()713 memset(compressed_glyph_array, 0, char_count * sizeof(GX_COMPRESSED_GLYPH)); in MakeFontPage()714 new_font->gx_font_glyphs.gx_font_compressed_glyphs = compressed_glyph_array; in MakeFontPage()797 put_compressed_glyph = &(compressed_glyph_array)[use_char - firstchar]; in MakeFontPage()