Home
last modified time | relevance | path

Searched refs:point_is_spike_or_equal (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/
H A Dpoint_is_spike_or_equal.hpp73 static inline bool point_is_spike_or_equal(Point1 const& last_point, // prev | back in point_is_spike_or_equal() function
103 static inline bool point_is_spike_or_equal(Point1 const& last_point, in point_is_spike_or_equal() function
109 if (point_is_spike_or_equal(last_point, segment_a, segment_b, strategy)) in point_is_spike_or_equal()
131 return point_is_spike_or_equal in point_is_spike_or_equal()
/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.hpp94 && detail::point_is_spike_or_equal(cleaned.back(), in apply()
117 && detail::point_is_spike_or_equal(cleaned.front(), in apply()
127 && detail::point_is_spike_or_equal(*(cleaned.begin() + 1), in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dhas_spikes.hpp129 if ( geometry::detail::point_is_spike_or_equal(*prev, *next, *cur, in apply()
150 if (detail::point_is_spike_or_equal(*prev, *next, *cur, 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/overlay/
H A Dappend_no_dups_or_spikes.hpp93 && point_is_spike_or_equal(point, in append_no_dups_or_spikes()
141 if (point_is_spike_or_equal(*second, *ultimate, *first, strategy, robust_policy)) in clean_closing_dups_and_spikes()