Searched refs:FT_ERR_XCAT (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/freetype/include/freetype/ |
D | fttypes.h | 581 #define FT_ERR_XCAT( x, y ) x ## y macro 582 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
|
/external/freetype/include/freetype/ |
D | fttypes.h | 581 #define FT_ERR_XCAT( x, y ) x ## y macro 582 #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/pdfium/third_party/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/pdfium/third_party/freetype/src/raster/ |
D | ftraster.c | 179 #define FT_ERR_XCAT( x, y ) x ## y macro 180 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
|
/external/freetype/src/raster/ |
D | ftraster.c | 179 #define FT_ERR_XCAT( x, y ) x ## y macro 180 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
|