Searched refs:get_mm_blend (Results 1 – 3 of 3) sorted by relevance
369 if ( service->get_mm_blend ) in FT_Get_MM_Blend_Coordinates()370 error = service->get_mm_blend( face, num_coords, coords ); in FT_Get_MM_Blend_Coordinates()400 if ( service->get_mm_blend ) in FT_Get_Var_Blend_Coordinates()401 error = service->get_mm_blend( face, num_coords, coords ); in FT_Get_Var_Blend_Coordinates()
86 FT_Get_MM_Blend_Func get_mm_blend; in FT_DEFINE_SERVICE() local140 clazz->get_mm_blend = get_mm_blend_; \
969 return mm->get_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_get_mm_blend()