Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh148 unsigned int *axes_count /* IN/OUT */, in get_axes_deprecated()
151 if (axes_count) in get_axes_deprecated()
160 count = hb_min (count, *axes_count); in get_axes_deprecated()
161 *axes_count = count; in get_axes_deprecated()
171 unsigned int *axes_count /* IN/OUT */, in get_axis_infos()
174 if (axes_count) in get_axis_infos()
183 count = hb_min (count, *axes_count); in get_axis_infos()
184 *axes_count = count; in get_axis_infos()
Dhb-ot-var.cc90 unsigned int *axes_count /* IN/OUT */, in hb_ot_var_get_axes() argument
93 return face->table.fvar->get_axes_deprecated (start_offset, axes_count, axes_array); in hb_ot_var_get_axes()
120 unsigned int *axes_count /* IN/OUT */, in hb_ot_var_get_axis_infos() argument
123 return face->table.fvar->get_axis_infos (start_offset, axes_count, axes_array); in hb_ot_var_get_axis_infos()
Dhb-ot-deprecated.h97 unsigned int *axes_count /* IN/OUT */,
Dhb-ot-var.h95 unsigned int *axes_count /* IN/OUT */,