Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dfttypes.h603 #define FT_ERROR_BASE( x ) ( (x) & 0xFF ) macro
607 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )
609 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
/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.