Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dpsaux.h829 #define IS_PS_NEWLINE( ch ) \ macro
835 IS_PS_NEWLINE( ch ) || \
/external/freetype/src/psaux/
Dpsobjs.c298 if ( IS_PS_NEWLINE( *cur ) ) in skip_comment()