Searched refs:unencoded (Results 1 – 3 of 3) sorted by relevance
216 bdf_glyph_t* unencoded; /* Unencoded glyphs themselves. */ member
1697 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs()1705 glyph = font->unencoded + font->unencoded_used; in _bdf_parse_glyphs()1728 glyph = font->unencoded + ( font->unencoded_used - 1 ); in _bdf_parse_glyphs()2569 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font()2577 FT_FREE( font->unencoded ); in bdf_free_font()
752 You would use the linear (unencoded) value if you need to process the pixel806 values are unencoded, linear, values and that the output device also has a
Completed in 12 milliseconds