Searched refs:module_interface (Results 1 – 13 of 13) sorted by relevance
221 const void* module_interface; member
225 const void* module_interface; member
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()
442 const char* module_interface ) in FT_CALLBACK_DEF()458 return ft_service_list_lookup( SFNT_SERVICES_GET, module_interface ); 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()
450 const char* module_interface ) in FT_CALLBACK_DEF()466 return ft_service_list_lookup( AF_SERVICES_GET, module_interface ); in FT_CALLBACK_DEF()
1136 const char* module_interface ) in FT_CALLBACK_DEF()1152 result = ft_service_list_lookup( CFF_SERVICES_GET, module_interface ); in FT_CALLBACK_DEF()1168 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
1497 clazz->root.module_interface = interface_; \1551 clazz->module_interface = interface_; \
1498 clazz->root.module_interface = interface_; \1552 clazz->module_interface = interface_; \
501 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF()
593 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()
744 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; in FT_Load_Glyph()4578 return module ? module->clazz->module_interface : 0; in FT_Get_Module_Interface()