Searched defs:FT_ASSERT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftdebug.h188 /* Define the FT_ASSERT and FT_THROW macros. The call to `FT_Throw' */
195 #define FT_ASSERT( condition ) \ macro
211 #define FT_ASSERT( condition ) do { } while ( 0 ) macro
/external/freetype/include/internal/
H A Dftdebug.h188 /* Define the FT_ASSERT and FT_THROW macros. The call to `FT_Throw' */
195 #define FT_ASSERT( condition ) \ macro
211 #define FT_ASSERT( condition ) do { } while ( 0 ) macro
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftdebug.h188 /* Define the FT_ASSERT and FT_THROW macros. The call to `FT_Throw' */
195 #define FT_ASSERT( condition ) \ macro
211 #define FT_ASSERT( condition ) do { } while ( 0 ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftdebug.h188 /* Define the FT_ASSERT and FT_THROW macros. The call to `FT_Throw' */
195 #define FT_ASSERT( condition ) \ macro
211 #define FT_ASSERT( condition ) do { } while ( 0 ) macro

Completed in 177 milliseconds