Home
last modified time | relevance | path

Searched refs:end_2 (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.hpp857 point_ptr<T> end_2; member
878 bool spike_left = (path.start_1 == path.end_2); in fix_collinear_path()
907 while (itr != path.end_2) { in fix_collinear_path()
913 prev->next = path.end_2; in fix_collinear_path()
914 path.end_2->prev = prev; in fix_collinear_path()
915 return { path.end_2, nullptr }; in fix_collinear_path()
932 } while (itr != path.end_2 && itr != nullptr); in fix_collinear_path()
933 if (path.start_1 == path.end_1 && path.start_2 == path.end_2) { in fix_collinear_path()
936 prev_2->next = path.end_2; in fix_collinear_path()
937 path.end_2->prev = prev_2; in fix_collinear_path()
[all …]