Searched defs:FT_ERROR (Results 1 - 3 of 3) 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/freetype/src/smooth/
H A Dftgrays.c87 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
164 #ifndef FT_ERROR
165 #define FT_ERROR( varformat ) FT_Message varformat macro
172 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
/external/freetype/src/raster/
H A Dftraster.c173 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
191 #ifndef FT_ERROR
192 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
227 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE() and FT_ERROR() */
766 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
808 FT_ERROR(( "End_Profile: negative height encountered\n" ));

Completed in 77 milliseconds