Searched refs:service_mm (Results 1 – 3 of 3) sorted by relevance
/third_party/freetype/src/base/ |
D | ftmm.c | 270 FT_Service_MultiMasters service_mm = NULL; in FT_Set_Var_Design_Coordinates() local 279 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_Var_Design_Coordinates() 283 if ( service_mm->set_var_design ) in FT_Set_Var_Design_Coordinates() 284 error = service_mm->set_var_design( face, num_coords, coords ); in FT_Set_Var_Design_Coordinates() 346 FT_Service_MultiMasters service_mm = NULL; in FT_Set_MM_Blend_Coordinates() local 355 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_MM_Blend_Coordinates() 359 if ( service_mm->set_mm_blend ) in FT_Set_MM_Blend_Coordinates() 360 error = service_mm->set_mm_blend( face, num_coords, coords ); in FT_Set_MM_Blend_Coordinates() 397 FT_Service_MultiMasters service_mm = NULL; in FT_Set_Var_Blend_Coordinates() local 406 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_Var_Blend_Coordinates() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftmm.c | 270 FT_Service_MultiMasters service_mm = NULL; in FT_Set_Var_Design_Coordinates() local 279 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_Var_Design_Coordinates() 283 if ( service_mm->set_var_design ) in FT_Set_Var_Design_Coordinates() 284 error = service_mm->set_var_design( face, num_coords, coords ); in FT_Set_Var_Design_Coordinates() 346 FT_Service_MultiMasters service_mm = NULL; in FT_Set_MM_Blend_Coordinates() local 355 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_MM_Blend_Coordinates() 359 if ( service_mm->set_mm_blend ) in FT_Set_MM_Blend_Coordinates() 360 error = service_mm->set_mm_blend( face, num_coords, coords ); in FT_Set_MM_Blend_Coordinates() 397 FT_Service_MultiMasters service_mm = NULL; in FT_Set_Var_Blend_Coordinates() local 406 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_Var_Blend_Coordinates() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftmm.c | 271 FT_Service_MultiMasters service_mm = NULL; in FT_Set_Var_Design_Coordinates() local 280 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_Var_Design_Coordinates() 284 if ( service_mm->set_var_design ) in FT_Set_Var_Design_Coordinates() 285 error = service_mm->set_var_design( face, num_coords, coords ); in FT_Set_Var_Design_Coordinates() 347 FT_Service_MultiMasters service_mm = NULL; in FT_Set_MM_Blend_Coordinates() local 356 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_MM_Blend_Coordinates() 360 if ( service_mm->set_mm_blend ) in FT_Set_MM_Blend_Coordinates() 361 error = service_mm->set_mm_blend( face, num_coords, coords ); in FT_Set_MM_Blend_Coordinates() 398 FT_Service_MultiMasters service_mm = NULL; in FT_Set_Var_Blend_Coordinates() local 407 error = ft_face_get_mm_service( face, &service_mm ); in FT_Set_Var_Blend_Coordinates() [all …]
|