Searched defs:FT_ERR (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/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/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c8839 case FT_ERR( Invalid_Opcode ): function
/external/freetype/include/
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.c8943 case FT_ERR( Invalid_Opcode ): function
/external/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c8843 case FT_ERR( Invalid_Opcode ): function

Completed in 383 milliseconds