Home
last modified time | relevance | path

Searched refs:FT_MODULE_IS_DRIVER (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/base/
Dftobjs.c1999 if ( FT_MODULE_IS_DRIVER( driver ) ) in FT_Open_Face()
2032 if ( FT_MODULE_IS_DRIVER( cur[0] ) ) in FT_Open_Face()
4006 if ( FT_MODULE_IS_DRIVER( module ) ) in Destroy_Module()
4093 if ( FT_MODULE_IS_DRIVER( module ) ) in FT_Add_Module()
4122 if ( FT_MODULE_IS_DRIVER( module ) ) in FT_Add_Module()
/external/freetype/include/freetype/internal/
Dftobjs.h458 #define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->module_flags & \ macro