Home
last modified time | relevance | path

Searched refs:create_new_point (Results 1 – 2 of 2) 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 Dring_util.hpp192 point_ptr<T> new_point = create_new_point(bnd.ring, *itr, op, rings); in hot_pixel_set_left_to_right()
229 point_ptr<T> new_point = create_new_point(bnd.ring, *itr, op, rings); in hot_pixel_set_right_to_left()
316 r->points = create_new_point(r, pt, rings); in add_first_point()
338 point_ptr<T> new_point = create_new_point(bnd.ring, pt, bnd.ring->points, rings); in add_point_to_ring()
H A Dring.hpp199 create_new_point(ring_ptr<T> r, mapbox::geometry::point<T> const& pt, ring_manager<T>& rings) { in create_new_point() function
213 point_ptr<T> create_new_point(ring_ptr<T> r, in create_new_point() function