Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdflib.c1515 if ( font->unencoded_used == font->unencoded_size ) in bdf_parse_glyphs_()
1525 glyph = font->unencoded + font->unencoded_used; in bdf_parse_glyphs_()
1527 glyph->encoding = font->unencoded_used++; in bdf_parse_glyphs_()
1554 glyph = font->unencoded + ( font->unencoded_used - 1 ); in bdf_parse_glyphs_()
2207 if ( p->cnt != p->font->glyphs_used + p->font->unencoded_used ) in bdf_load_font()
2210 p->font->glyphs_used + p->font->unencoded_used )); in bdf_load_font()
2216 ( p->font->glyphs_used > 0 || p->font->unencoded_used > 0 ) ) in bdf_load_font()
2346 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font()
Dbdf.h183 unsigned long unencoded_used; /* Unencoded glyph struct. used. */ member
Dbdfdrivr.c402 font->unencoded_used )); in BDF_Face_Init()