Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/base/
Dftinit.c59 #define FT_USE_MODULE( type, x ) extern "C" const type x; macro
61 #define FT_USE_MODULE( type, x ) extern const type x; macro
67 #define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x), macro