HomeSort by relevance Sort by last modified time
    Searched defs:FT_USE_MODULE (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/base/
ftinit.c 61 #undef FT_USE_MODULE
63 #define FT_USE_MODULE( type, x ) extern "C" const type x;
65 #define FT_USE_MODULE( type, x ) extern const type x;
70 #undef FT_USE_MODULE
71 #define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x),
91 #undef FT_USE_MODULE
92 #define FT_USE_MODULE( type, x ) \
103 #undef FT_USE_MODULE
104 #define FT_USE_MODULE( type, x ) MODULE_CLASS_ ## x,
113 #undef FT_USE_MODULE
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftinit.c 61 #undef FT_USE_MODULE
63 #define FT_USE_MODULE( type, x ) extern "C" const type x;
65 #define FT_USE_MODULE( type, x ) extern const type x;
70 #undef FT_USE_MODULE
71 #define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x),
91 #undef FT_USE_MODULE
92 #define FT_USE_MODULE( type, x ) \
103 #undef FT_USE_MODULE
104 #define FT_USE_MODULE( type, x ) MODULE_CLASS_ ## x,
113 #undef FT_USE_MODULE
    [all...]

Completed in 538 milliseconds