Searched defs:FT_ERR (Results 1 - 2 of 2) sorted by relevance

/external/freetype/include/freetype/
H A Dfttypes.h582 #define FT_ERR( e ) FT_ERR_CAT( FT_ERR_PREFIX, e ) macro
588 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )
590 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
/external/freetype/src/truetype/
H A Dttinterp.c8839 case FT_ERR( Invalid_Opcode ): function

Completed in 98 milliseconds