Home
last modified time | relevance | path

Searched refs:end_1 (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.hpp855 point_ptr<T> end_1; member
879 bool spike_right = (path.start_2 == path.end_1); in fix_collinear_path()
895 while (itr != path.end_1) { in fix_collinear_path()
901 prev->next = path.end_1; in fix_collinear_path()
902 path.end_1->prev = prev; in fix_collinear_path()
903 return { path.end_1, nullptr }; in fix_collinear_path()
925 } while (itr != path.end_1 && itr != nullptr); in fix_collinear_path()
933 if (path.start_1 == path.end_1 && path.start_2 == path.end_2) { in fix_collinear_path()
935 } else if (path.start_1 == path.end_1) { in fix_collinear_path()
940 prev_1->next = path.end_1; in fix_collinear_path()
[all …]