Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftmm.c299 if ( service_mm->set_mm_blend ) in FT_Set_MM_Blend_Coordinates()
300 error = service_mm->set_mm_blend( face, num_coords, coords ); in FT_Set_MM_Blend_Coordinates()
350 if ( service_mm->set_mm_blend ) in FT_Set_Var_Blend_Coordinates()
351 error = service_mm->set_mm_blend( face, num_coords, coords ); in FT_Set_Var_Blend_Coordinates()
/external/freetype/include/freetype/internal/services/
Dsvmm.h94 FT_Set_MM_Blend_Func set_mm_blend; in FT_DEFINE_SERVICE() local
/external/freetype/src/cff/
Dcffdrivr.c854 return mm->set_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_set_mm_blend()