Home
last modified time | relevance | path

Searched refs:set_stats (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 Dtopology_correction.hpp231 ring->set_stats(area_1, size_1, box1); in correct_self_intersection()
233 new_ring->set_stats(area_2, size_2, box2); in correct_self_intersection()
236 ring->set_stats(area_2, size_2, box2); in correct_self_intersection()
238 new_ring->set_stats(area_1, size_1, box1); in correct_self_intersection()
652 ring_origin->set_stats(area_1, size_1, box1); in process_single_intersection()
654 ring_new->set_stats(area_2, size_2, box2); in process_single_intersection()
657 ring_origin->set_stats(area_2, size_2, box2); in process_single_intersection()
659 ring_new->set_stats(area_1, size_1, box1); in process_single_intersection()
H A Dring.hpp118 void set_stats(double a, std::size_t s, mapbox::geometry::box<T> const& b) { in set_stats() function