Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdf.h183 unsigned long unencoded_used; /* Unencoded glyph struct. used. */ member
Dbdflib.c1512 if ( font->unencoded_used == font->unencoded_size ) in _bdf_parse_glyphs()
1522 glyph = font->unencoded + font->unencoded_used; in _bdf_parse_glyphs()
1524 glyph->encoding = font->unencoded_used++; in _bdf_parse_glyphs()
1553 glyph = font->unencoded + ( font->unencoded_used - 1 ); in _bdf_parse_glyphs()
2214 if ( p->cnt != p->font->glyphs_used + p->font->unencoded_used ) in bdf_load_font()
2217 p->font->glyphs_used + p->font->unencoded_used )); in bdf_load_font()
2223 ( p->font->glyphs_used > 0 || p->font->unencoded_used > 0 ) ) in bdf_load_font()
2372 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font()
Dbdfdrivr.c410 font->unencoded_used )); in BDF_Face_Init()