Searched refs:all_points (Results 1 – 1 of 1) sorted by relevance
767 contour_point_vector_t &all_points /* OUT */, in get_points()812 all_points.extend (points.as_array ()); in get_points()841 if (likely (p1 < all_points.length && p2 < comp_points.length)) in get_points()844 delta.init (all_points[p1].x - comp_points[p2].x, in get_points()845 all_points[p1].y - comp_points[p2].y); in get_points()851 all_points.extend (comp_points.sub_array (0, comp_points.length - PHANTOM_COUNT)); in get_points()856 all_points.extend (phantoms); in get_points()859 all_points.extend (phantoms); in get_points()869 if (delta.x) all_points.translate (delta); in get_points()949 contour_point_vector_t all_points; in get_points() local[all …]