Home
last modified time | relevance | path

Searched defs:FT_USE_MODULE (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/freetype/src/base/
Dftinit.c63 #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/
Dftinit.c63 #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