Searched refs:FT_ERROR_BASE (Results 1 – 6 of 6) sorted by relevance
601 #define FT_ERROR_BASE( x ) ( (x) & 0xFF ) macro605 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )607 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
36 #define FT_ERROR_START_LIST switch ( FT_ERROR_BASE( error_code ) ) { in FT_Error_String()
1416 * include/fttypes.h (FT_ERROR_BASE): New macro.
430 `FT_ERROR_BASE'.
4064 FT_ERROR_BASE.
2813 (PCF_Face_Init): Use FT_ERROR_BASE.