Home
last modified time | relevance | path

Searched defs:intersects (Results 1 – 11 of 11) 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/intersects/
H A Dinterface.hpp33 namespace detail { namespace intersects namespace
58 inline bool intersects(Geometry const& geometry) in intersects() function
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/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
107 void build_intersect_list(active_bound_list<T>& active_bounds, intersect_list<T>& intersects) { in build_intersect_list()
297 void process_intersect_list(intersect_list<T>& intersects, in process_intersect_list()
352 intersect_list<T> intersects; in process_intersections() local
/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
/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
/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/index/
H A Dpredicates.hpp165 intersects(Geometry const& g) in intersects() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
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.hpp665 bool Earcut<N>::intersects(const Node* p1, const Node* q1, const Node* p2, const Node* q2) { in intersects() function in mapbox::detail::Earcut
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp705 bool Earcut<N>::intersects(const Node* p1, const Node* q1, const Node* p2, const Node* q2) { in intersects() function in qt_mapbox::detail::Earcut
/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