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

  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 65 #define AFM_IS_SPACE( ch ) ( (ch) == ' ' || (ch) == '\t' )
102 if ( !AFM_IS_SPACE( ch ) )
134 if ( AFM_IS_SPACE( ch ) )
  /external/freetype/src/psaux/
afmparse.c 66 #define AFM_IS_SPACE( ch ) ( (ch) == ' ' || (ch) == '\t' )
103 if ( !AFM_IS_SPACE( ch ) )
136 if ( AFM_IS_SPACE( ch ) )

Completed in 28 milliseconds