OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mm_var
(Results
1 - 7
of
7
) sorted by null
/external/harfbuzz_ng/src/
hb-ft.cc
621
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
);
/external/freetype/include/freetype/internal/services/
svmm.h
75
FT_MM_Var* *
mm_var
);
/external/freetype/src/cff/
cffload.h
111
FT_MM_Var* *
mm_var
);
cffobjs.c
701
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,
[
all
...]
cffload.c
[
all
...]
/external/freetype/src/truetype/
ttgxvar.h
356
FT_MM_Var* *
mm_var
);
ttgxvar.c
[
all
...]
Completed in 249 milliseconds