Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdf.h183 unsigned long unencoded_size; /* Unencoded glyph struct. allocated. */ member
Dbdflib.c1513 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()
Dbdfdrivr.c409 font->unencoded_size, in BDF_Face_Init()