Searched refs:FT_ERROR_BASE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h584 #define FT_ERROR_BASE( x ) ( (x) & 0xFF ) 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/include/
H A Dfttypes.h584 #define FT_ERROR_BASE( x ) ( (x) & 0xFF ) macro
588 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )
590 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfttypes.h584 #define FT_ERROR_BASE( x ) ( (x) & 0xFF ) macro
588 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )
590 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfttypes.h584 #define FT_ERROR_BASE( x ) ( (x) & 0xFF ) macro
588 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )
590 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )

Completed in 1352 milliseconds