Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dftobjs.h482 #define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->module_flags & \ macro
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h488 #define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->module_flags & \ macro
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c2116 if ( FT_MODULE_IS_DRIVER( driver ) ) in FT_Open_Face()
2150 if ( FT_MODULE_IS_DRIVER( cur[0] ) ) in FT_Open_Face()
4265 if ( FT_MODULE_IS_DRIVER( module ) ) in Destroy_Module()
4352 if ( FT_MODULE_IS_DRIVER( module ) ) in FT_Add_Module()
/external/freetype/src/base/
Dftobjs.c2214 if ( FT_MODULE_IS_DRIVER( driver ) ) in ft_open_face_internal()
2248 if ( FT_MODULE_IS_DRIVER( cur[0] ) ) in ft_open_face_internal()
4412 if ( FT_MODULE_IS_DRIVER( module ) ) in Destroy_Module()
4499 if ( FT_MODULE_IS_DRIVER( module ) ) in FT_Add_Module()