Home
last modified time | relevance | path

Searched refs:intersects (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dintersect_util.hpp90 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 Dinterface.hpp33 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 Dimplementation.hpp41 namespace detail { namespace intersects namespace
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dipl_report.c24 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 Dintersection_content.hpp27 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 Dlinear_or_areal_to_areal.hpp44 if ( geometry::intersects(linear, areal) ) in apply()
79 if ( geometry::intersects(areal1, areal2) ) in apply()
H A Dsegment_to_segment.hpp73 if (geometry::intersects(segment1, segment2)) in apply()
H A Dsegment_to_box.hpp103 if (check_intersection && geometry::intersects(segment, box)) in apply()
218 if (check_intersection && geometry::intersects(segment, box)) in apply()
H A Dgeometry_to_segment_or_box.hpp197 && geometry::intersects(geometry, segment_or_box)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h101 Q_INVOKABLE bool intersects(const QGeoRectangle &rectangle) const;
H A Dqgeorectangle.cpp683 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 Dearcut.hpp76 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 Dearcut.hpp101 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 Dpredicates.hpp165 intersects(Geometry const& g) in intersects() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgeo.cpp90 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 Dmulti_point.hpp210 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 Dgeo.hpp165 bool intersects(const LatLngBounds area, LatLng::WrapMode wrap = LatLng::Unwrapped) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp457 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 Dannotation_manager.cpp144 symbolTree.query(boost::geometry::index::intersects(tileBounds), in getTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp1248 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 Dqgeotiledmappingmanagerengine_nokia.cpp426 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 Dmulti_point_geometry.hpp409 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 Dpredicates.hpp202 return geometry::intersects(g1, g2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp192 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 Dqplacemanagerengine_test.h482 if (!placeCategories.intersects(categories)) in search()

12