Searched refs:_bdf_atoul (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 849 _bdf_atoul( char* s, in _bdf_atoul() function 1335 fp->value.ul = _bdf_atoul( value, 0, 10 ); in _bdf_add_property() 1405 fp->value.ul = _bdf_atoul( value, 0, 10 ); in _bdf_add_property() 1520 p->cnt = font->glyphs_size = _bdf_atoul( p->list.field[1], 0, 10 ); in _bdf_parse_glyphs() 1803 glyph->swidth = (unsigned short)_bdf_atoul( p->list.field[1], 0, 10 ); in _bdf_parse_glyphs() 1819 glyph->dwidth = (unsigned short)_bdf_atoul( p->list.field[1], 0, 10 ); in _bdf_parse_glyphs() 2179 p->cnt = p->font->props_size = _bdf_atoul( p->list.field[1], 0, 10 ); in _bdf_parse_start() 2274 p->font->point_size = _bdf_atoul( p->list.field[1], 0, 10 ); in _bdf_parse_start() 2275 p->font->resolution_x = _bdf_atoul( p->list.field[2], 0, 10 ); in _bdf_parse_start() 2276 p->font->resolution_y = _bdf_atoul( p->list.field[3], 0, 10 ); in _bdf_parse_start()
|
Completed in 7 milliseconds