Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/psaux/
A Dafmparse.c63 #define AFM_IS_NEWLINE( ch ) ( (ch) == '\r' || (ch) == '\n' ) macro
107 if ( AFM_IS_NEWLINE( ch ) ) in afm_stream_skip_spaces()
138 else if ( AFM_IS_NEWLINE( ch ) ) in afm_stream_read_one()
178 if ( AFM_IS_NEWLINE( ch ) ) in afm_stream_read_string()

Completed in 3 milliseconds