Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdflib.c753 _bdf_atous( const char* s ) in _bdf_atous() function
1660 glyph->bbx.width = _bdf_atous( p->list.field[1] ); in _bdf_parse_glyphs()
1661 glyph->bbx.height = _bdf_atous( p->list.field[2] ); in _bdf_parse_glyphs()
2022 p->font->bbx.width = _bdf_atous( p->list.field[1] ); in _bdf_parse_start()
2023 p->font->bbx.height = _bdf_atous( p->list.field[2] ); in _bdf_parse_start()
/external/freetype/
DChangeLog.261857 * src/bdf/bdflib.c (_bdf_atoul, _bdf_atol, _bdf_atous,
4834 * src/bdf/bdflib.c (_bdf_atous): New function.
DChangeLog.28854 * src/bdf/bdflib.c (_bdf_atoul, _bdf_atol, _bdf_atous, _bdf_atos):