Home
last modified time | relevance | path

Searched refs:append_no_dups_or_spikes (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/detail/overlay/
H A Dcopy_segments.hpp114 detail::overlay::append_no_dups_or_spikes(current_output, *it, strategy, robust_policy); in apply()
131 detail::overlay::append_no_dups_or_spikes(current_output, point, in append_to_output()
253 detail::overlay::append_no_dups_or_spikes(current_output, in apply()
H A Dtraversal_ring_creator.hpp162 detail::overlay::append_no_dups_or_spikes(current_ring, current_turn.point, in travel_to_next_turn()
180 detail::overlay::append_no_dups_or_spikes(ring, start_turn.point, in traverse()
H A Dappend_no_dups_or_spikes.hpp67 inline void append_no_dups_or_spikes(Range& range, Point const& point, in append_no_dups_or_spikes() function