Home
last modified time | relevance | path

Searched refs:FT_ERROR_BASE (Results 1 – 6 of 6) sorted by relevance

/external/freetype/include/freetype/
Dfttypes.h601 #define FT_ERROR_BASE( x ) ( (x) & 0xFF ) macro
605 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )
607 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
/external/freetype/src/base/
Dfterrors.c36 #define FT_ERROR_START_LIST switch ( FT_ERROR_BASE( error_code ) ) { in FT_Error_String()
/external/freetype/
DChangeLog.201416 * include/fttypes.h (FT_ERROR_BASE): New macro.
DChangeLog.24430 `FT_ERROR_BASE'.
DChangeLog.234064 FT_ERROR_BASE.
DChangeLog.212813 (PCF_Face_Init): Use FT_ERROR_BASE.