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

/external/chromium_org/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/include/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/core/include/thirdparties/freetype/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/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c87 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
184 #ifndef FT_ERROR
185 #define FT_ERROR( varformat ) FT_Message varformat macro
198 #define FT_ERROR( x ) 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 */
187 #ifndef FT_ERROR
188 #define FT_ERROR( varformat ) FT_Message varformat macro
201 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c87 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
184 #ifndef FT_ERROR
185 #define FT_ERROR( varformat ) FT_Message varformat macro
198 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c173 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
194 #ifndef FT_ERROR
195 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
234 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
775 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
816 FT_ERROR(( "End_Profile: negative height encountered\n" ));
/external/freetype/src/raster/
H A Dftraster.c173 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
194 #ifndef FT_ERROR
195 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
234 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE, FT_ERROR, and FT_THROW */
777 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
818 FT_ERROR(( "End_Profile: negative height encountered\n" ));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c173 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
194 #ifndef FT_ERROR
195 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */ macro
234 #include "../../include/freetype/internal/ftdebug.h" /* for FT_TRACE, FT_ERROR, and FT_THROW */
777 FT_ERROR(( "New_Profile: invalid profile direction\n" ));
818 FT_ERROR(( "End_Profile: negative height encountered\n" ));

Completed in 3875 milliseconds