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

/external/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

Completed in 142 milliseconds