Home
last modified time | relevance | path

Searched refs:create_new_ring (Results 1 – 3 of 3) 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.hpp221 ring_ptr<T> new_ring = create_new_ring(manager); in correct_self_intersection()
642 ring_ptr<T> ring_new = create_new_ring(manager); in process_single_intersection()
1074 ring_ptr<T> ring_new = create_new_ring(manager); in process_collinear_edges_same_ring()
H A Dring.hpp190 ring_ptr<T> create_new_ring(ring_manager<T>& manager) { in create_new_ring() function
H A Dring_util.hpp314 ring_ptr<T> r = create_new_ring(rings); in add_first_point()