Home
last modified time | relevance | path

Searched refs:per_range (Results 1 – 3 of 3) sorted by relevance

/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.hpp163 typedef range_remove_spikes per_range; in apply() typedef
164 per_range::apply(exterior_ring(polygon), strategy); in apply()
172 per_range::apply(*it, strategy); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dcollect_vectors.hpp453 typedef range_collect_vectors<ring_type, Collection> per_range; in apply() typedef
454 per_range::apply(collection, exterior_ring(polygon)); in apply()
461 per_range::apply(collection, *it); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsectionalize.hpp656 > per_range; in apply() typedef
659per_range::apply(exterior_ring(poly), robust_policy, sections, strategy, ring_id, max_count); in apply()
667 per_range::apply(*it, robust_policy, sections, strategy, ring_id, max_count); in apply()