Searched refs:unencoded_used (Results 1 – 3 of 3) sorted by relevance
1523 if ( font->unencoded_used == font->unencoded_size ) in _bdf_parse_glyphs()1533 glyph = font->unencoded + font->unencoded_used; in _bdf_parse_glyphs()1535 glyph->encoding = (long)font->unencoded_used++; in _bdf_parse_glyphs()1564 glyph = font->unencoded + ( font->unencoded_used - 1 ); in _bdf_parse_glyphs()1719 font->unencoded_used - 1 ); in _bdf_parse_glyphs()2239 if ( p->cnt != p->font->glyphs_used + p->font->unencoded_used ) in bdf_load_font()2242 p->font->glyphs_used + p->font->unencoded_used )); in bdf_load_font()2249 ( p->font->glyphs_used > 0 || p->font->unencoded_used > 0 ) ) in bdf_load_font()2402 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font()
198 unsigned long unencoded_used; /* Unencoded glyph struct. used. */ member
398 font->unencoded_used )); in BDF_Face_Init()