Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dafmparse.c67 #define AFM_IS_EOF( ch ) ( (ch) == EOF || (ch) == '\x1a' ) macro
113 else if ( AFM_IS_EOF( ch ) ) in afm_stream_skip_spaces()
150 else if ( AFM_IS_EOF( ch ) ) in afm_stream_read_one()
185 else if ( AFM_IS_EOF( ch ) ) in afm_stream_read_string()