Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp681 GX_COMPRESSED_GLYPH *compressed_glyph_array; in MakeFontPage() local
712 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()