Searched refs:end_points (Results 1 – 2 of 2) sorted by relevance
564 const hb_array_t<unsigned int> end_points) const in apply_deltas_to_points()627 for (unsigned int c = 0; c < end_points.length; c++) in apply_deltas_to_points()629 unsigned int end_point = end_points[c]; in apply_deltas_to_points()
852 hb_vector_t<unsigned int> end_points; in get_points_var() local854 if (unlikely (!glyph.get_contour_points (points, end_points))) return false; in get_points_var()857 …>apply_deltas_to_points (gid, coords, coord_count, points.as_array (), end_points.as_array ()))) r… in get_points_var()