HomeSort by relevance Sort by last modified time
    Searched defs:FT_THROW (Results 1 - 9 of 9) sorted by null

  /external/freetype/include/freetype/internal/
ftdebug.h 188 /* Define the FT_ASSERT and FT_THROW macros. The call to `FT_Throw' */
203 #define FT_THROW( e ) \
204 ( FT_Throw( FT_ERR_CAT( FT_ERR_PREFIX, e ), \
213 #define FT_THROW( e ) FT_ERR_CAT( FT_ERR_PREFIX, e )
240 FT_Throw( FT_Error error,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftdebug.h 188 /* Define the FT_ASSERT and FT_THROW macros. The call to `FT_Throw' */
203 #define FT_THROW( e ) \
204 ( FT_Throw( FT_ERR_CAT( FT_ERR_PREFIX, e ), \
213 #define FT_THROW( e ) FT_ERR_CAT( FT_ERR_PREFIX, e )
240 FT_Throw( FT_Error error,
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftdebug.h 188 /* Define the FT_ASSERT and FT_THROW macros. The call to `FT_Throw' */
203 #define FT_THROW( e ) \
204 ( FT_Throw( FT_ERR_CAT( FT_ERR_PREFIX, e ), \
213 #define FT_THROW( e ) FT_ERR_CAT( FT_ERR_PREFIX, e )
240 FT_Throw( FT_Error error,
  /external/freetype/src/smooth/
ftgrays.c 191 FT_Throw( int error,
214 #define FT_THROW( e ) \
215 ( FT_Throw( FT_ERR_CAT( ErrRaster, e ), \
225 #define FT_THROW( e ) FT_ERR_CAT( ErrRaster_, e )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 190 FT_Throw( int error,
213 #define FT_THROW( e ) \
214 ( FT_Throw( FT_ERR_CAT( ErrRaster, e ), \
224 #define FT_THROW( e ) FT_ERR_CAT( ErrRaster_, e )
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 188 FT_Throw( int error,
211 #define FT_THROW( e ) \
212 ( FT_Throw( FT_ERR_CAT( ErrRaster, e ), \
222 #define FT_THROW( e ) FT_ERR_CAT( ErrRaster_, e )
    [all...]
  /external/freetype/src/raster/
ftraster.c 201 #ifndef FT_THROW
202 #define FT_THROW( e ) FT_ERR_CAT( Raster_Err_, e )
231 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
660 ras.error = FT_THROW( Overflow );
690 ras.error = FT_THROW( Invalid );
731 ras.error = FT_THROW( Neg_Height );
767 ras.error = FT_THROW( Overflow );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c 203 #ifndef FT_THROW
204 #define FT_THROW( e ) FT_ERR_CAT( Raster_Err_, e )
233 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
656 ras.error = FT_THROW( Overflow );
686 ras.error = FT_THROW( Invalid );
727 ras.error = FT_THROW( Neg_Height );
763 ras.error = FT_THROW( Overflow );
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 203 #ifndef FT_THROW
204 #define FT_THROW( e ) FT_ERR_CAT( Raster_Err_, e )
233 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
656 ras.error = FT_THROW( Overflow );
686 ras.error = FT_THROW( Invalid );
727 ras.error = FT_THROW( Neg_Height );
763 ras.error = FT_THROW( Overflow );
    [all...]

Completed in 943 milliseconds