HomeSort by relevance Sort by last modified time
    Searched refs:FT_ERR_CAT (Results 1 - 12 of 12) 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...]
  /external/pdfium/third_party/freetype/include/freetype/
fterrors.h 153 #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) };
165 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s )
169 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/pdfium/third_party/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 )
215 ( FT_Throw( FT_ERR_CAT( ErrRaster, e ), \
218 FT_ERR_CAT( ErrRaster, e ) )
225 #define FT_THROW( e ) FT_ERR_CAT( ErrRaster_, e )
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 104 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
212 ( FT_Throw( FT_ERR_CAT( ErrRaster, e ), \
215 FT_ERR_CAT( ErrRaster, e ) )
222 #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...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 180 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
204 #define FT_THROW( e ) FT_ERR_CAT( Raster_Err_, e )
    [all...]

Completed in 206 milliseconds