HomeSort by relevance Sort by last modified time
    Searched refs:FT_ERR_CAT (Results 1 - 7 of 7) sorted by null

  /external/freetype/include/freetype/
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 )
fttypes.h     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fterrors.h 135 #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) };
147 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s )
151 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s )
fttypes.h     [all...]
  /external/freetype/include/freetype/internal/
ftdebug.h 204 ( FT_Throw( FT_ERR_CAT( FT_ERR_PREFIX, e ), \
207 FT_ERR_CAT( FT_ERR_PREFIX, e ) )
213 #define FT_THROW( e ) FT_ERR_CAT( FT_ERR_PREFIX, e )
  /external/freetype/src/smooth/
ftgrays.c 104 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
225 ( FT_Throw( FT_ERR_CAT( ErrRaster, e ), \
228 FT_ERR_CAT( ErrRaster, e ) )
235 #define FT_THROW( e ) FT_ERR_CAT( ErrRaster_, e )
    [all...]
  /external/freetype/src/raster/
ftraster.c 180 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
202 #define FT_THROW( e ) FT_ERR_CAT( Raster_Err_, e )
    [all...]

Completed in 170 milliseconds