Searched refs:FT_ERR_CAT (Results 1 – 7 of 7) sorted by relevance
/external/freetype/include/freetype/ |
D | fterrors.h | 163 #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; 175 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) 179 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s )
|
D | fttypes.h | 597 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y ) macro 601 #define FT_ERR( e ) FT_ERR_CAT( FT_ERR_PREFIX, e )
|
/external/freetype/include/freetype/internal/ |
D | ftdebug.h | 228 ( FT_Throw( FT_ERR_CAT( FT_ERR_PREFIX, e ), \ 231 FT_ERR_CAT( FT_ERR_PREFIX, e ) ) 237 #define FT_THROW( e ) FT_ERR_CAT( FT_ERR_PREFIX, e )
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 104 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y ) macro 225 ( FT_Throw( FT_ERR_CAT( ErrRaster, e ), \ 228 FT_ERR_CAT( ErrRaster, e ) ) 235 #define FT_THROW( e ) FT_ERR_CAT( ErrRaster_, e )
|
/external/freetype/src/raster/ |
D | ftraster.c | 179 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y ) macro 201 #define FT_THROW( e ) FT_ERR_CAT( Raster_Err_, e )
|
/external/freetype/ |
D | ChangeLog.24 | 352 * include/freetype/fterrors.h (FT_ERR_XCAT, FT_ERR_CAT): Move to...
|
D | ChangeLog.21 | 9354 * include/freetype/fterrors.h: Adding `#undef FT_ERR_CAT' and
|