Home
last modified time | relevance | path

Searched refs:set_mm_blend (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/base/
Dftmm.c168 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()
/external/freetype/include/freetype/internal/services/
Dsvmm.h66 FT_Set_MM_Blend_Func set_mm_blend; in FT_DEFINE_SERVICE() local
89 clazz->set_mm_blend = set_mm_blend_; \