Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftmm.c271 FT_Service_MetricsVariations service_mvar = NULL; in FT_Set_Var_Design_Coordinates() local
293 (void)ft_face_get_mvar_service( face, &service_mvar ); in FT_Set_Var_Design_Coordinates()
295 if ( service_mvar && service_mvar->metrics_adjust ) in FT_Set_Var_Design_Coordinates()
296 service_mvar->metrics_adjust( face ); in FT_Set_Var_Design_Coordinates()
347 FT_Service_MetricsVariations service_mvar = NULL; in FT_Set_MM_Blend_Coordinates() local
369 (void)ft_face_get_mvar_service( face, &service_mvar ); in FT_Set_MM_Blend_Coordinates()
371 if ( service_mvar && service_mvar->metrics_adjust ) in FT_Set_MM_Blend_Coordinates()
372 service_mvar->metrics_adjust( face ); in FT_Set_MM_Blend_Coordinates()
398 FT_Service_MetricsVariations service_mvar = NULL; in FT_Set_Var_Blend_Coordinates() local
420 (void)ft_face_get_mvar_service( face, &service_mvar ); in FT_Set_Var_Blend_Coordinates()
[all …]