| /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 D | interface.hpp | 48 Geometry2 const& geometry2, in apply() 54 >::apply(geometry1, geometry2, strategy); in apply() 59 Geometry2 const& geometry2, in apply() 70 >::apply(geometry1, geometry2, strategy_type()); in apply() 83 …static inline bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& s… in apply() 91 return resolve_strategy::disjoint::apply(geometry1, geometry2, strategy); in apply() 104 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() 105 : m_geometry2(geometry2) in visitor() 118 Geometry2 const& geometry2, in apply() 121 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), geometry1); in apply() [all …]
|
| H A D | areal_areal.hpp | 102 SecondGeometry const& geometry2, in rings_containing() argument 109 geometry::detail::for_each_range(geometry2, checker); in rings_containing() 123 Geometry2 const& geometry2, in apply() 126 if ( ! disjoint_linear<Geometry1, Geometry2>::apply(geometry1, geometry2, strategy) ) in apply() 137 if ( rings_containing(geometry1, geometry2, in apply() 139 || rings_containing(geometry2, geometry1, in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | difference.hpp | 63 Geometry2 const& geometry2, in difference_insert() argument 79 >::apply(geometry1, geometry2, robust_policy, out, strategy); in difference_insert() 107 Geometry2 const& geometry2, in difference_insert() argument 117 return difference_insert<GeometryOut>(geometry1, geometry2, in difference_insert() 139 Geometry2 const& geometry2, in apply() 147 geometry1, geometry2, robust_policy, in apply() 160 Geometry2 const& geometry2, in apply() 168 geometry1, geometry2, robust_policy, in apply() 184 Geometry2 const& geometry2, in apply() 196 geometry2); in apply() [all …]
|
| H A D | crosses.hpp | 72 Geometry2 const& geometry2, in apply() 78 return dispatch::crosses<Geometry1, Geometry2>::apply(geometry1, geometry2, strategy); in apply() 83 Geometry2 const& geometry2, in apply() 92 return apply(geometry1, geometry2, strategy_type()); in apply() 106 Geometry2 const& geometry2, in apply() 109 return resolve_strategy::crosses::apply(geometry1, geometry2, strategy); in apply() 123 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() 124 : m_geometry2(geometry2) in visitor() 141 Geometry2 const& geometry2, in apply() 144 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), geometry1); in apply() [all …]
|
| H A D | sym_difference.hpp | 55 Geometry2 const& geometry2, in apply() 74 >::apply(geometry1, geometry2, robust_policy, out, strategy); in apply() 90 Geometry2 const& geometry2, in apply() 98 >::apply(geometry1, geometry2, robust_policy, out, strategy); in apply() 103 >::apply(geometry2, geometry1, robust_policy, out, strategy); in apply() 242 Geometry2 const& geometry2, in sym_difference_insert() argument 254 >::apply(geometry1, geometry2, robust_policy, out, strategy); in sym_difference_insert() 281 Geometry2 const& geometry2, in sym_difference_insert() argument 293 …return sym_difference_insert<GeometryOut>(geometry1, geometry2, robust_policy, out, strategy_type(… in sym_difference_insert() 313 Geometry2 const& geometry2, in apply() [all …]
|
| H A D | union.hpp | 207 Geometry2 const& geometry2, in union_insert() argument 226 = geometry::get_rescale_policy<rescale_policy_type>(geometry1, geometry2); in union_insert() 231 >::apply(geometry1, geometry2, robust_policy, out, strategy); in union_insert() 252 Geometry2 const& geometry2, in apply() 262 >::apply(geometry1, geometry2, robust_policy, in apply() 275 Geometry2 const& geometry2, in apply() 290 >::apply(geometry1, geometry2, robust_policy, in apply() 307 Geometry2 const& geometry2, in apply() 323 geometry2); in apply() 325 resolve_strategy::union_::apply(geometry1, geometry2, in apply() [all …]
|
| H A D | assign.hpp | 228 apply(Geometry1& geometry1, const Geometry2& geometry2) in apply() 251 dispatch::convert<Geometry2, Geometry1>::apply(geometry2, geometry1); in apply() 263 visitor(Geometry2 const& geometry2) in visitor() 264 : m_geometry2(geometry2) in visitor() 281 Geometry2 const& geometry2) in apply() 283 return boost::apply_visitor(visitor(geometry2), geometry1); in apply() 300 result_type operator()(Geometry2 const& geometry2) const in operator ()() 307 (m_geometry1, geometry2); in operator ()() 313 variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry2) in apply() 315 return boost::apply_visitor(visitor(geometry1), geometry2); in apply() [all …]
|
| H A D | transform.hpp | 349 Geometry2& geometry2, in apply() 357 geometry2, in apply() 364 Geometry2& geometry2, in apply() 369 geometry2, in apply() 385 Geometry2& geometry2, in apply() 390 geometry2, in apply() 405 visitor(Geometry2& geometry2, Strategy const& strategy) in visitor() 406 : m_geometry2(geometry2) in visitor() 424 Geometry2& geometry2, in apply() 428 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), geometry1); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/ |
| H A D | interface.hpp | 70 Geometry2 const& geometry2, in apply() 81 return dispatch::within<Geometry1, Geometry2>::apply(geometry1, geometry2, strategy); in apply() 86 Geometry2 const& geometry2, in apply() 95 return apply(geometry1, geometry2, strategy_type()); in apply() 110 Geometry2 const& geometry2, in apply() 118 geometry2, in apply() 132 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() 133 : m_geometry2(geometry2) in visitor() 149 Geometry2 const& geometry2, in apply() 152 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/covered_by/ |
| H A D | interface.hpp | 63 Geometry2 const& geometry2, in apply() 78 geometry2, in apply() 84 Geometry2 const& geometry2, in apply() 93 return covered_by::apply(geometry1, geometry2, strategy_type()); in apply() 107 Geometry2 const& geometry2, in apply() 111 ::apply(geometry1, geometry2, strategy); in apply() 124 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() 125 : m_geometry2(geometry2), m_strategy(strategy) {} in visitor() 138 Geometry2 const& geometry2, in apply() 141 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), geometry1); in apply() [all …]
|
| /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 D | interface.hpp | 97 Geometry2 const& geometry2, in apply() 103 >::apply(geometry1, geometry2, strategy); in apply() 108 Geometry2 const& geometry2, in apply() 120 >::apply(geometry1, geometry2, strategy_type()); in apply() 134 Geometry2 const& geometry2, in apply() 144 ::apply(geometry1, geometry2, strategy); in apply() 157 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() 158 : m_geometry2(geometry2) in visitor() 174 Geometry2 const& geometry2, in apply() 178 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), geometry1); in apply() [all …]
|
| H A D | implementation.hpp | 134 Geometry2 const& geometry2, in apply() 140 geometry::area(geometry2, in apply() 150 Geometry2 const& geometry2, in apply() 156 geometry::length(geometry2, in apply() 187 Geometry2 const& geometry2, in apply() 190 if (! TrivialCheck::apply(geometry1, geometry2, strategy)) in apply() 203 geometry::collect_vectors(c2, geometry2); in apply() 239 Geometry2 const& geometry2, in apply() 251 return apply(geometry1, geometry2, strategy, enable_relate_type()); in apply() 257 Geometry2 const& geometry2, in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersection/ |
| H A D | interface.hpp | 48 Geometry2 const& geometry2, in apply() 59 >::apply(geometry1, geometry2, robust_policy, in apply() 117 Geometry2 const& geometry2, in apply() 126 >::apply(geometry1, geometry2, robust_policy, geometry_out, in apply() 138 Geometry2 const& geometry2, in apply() 152 >::apply(geometry1, geometry2, robust_policy, geometry_out, in apply() 168 Geometry2 const& geometry2, in apply() 183 geometry2); in apply() 186 geometry2, in apply() 204 visitor(Geometry2 const& geometry2, in visitor() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/comparable_distance/ |
| H A D | interface.hpp | 44 Geometry2 const& geometry2, in apply() 56 geometry2, in apply() 69 Geometry2 const& geometry2, in apply() 83 >::apply(geometry1, geometry2, comparable_strategy_type()); in apply() 101 Geometry2 const& geometry2, in apply() 105 geometry2, in apply() 132 visitor(Geometry2 const& geometry2, in visitor() 134 : m_geometry2(geometry2), in visitor() 164 Geometry2 const& geometry2, in apply() 167 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), geometry1); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/ |
| H A D | interface.hpp | 91 Geometry2 const& geometry2, in apply() 97 >::apply(geometry1, geometry2, strategy); in apply() 102 Geometry2 const& geometry2, in apply() 114 >::apply(geometry1, geometry2, strategy_type()); in apply() 127 …static bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) in apply() 132 return resolve_strategy::touches::apply(geometry1, geometry2, strategy); in apply() 145 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() 146 : m_geometry2(geometry2) in visitor() 159 Geometry2 const& geometry2, in apply() 162 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), geometry1); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/ |
| H A D | interface.hpp | 102 Geometry2 const& geometry2, in apply() 108 >::apply(geometry1, geometry2, strategy); in apply() 115 Geometry2 const& geometry2, in apply() 126 >::apply(geometry1, geometry2, strategy_type()); in apply() 143 Geometry2 const& geometry2, in apply() 147 resolve_strategy::distance::apply(geometry1, geometry2, strategy); in apply() 169 visitor(Geometry2 const& geometry2, in visitor() 171 : m_geometry2(geometry2), in visitor() 198 Geometry2 const& geometry2, in apply() 201 return boost::apply_visitor(visitor<Strategy>(geometry2, strategy), geometry1); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relation/ |
| H A D | interface.hpp | 46 Geometry2 const& geometry2, in apply() 60 resolve_strategy::relate::apply(geometry1, geometry2, handler, strategy); in apply() 75 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() 76 : m_geometry2(geometry2), m_strategy(strategy) {} in visitor() 89 Geometry2 const& geometry2, in apply() 92 return boost::apply_visitor(visitor<Matrix, Strategy>(geometry2, strategy), geometry1); in apply() 109 Matrix operator()(Geometry2 const& geometry2) const in operator ()() 112 ::template apply<Matrix>(m_geometry1, geometry2, m_strategy); in operator ()() 119 boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry2, in apply() 122 return boost::apply_visitor(visitor<Matrix, Strategy>(geometry1, strategy), geometry2); in apply() [all …]
|
| /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 D | interface.hpp | 200 Geometry2 const& geometry2, in apply() 208 >::apply(geometry1, geometry2, handler, strategy); in apply() 213 Geometry2 const& geometry2, in apply() 227 >::apply(geometry1, geometry2, handler, strategy_type()); in apply() 240 Geometry2 const& geometry2, in apply() 255 resolve_strategy::relate::apply(geometry1, geometry2, handler, strategy); in apply() 271 visitor(Geometry2 const& geometry2, Mask const& mask, Strategy const& strategy) in visitor() 272 : m_geometry2(geometry2), m_mask(mask), m_strategy(strategy) {} in visitor() 285 Geometry2 const& geometry2, in apply() 289 return boost::apply_visitor(visitor<Mask, Strategy>(geometry2, mask, strategy), geometry1); in apply() [all …]
|
| /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 D | overlay.hpp | 192 Geometry2 const& geometry2, in return_if_one_input_is_empty() argument 234 select_rings<OverlayType>(geometry1, geometry2, empty, all_of_one_of_them, strategy); in return_if_one_input_is_empty() 236 assign_parents(geometry1, geometry2, rings, all_of_one_of_them, strategy); in return_if_one_input_is_empty() 237 return add_rings<GeometryOut>(all_of_one_of_them, geometry1, geometry2, rings, out); in return_if_one_input_is_empty() 252 Geometry1 const& geometry1, Geometry2 const& geometry2, in apply() 259 bool const is_empty2 = geometry::is_empty(geometry2); in apply() 271 >(geometry1, geometry2, out, strategy); in apply() 304 >(geometry1, geometry2, strategy, robust_policy, turns, policy); in apply() 312 self_get_turn_points::self_turns<Reverse2, assign_null_policy>(geometry2, in apply() 325 clusters, geometry1, geometry2, in apply() [all …]
|
| H A D | copy_segment_point.hpp | 313 inline bool copy_segment_point(Geometry1 const& geometry1, Geometry2 const& geometry2, in copy_segment_point() argument 342 >::apply(geometry2, seg_id, offset, point_out); in copy_segment_point() 361 inline bool copy_segment_points(Geometry1 const& geometry1, Geometry2 const& geometry2, in copy_segment_points() argument 368 return copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 0, point1) in copy_segment_points() 369 && copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 1, point2); in copy_segment_points() 384 inline bool copy_segment_points(Geometry1 const& geometry1, Geometry2 const& geometry2, in copy_segment_points() argument 391 return copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 0, point1) in copy_segment_points() 392 && copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 1, point2) in copy_segment_points() 393 && copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 2, point3); in copy_segment_points()
|
| H A D | assign_parents.hpp | 49 Geometry1 const& geometry1, Geometry2 const& geometry2, in within_selected_input() argument 67 get_ring<tag2>::apply(outer_id, geometry2), strategy) >= 0; in within_selected_input() 84 Geometry1 const& geometry1, Geometry2 const& geometry2, in within_selected_input() argument 96 outer_id, geometry1, geometry2, collection, strategy); in within_selected_input() 99 get_ring<tag2>::apply(inner_id, geometry2), in within_selected_input() 100 outer_id, geometry1, geometry2, collection, strategy); in within_selected_input() 104 outer_id, geometry1, geometry2, collection, strategy); in within_selected_input() 223 Geometry2 const& geometry2, in assign_parents() argument 267 geometry::envelope(get_ring<tag2>::apply(it->first, geometry2), in assign_parents() 323 > visitor(geometry1, geometry2, collection, ring_map, strategy, check_for_orientation); in assign_parents()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | not.hpp | 46 Geometry2 const& geometry2) in apply() 48 return ! Policy::apply(geometry1, geometry2); in apply() 53 Geometry2 const& geometry2, in apply() 56 return ! Policy::apply(geometry1, geometry2, 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/intersects/ |
| H A D | interface.hpp | 80 Geometry2 const& geometry2, in intersects() argument 86 return ! geometry::disjoint(geometry1, geometry2, strategy); in intersects() 103 inline bool intersects(Geometry1 const& geometry1, Geometry2 const& geometry2) in intersects() argument 108 return ! geometry::disjoint(geometry1, geometry2); in intersects()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/ |
| H A D | get_rescale_policy.hpp | 112 Geometry2 const& geometry2, in init_rescale_policy() argument 119 bool const is_empty2 = geometry::is_empty(geometry2); in init_rescale_policy() 128 geometry::envelope(geometry2, env); in init_rescale_policy() 144 >(geometry2); in init_rescale_policy() 205 static inline Policy apply(Geometry1 const& geometry1, Geometry2 const& geometry2) in apply() 220 init_rescale_policy(geometry1, geometry2, min_point, min_robust_point, factor); in apply() 332 inline Policy get_rescale_policy(Geometry1 const& geometry1, Geometry2 const& geometry2) in get_rescale_policy() argument 334 return detail::get_rescale_policy::get_rescale_policy<Policy>::apply(geometry1, geometry2); in get_rescale_policy()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/ |
| H A D | interface.hpp | 79 Geometry2 const& geometry2, in overlaps() argument 89 >::apply(geometry1, geometry2, strategy); in overlaps() 104 inline bool overlaps(Geometry1 const& geometry1, Geometry2 const& geometry2) in overlaps() argument 119 >::apply(geometry1, geometry2, strategy_type()); in overlaps()
|