Searched refs:FT_ERR_XCAT (Results 1 – 5 of 5) sorted by relevance
/external/freetype/include/freetype/ |
D | fttypes.h | 596 #define FT_ERR_XCAT( x, y ) x ## y macro 597 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 103 #define FT_ERR_XCAT( x, y ) x ## y macro 104 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
|
/external/freetype/src/raster/ |
D | ftraster.c | 178 #define FT_ERR_XCAT( x, y ) x ## y macro 179 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
|
/external/freetype/ |
D | ChangeLog.24 | 352 * include/freetype/fterrors.h (FT_ERR_XCAT, FT_ERR_CAT): Move to...
|
D | ChangeLog.21 | 9355 `#undef FT_ERR_XCAT' to avoid warnings with certain compilers (like
|