Searched refs:point_itr (Results 1 – 1 of 1) sorted by relevance
186 point_ptr<T> point_itr = r->points; in sort_ring_points() local187 point_ptr<T> last_point = point_itr->prev; in sort_ring_points()188 while (point_itr != last_point) { in sort_ring_points()189 sorted_points.push_back(point_itr); in sort_ring_points()190 point_itr = point_itr->next; in sort_ring_points()