Searched defs:mm_var (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/cff/
H A Dcffobjs.c701 FT_MM_Var* mm_var; local
708 mm->get_var_blend( cffface, NULL, NULL, &mm_var );
710 if ( mm_var->namedstyle )
717 named_style = mm_var->namedstyle + instance_index - 1;
731 mm_var->num_axis,
/external/harfbuzz_ng/src/
H A Dhb-ft.cc621 FT_MM_Var *mm_var = NULL; local
622 if (!FT_Get_MM_Var (ft_face, &mm_var))
624 FT_Fixed *ft_coords = (FT_Fixed *) calloc (mm_var->num_axis, sizeof (FT_Fixed));
625 int *coords = (int *) calloc (mm_var->num_axis, sizeof (int));
628 if (!FT_Get_Var_Blend_Coordinates (ft_face, mm_var->num_axis, ft_coords))
630 for (unsigned int i = 0; i < mm_var->num_axis; ++i)
633 hb_font_set_var_coords_normalized (font, coords, mm_var->num_axis);
638 free (mm_var);

Completed in 195 milliseconds