Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftmm.c211 FT_Service_MetricsVariations service_mvar = NULL; in FT_Set_Var_Design_Coordinates() local
233 (void)ft_face_get_mvar_service( face, &service_mvar ); in FT_Set_Var_Design_Coordinates()
235 if ( service_mvar && service_mvar->metrics_adjust ) in FT_Set_Var_Design_Coordinates()
236 service_mvar->metrics_adjust( face ); in FT_Set_Var_Design_Coordinates()
287 FT_Service_MetricsVariations service_mvar = NULL; in FT_Set_MM_Blend_Coordinates() local
309 (void)ft_face_get_mvar_service( face, &service_mvar ); in FT_Set_MM_Blend_Coordinates()
311 if ( service_mvar && service_mvar->metrics_adjust ) in FT_Set_MM_Blend_Coordinates()
312 service_mvar->metrics_adjust( face ); in FT_Set_MM_Blend_Coordinates()
338 FT_Service_MetricsVariations service_mvar = NULL; in FT_Set_Var_Blend_Coordinates() local
360 (void)ft_face_get_mvar_service( face, &service_mvar ); in FT_Set_Var_Blend_Coordinates()
[all …]