| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | intersect_util.hpp | 90 intersect_list<T>& intersects; member 92 on_intersection_swap(intersect_list<T>& i) : intersects(i) { in on_intersection_swap() 102 intersects.emplace_back(b1, b2, pt); in operator ()() 107 void build_intersect_list(active_bound_list<T>& active_bounds, intersect_list<T>& intersects) { in build_intersect_list() argument 109 on_intersection_swap<T>(intersects)); in build_intersect_list() 297 void process_intersect_list(intersect_list<T>& intersects, in process_intersect_list() argument 303 for (auto node_itr = intersects.begin(); node_itr != intersects.end(); ++node_itr) { in process_intersect_list() 309 while (next_itr != intersects.end()) { in process_intersect_list() 320 if (next_itr == intersects.end()) { in process_intersect_list() 352 intersect_list<T> intersects; in process_intersections() local [all …]
|
| /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 | 33 namespace detail { namespace intersects namespace 58 inline bool intersects(Geometry const& geometry) in intersects() function 60 return detail::intersects::self_intersects<Geometry>::apply(geometry); in intersects() 79 inline bool intersects(Geometry1 const& geometry1, in intersects() function 103 inline bool intersects(Geometry1 const& geometry1, Geometry2 const& geometry2) in intersects() function
|
| H A D | implementation.hpp | 41 namespace detail { namespace intersects namespace
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | ipl_report.c | 24 static inline bool intersects(unsigned long addr0, unsigned long size0, in intersects() function 58 intersects(INITRD_START, INITRD_SIZE, safe_addr, size)) in find_bootdata_space() 61 if (intersects(safe_addr, size, comp->addr, comp->len)) { in find_bootdata_space() 66 if (intersects(safe_addr, size, cert->addr, cert->len)) { in find_bootdata_space()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/ |
| H A D | intersection_content.hpp | 27 bool const intersects = ! geometry::detail::disjoint::box_box<Box, Box>::apply(box1, box2); in intersection_content() local 29 if ( intersects ) in intersection_content()
|
| /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 | linear_or_areal_to_areal.hpp | 44 if ( geometry::intersects(linear, areal) ) in apply() 79 if ( geometry::intersects(areal1, areal2) ) in apply()
|
| H A D | segment_to_segment.hpp | 73 if (geometry::intersects(segment1, segment2)) in apply()
|
| H A D | segment_to_box.hpp | 103 if (check_intersection && geometry::intersects(segment, box)) in apply() 218 if (check_intersection && geometry::intersects(segment, box)) in apply()
|
| H A D | geometry_to_segment_or_box.hpp | 197 && geometry::intersects(geometry, segment_or_box)) in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeorectangle.h | 101 Q_INVOKABLE bool intersects(const QGeoRectangle &rectangle) const;
|
| H A D | qgeorectangle.cpp | 683 bool QGeoRectangle::intersects(const QGeoRectangle &rectangle) const in intersects() function in QGeoRectangle
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/ |
| H A D | earcut.hpp | 76 bool intersects(const Node* p1, const Node* q1, const Node* p2, const Node* q2); 372 … if (!equals(a, b) && intersects(a, p, p->next, b) && locallyInside(a, b) && locallyInside(b, a)) { in cureLocalIntersections() 665 bool Earcut<N>::intersects(const Node* p1, const Node* q1, const Node* p2, const Node* q2) { in intersects() function in mapbox::detail::Earcut 678 intersects(p, p->next, a, b)) return true; in intersectsPolygon()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/ |
| H A D | earcut.hpp | 101 bool intersects(const Node* p1, const Node* q1, const Node* p2, const Node* q2); 402 … if (!equals(a, b) && intersects(a, p, p->next, b) && locallyInside(a, b) && locallyInside(b, a)) { in cureLocalIntersections() 705 bool Earcut<N>::intersects(const Node* p1, const Node* q1, const Node* p2, const Node* q2) { in intersects() function in qt_mapbox::detail::Earcut 741 intersects(p, p->next, a, b)) return true; in intersectsPolygon()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | predicates.hpp | 165 intersects(Geometry const& g) in intersects() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | geo.cpp | 90 bool LatLngBounds::intersects(const LatLngBounds area, LatLng::WrapMode wrap /*= LatLng::Unwrapped*… in intersects() function in mbgl::LatLngBounds
|
| /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 | multi_point.hpp | 210 rtree.query(index::intersects(*it), std::back_inserter(inters_boxes)); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 165 bool intersects(const LatLngBounds area, LatLng::WrapMode wrap = LatLng::Unwrapped) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapscene.cpp | 457 return QRectF(-1, -1, 2, 2).intersects(boundingRect); in qgeotiledmapscene_isTileInViewport_Straight() 473 return QRectF(-1, -1, 2, 2).intersects(boundingRect); in qgeotiledmapscene_isTileInViewport_rotationTilt()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | annotation_manager.cpp | 144 symbolTree.query(boost::geometry::index::intersects(tileBounds), in getTileData()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/ |
| H A D | tst_qgeorectangle.cpp | 1248 QFETCH(bool, intersects); in containsBoxAndIntersects() 1251 QCOMPARE(box1.intersects(box2), intersects); in containsBoxAndIntersects()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeotiledmappingmanagerengine_nokia.cpp | 426 if (box.intersects(viewport)) { in evaluateCopyrightsText()
|
| /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 | multi_point_geometry.hpp | 409 rt.query(index::intersects(point), std::back_inserter(boxes_found)); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | predicates.hpp | 202 return geometry::intersects(g1, g2); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem.cpp | 192 const bool intersects = get_line_intersection(l.at(i).x(), in clipLine() local 203 if (intersects) { in clipLine()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 482 if (!placeCategories.intersects(categories)) in search()
|