Searched defs:FT_USE_MODULE (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/third_party/freetype/src/base/ |
| D | ftinit.c | 63 #define FT_USE_MODULE( type, x ) extern "C" const type x; macro 65 #define FT_USE_MODULE( type, x ) extern const type x; macro 71 #define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x), macro 92 #define FT_USE_MODULE( type, x ) \ macro 104 #define FT_USE_MODULE( type, x ) MODULE_CLASS_ ## x, macro 114 #define FT_USE_MODULE( type, x ) \ macro 147 #define FT_USE_MODULE( type, x ) \ macro
|
| /external/freetype/src/base/ |
| D | ftinit.c | 63 #define FT_USE_MODULE( type, x ) extern "C" const type x; macro 65 #define FT_USE_MODULE( type, x ) extern const type x; macro 71 #define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x), macro 92 #define FT_USE_MODULE( type, x ) \ macro 104 #define FT_USE_MODULE( type, x ) MODULE_CLASS_ ## x, macro 114 #define FT_USE_MODULE( type, x ) \ macro 147 #define FT_USE_MODULE( type, x ) \ macro
|
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
| D | fxft_ftinit.c | 64 #define FT_USE_MODULE( type, x ) extern "C" const type x; macro 66 #define FT_USE_MODULE( type, x ) extern const type x; macro 72 #define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x), macro 93 #define FT_USE_MODULE( type, x ) \ macro 105 #define FT_USE_MODULE( type, x ) MODULE_CLASS_ ## x, macro 115 #define FT_USE_MODULE( type, x ) \ macro 148 #define FT_USE_MODULE( type, x ) \ macro
|