Searched defs:FT_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dftdebug.h169 /* Define the FT_ERROR macro. */
177 #define FT_ERROR( varformat ) FT_Message varformat macro
181 #define FT_ERROR( varformat ) do { } while ( 0 ) /* nothing */ macro
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftdebug.h169 /* Define the FT_ERROR macro. */
177 #define FT_ERROR( varformat ) FT_Message varformat macro
181 #define FT_ERROR( varformat ) do { } while ( 0 ) /* nothing */ macro
/external/freetype/src/smooth/
H A Dftgrays.c87 /* 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 macro
224 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c87 /* 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 macro
221 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
/external/freetype/src/raster/
H A Dftraster.c169 /* 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 */ macro
231 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
693 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
734 FT_ERROR(( "End_Profile: negative height encountered\n" ));
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c169 /* 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 */ macro
233 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
685 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
726 FT_ERROR(( "End_Profile: negative height encountered\n" ));

Completed in 382 milliseconds