Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdflib.c1523 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()
Dbdf.h198 unsigned long unencoded_used; /* Unencoded glyph struct. used. */ member
Dbdfdrivr.c398 font->unencoded_used )); in BDF_Face_Init()