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 */
220 #ifndef FT_ERROR
221 #define FT_ERROR( varformat ) FT_Message varformat macro
234 #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" ));

Completed in 183 milliseconds