Searched refs:FT_Get_MM_Var (Results 1 – 6 of 6) sorted by relevance
264 FT_Get_MM_Var( FT_Face face,
95 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var() function
146 #define FXFT_Get_MM_Var(face, p) FT_Get_MM_Var((FT_Face)face, p)
278 if (FT_Get_MM_Var(face, &variations)) { in ft_face_setup_axes()1739 FT_Error err = FT_Get_MM_Var(face, &variations); in scanFont()