Searched refs:unencoded_size (Results 1 – 3 of 3) sorted by relevance
183 unsigned long unencoded_size; /* Unencoded glyph struct. allocated. */ member
1513 if ( font->unencoded_used == font->unencoded_size ) in _bdf_parse_glyphs()1516 font->unencoded_size, in _bdf_parse_glyphs()1517 font->unencoded_size + 4 ) ) in _bdf_parse_glyphs()1520 font->unencoded_size += 4; in _bdf_parse_glyphs()
409 font->unencoded_size, in BDF_Face_Init()