HomeSort by: relevance | last modified time | path
    Searched defs:FT_ERR_CAT (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/
fttypes.h 595 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
599 #define FT_ERR( e ) FT_ERR_CAT( FT_ERR_PREFIX, e )
  /xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.c 112 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
233 ( FT_Throw( FT_ERR_CAT( ErrRaster_, e ), \
236 FT_ERR_CAT( ErrRaster_, e ) )
243 #define FT_THROW( e ) FT_ERR_CAT( ErrRaster_, e )
  /xsrc/external/mit/freetype/dist/src/raster/
ftraster.c 178 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
200 #define FT_THROW( e ) FT_ERR_CAT( Raster_Err_, e )

Completed in 11 milliseconds