Searched refs:next_itr (Results 1 – 2 of 2) sorted by relevance
308 auto next_itr = std::next(node_itr); in process_intersect_list() local309 while (next_itr != intersects.end()) { in process_intersect_list()311 find_first_bound<T>(*next_itr)); in process_intersect_list()313 if (bounds_adjacent(*next_itr, *n2)) { in process_intersect_list()318 ++next_itr; in process_intersect_list()320 if (next_itr == intersects.end()) { in process_intersect_list()323 std::iter_swap(node_itr, next_itr); in process_intersect_list()
163 auto next_itr = std::next(edge_itr); in fix_horizontals() local164 if (next_itr == bnd.edges.end()) { in fix_horizontals()167 if (is_horizontal(*edge_itr) && next_itr->bot != edge_itr->top) { in fix_horizontals()