Home
last modified time | relevance | path

Searched refs:min_num_points (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dconvert_ring.hpp82 std::size_t const min_num_points in apply() local
88 if (geometry::num_points(source) >= min_num_points) in apply()
H A Dadd_rings.hpp84 std::size_t const min_num_points = core_detail::closure::minimum_ring_size in add_rings() local
125 if (geometry::num_points(result) >= min_num_points in add_rings()
H A Dtraversal_ring_creator.hpp276 std::size_t const min_num_points in traverse_with_operation() local
282 if (geometry::num_points(ring) >= min_num_points) in traverse_with_operation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dremove_spikes.hpp77 std::size_t const min_num_points = core_detail::closure::minimum_ring_size in apply() local
81 if (n < min_num_points) in apply()