Searched refs:module_interface (Results 1 – 6 of 6) sorted by relevance
600 const char* module_interface ) in FT_CALLBACK_DEF()616 result = ft_service_list_lookup( FT_CFF_SERVICES_GET, module_interface ); in FT_CALLBACK_DEF()632 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
167 const void* module_interface; member
423 const char* module_interface ) in FT_CALLBACK_DEF()438 return ft_service_list_lookup( FT_SFNT_SERVICES_GET, module_interface ); in FT_CALLBACK_DEF()
436 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF()
1353 clazz->root.module_interface = interface_; \1395 clazz->module_interface = interface_; \
683 hinting = (FT_AutoHinter_Service)hinter->clazz->module_interface; in FT_Load_Glyph()4294 return module ? module->clazz->module_interface : 0; in FT_Get_Module_Interface()