HomeSort by relevance Sort by last modified time
    Searched refs:AFM_IS_EOF (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 64 #define AFM_IS_EOF( ch ) ( (ch) == EOF || (ch) == '\x1a' )
110 else if ( AFM_IS_EOF( ch ) )
146 else if ( AFM_IS_EOF( ch ) )
180 else if ( AFM_IS_EOF( ch ) )
  /external/freetype/src/psaux/
afmparse.c 65 #define AFM_IS_EOF( ch ) ( (ch) == EOF || (ch) == '\x1a' )
111 else if ( AFM_IS_EOF( ch ) )
148 else if ( AFM_IS_EOF( ch ) )
183 else if ( AFM_IS_EOF( ch ) )

Completed in 48 milliseconds