Home
last modified time | relevance | path

Searched refs:FT_MODULE (Results 1 – 3 of 3) sorted by relevance

/external/freetype/include/freetype/internal/
Dftobjs.h543 #define FT_MODULE( x ) ( (FT_Module)(x) ) macro
545 #define FT_MODULE_CLASS( x ) FT_MODULE( x )->clazz
546 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
547 #define FT_MODULE_MEMORY( x ) FT_MODULE( x )->memory
Dftserv.h63 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
77 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
114 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
127 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
/external/freetype/
DChangeLog251 Fix members of `FT_MODULE' group.