Searched refs:set_mm_blend (Results 1 – 2 of 2) sorted by relevance
168 if ( service->set_mm_blend ) in FT_Set_MM_Blend_Coordinates()169 error = service->set_mm_blend( face, num_coords, coords ); in FT_Set_MM_Blend_Coordinates()194 if ( service->set_mm_blend ) in FT_Set_Var_Blend_Coordinates()195 error = service->set_mm_blend( face, num_coords, coords ); in FT_Set_Var_Blend_Coordinates()
66 FT_Set_MM_Blend_Func set_mm_blend; in FT_DEFINE_SERVICE() local98 clazz->set_mm_blend = set_mm_blend_; \