Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp682 GX_COMPRESSED_GLYPH *put_compressed_glyph; in MakeFontPage() local
797 put_compressed_glyph = &(compressed_glyph_array)[use_char - firstchar]; in MakeFontPage()
798 CopyGlyphData((GX_GLYPH *)put_compressed_glyph, glyph, bits_per_pix, reversed_order); in MakeFontPage()
801 RleEncodeGlyphData(put_compressed_glyph, bits_per_pix); in MakeFontPage()