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

  /external/freetype/include/freetype/internal/
ftdebug.h 169 /* Define the FT_ERROR macro. */
177 #define FT_ERROR( varformat ) FT_Message varformat
181 #define FT_ERROR( varformat ) do { } while ( 0 ) /* nothing */
240 FT_Throw( FT_Error error,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftdebug.h 169 /* Define the FT_ERROR macro. */
177 #define FT_ERROR( varformat ) FT_Message varformat
181 #define FT_ERROR( varformat ) do { } while ( 0 ) /* nothing */
240 FT_Throw( FT_Error error,
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftdebug.h 169 /* Define the FT_ERROR macro. */
177 #define FT_ERROR( varformat ) FT_Message varformat
181 #define FT_ERROR( varformat ) do { } while ( 0 ) /* nothing */
240 FT_Throw( FT_Error error,
  /external/freetype/src/smooth/
ftgrays.c 87 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
210 #ifndef FT_ERROR
211 #define FT_ERROR( varformat ) FT_Message varformat
224 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 87 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
209 #ifndef FT_ERROR
210 #define FT_ERROR( varformat ) FT_Message varformat
223 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 87 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
207 #ifndef FT_ERROR
208 #define FT_ERROR( varformat ) FT_Message varformat
221 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
    [all...]
  /external/freetype/src/raster/
ftraster.c 169 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
190 #ifndef FT_ERROR
191 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
231 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
487 FT_Error error;
689 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
730 FT_ERROR(( "End_Profile: negative height encountered\n" ));
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c 169 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
192 #ifndef FT_ERROR
193 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
233 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
483 FT_Error error;
685 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
726 FT_ERROR(( "End_Profile: negative height encountered\n" ));
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 169 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
192 #ifndef FT_ERROR
193 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
233 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
483 FT_Error error;
685 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
726 FT_ERROR(( "End_Profile: negative height encountered\n" ));
    [all...]

Completed in 486 milliseconds