Home
last modified time | relevance | path

Searched refs:_bdf_list_split (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/bdf/
Dbdflib.c408 _bdf_list_split( _bdf_list_t* list, in _bdf_list_split() function
1001 error = _bdf_list_split( &list, "-", name, (unsigned long)len ); in _bdf_set_default_spacing()
1339 error = _bdf_list_split( &p->list, " +", line, linelen ); in _bdf_parse_glyphs()
1426 error = _bdf_list_split( &p->list, " +", line, linelen ); in _bdf_parse_glyphs()
1464 error = _bdf_list_split( &p->list, " +", line, linelen ); in _bdf_parse_glyphs()
1618 error = _bdf_list_split( &p->list, " +", line, linelen ); in _bdf_parse_glyphs()
1631 error = _bdf_list_split( &p->list, " +", line, linelen ); in _bdf_parse_glyphs()
1656 error = _bdf_list_split( &p->list, " +", line, linelen ); in _bdf_parse_glyphs()
1849 error = _bdf_list_split( &p->list, " +", line, linelen ); in _bdf_parse_properties()
1979 error = _bdf_list_split( &p->list, " +", line, linelen ); in _bdf_parse_start()
[all …]
/external/freetype/
DChangeLog.242205 * src/bdf/bdflib.c (_bdf_list_split): Add one more `field' initializer.
2380 * src/bdf/bdflib.c (_bdf_list_split): Initialize `field' elements
2407 comment before `_bdf_list_split', this is, really allocate at least
DChangeLog2068 * src/bdf/bdflib.c (_bdf_list_split,bdf_create_property,
DChangeLog.21542 (_bdf_list_split): This. Use new functions.