Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdflib.c417 unsigned long final_empty; in _bdf_list_split() local
463 for ( final_empty = 0, sp = ep = line, end = sp + linelen; in _bdf_list_split()
495 final_empty = ( ep > sp && *ep == 0 ); in _bdf_list_split()
500 if ( list->used + final_empty >= list->size ) in _bdf_list_split()
502 error = _bdf_list_ensure( list, list->used + final_empty + 1 ); in _bdf_list_split()
507 if ( final_empty ) in _bdf_list_split()