Home
last modified time | relevance | path

Searched refs:itr2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp253 for (auto itr2 = std::next(itr1); itr2 != end; ++itr2) { in correct_repeated_points() local
254 if ((*itr2)->ring == nullptr) { in correct_repeated_points()
257 ring_ptr<T> new_ring = correct_self_intersection(*itr1, *itr2, manager); in correct_repeated_points()
761 for (auto itr2 = std::next(itr1); itr2 != end; ++itr2) { in correct_chained_repeats() local
762 if ((*itr2)->ring == nullptr) { in correct_chained_repeats()
765 process_single_intersection(connection_map, *itr1, *itr2, manager); in correct_chained_repeats()
1233 for (auto itr2 = begin; itr2 != end;) { in correct_collinear_repeats() local
1237 if ((*itr2)->ring == nullptr || *itr2 == *itr1) { in correct_collinear_repeats()
1238 ++itr2; in correct_collinear_repeats()
1241 if (process_collinear_edges(*itr1, *itr2, manager)) { in correct_collinear_repeats()
[all …]