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.c2033 if ( FT_MODULE_IS_DRIVER( driver ) ) in FT_Open_Face()
2066 if ( FT_MODULE_IS_DRIVER( cur[0] ) ) in FT_Open_Face()
4113 if ( FT_MODULE_IS_DRIVER( module ) ) in Destroy_Module()
4200 if ( FT_MODULE_IS_DRIVER( module ) ) in FT_Add_Module()
4229 if ( FT_MODULE_IS_DRIVER( module ) ) in FT_Add_Module()
/external/freetype/include/freetype/internal/
Dftobjs.h455 #define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->module_flags & \ macro