Searched refs:module_interface (Results 1 – 13 of 13) sorted by relevance
268 const char* module_interface ) in FT_CALLBACK_DEF()284 return ft_service_list_lookup( AF_SERVICES_GET, module_interface ); in FT_CALLBACK_DEF()
821 const char* module_interface ) in FT_CALLBACK_DEF()837 result = ft_service_list_lookup( CFF_SERVICES_GET, module_interface ); in FT_CALLBACK_DEF()853 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
428 const char* module_interface ) in FT_CALLBACK_DEF()444 return ft_service_list_lookup( SFNT_SERVICES_GET, module_interface ); in FT_CALLBACK_DEF()
221 const void* module_interface; member
1498 clazz->root.module_interface = interface_; \1552 clazz->module_interface = interface_; \
501 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF()
720 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; in FT_Load_Glyph()4431 return module ? module->clazz->module_interface : 0; in FT_Get_Module_Interface()
720 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; in FT_Load_Glyph()4391 return module ? module->clazz->module_interface : 0; in FT_Get_Module_Interface()