Searched refs:axes_count (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-var-fvar-table.hh | 148 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()
|
D | hb-ot-var.cc | 90 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()
|
D | hb-ot-deprecated.h | 97 unsigned int *axes_count /* IN/OUT */,
|
D | hb-ot-var.h | 95 unsigned int *axes_count /* IN/OUT */,
|