Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/bdf/
A Dbdf.h185 unsigned long glyphs_size; /* Glyph structures allocated. */ member
210 unsigned long glyphs_size; /* Glyph structures allocated. */ member
A Dbdfdrivr.c393 font->glyphs_size, in BDF_Face_Init()
430 bdfface->num_glyphs = font->glyphs_size + 1; in BDF_Face_Init()
489 if ( FT_NEW_ARRAY( face->en_table, font->glyphs_size ) ) in BDF_Face_Init()
493 for ( n = 0; n < font->glyphs_size; n++ ) in BDF_Face_Init()
A Dbdflib.c1520 p->cnt = font->glyphs_size = _bdf_atoul( p->list.field[1], 0, 10 ); in _bdf_parse_glyphs()
1524 font->glyphs_size = 64; in _bdf_parse_glyphs()
1535 if ( FT_NEW_ARRAY( font->glyphs, font->glyphs_size ) ) in _bdf_parse_glyphs()
1671 if ( font->glyphs_used == font->glyphs_size ) in _bdf_parse_glyphs()
1674 font->glyphs_size, in _bdf_parse_glyphs()
1675 font->glyphs_size + 64 ) ) in _bdf_parse_glyphs()
1678 font->glyphs_size += 64; in _bdf_parse_glyphs()

Completed in 8 milliseconds