Searched refs:get_interface (Results 1 – 7 of 7) sorted by relevance
503 FT_Module_Requester get_interface; member673 clazz->get_interface = get_interface_; \
68 if ( module->clazz->get_interface ) \69 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \80 if ( module->clazz->get_interface ) \81 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
1500 clazz->root.get_interface = get_interface_;1554 clazz->get_interface = get_interface_; \
198 FT_Module_Requester get_interface; member
511 return sfnt->get_interface( driver, tt_interface ); in FT_CALLBACK_DEF()
4400 FT_ASSERT( module->clazz && module->clazz->get_interface ); in ft_module_get_service()4403 if ( module->clazz->get_interface ) in ft_module_get_service()4404 result = module->clazz->get_interface( module, service_id ); in ft_module_get_service()4420 if ( cur[0]->clazz->get_interface ) in ft_module_get_service()4422 result = cur[0]->clazz->get_interface( cur[0], service_id ); in ft_module_get_service()4521 if ( !cur[0]->clazz->get_interface ) in ft_property_do()4529 interface = cur[0]->clazz->get_interface( cur[0], in ft_property_do()
781 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
Completed in 21 milliseconds