Home
last modified time | relevance | path

Searched refs:box_pair (Results 1 – 2 of 2) 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/disjoint/
H A Dmultipoint_geometry.hpp306 inline void apply(Box& total, BoxPair const& box_pair) const in apply()
308 geometry::expand(total, box_pair.first); in apply()
325 inline bool apply(Box const& box, BoxPair const& box_pair) const in apply()
328 return ! detail::disjoint::disjoint_box_box(box_pair.first, box); in apply()
344 inline bool apply(Point const& point, BoxPair const& box_pair) in apply() argument
350 && ! detail::disjoint::disjoint_point_box(point, box_pair.first) in apply()
351 …:disjoint<Point, single_type>::apply(point, range::at(m_multi_geometry, box_pair.second), m_strate… in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dmulti_point_geometry.hpp257 static inline void apply(Box& total, BoxPair const& box_pair) in apply()
259 geometry::expand(total, box_pair.first); in apply()
276 static inline bool apply(Box const& box, BoxPair const& box_pair) in apply()
279 return ! detail::disjoint::disjoint_box_box(box_pair.first, box); in apply()
298 inline bool apply(Point const& point, BoxPair const& box_pair) in apply() argument
301 if (! detail::disjoint::disjoint_point_box(point, box_pair.first)) in apply()
304 single = range::at(m_multi_geometry, box_pair.second); in apply()