Home
last modified time | relevance | path

Searched refs:bbox (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkdtree_single_index.h315 void computeBoundingBox(BoundingBox& bbox) in computeBoundingBox() argument
317 bbox.resize(dim_); in computeBoundingBox()
319 bbox[i].low = (DistanceType)dataset_[0][i]; in computeBoundingBox()
320 bbox[i].high = (DistanceType)dataset_[0][i]; in computeBoundingBox()
324 if (dataset_[k][i]<bbox[i].low) bbox[i].low = (DistanceType)dataset_[k][i]; in computeBoundingBox()
325 if (dataset_[k][i]>bbox[i].high) bbox[i].high = (DistanceType)dataset_[k][i]; in computeBoundingBox()
340 NodePtr divideTree(int left, int right, BoundingBox& bbox) in divideTree() argument
352 bbox[i].low = (DistanceType)dataset_[vind_[left]][i]; in divideTree()
353 bbox[i].high = (DistanceType)dataset_[vind_[left]][i]; in divideTree()
357 … if (bbox[i].low>dataset_[vind_[k]][i]) bbox[i].low=(DistanceType)dataset_[vind_[k]][i]; in divideTree()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtile.hpp30 mapbox::geometry::box<double> bbox = { { 2, 1 }, { -1, 0 } }; member in mapbox::geojsonvt::detail::InternalTile
60 bbox.min.x = std::min(feature.bbox.min.x, bbox.min.x); in InternalTile()
61 bbox.min.y = std::min(feature.bbox.min.y, bbox.min.y); in InternalTile()
62 bbox.max.x = std::max(feature.bbox.max.x, bbox.max.x); in InternalTile()
63 bbox.max.y = std::max(feature.bbox.max.y, bbox.max.y); in InternalTile()
H A Dtypes.hpp142 mapbox::geometry::box<double> bbox = { { 2, 1 }, { -1, 0 } }; member
149 bbox.min.x = std::min(p.x, bbox.min.x); in vt_feature()
150 bbox.min.y = std::min(p.y, bbox.min.y); in vt_feature()
151 bbox.max.x = std::max(p.x, bbox.max.x); in vt_feature()
152 bbox.max.y = std::max(p.y, bbox.max.y); in vt_feature()
H A Dwrap.hpp14 feature.bbox.min.x += offset; in shiftCoords()
15 feature.bbox.max.x += offset; in shiftCoords()
H A Dclip.hpp232 const double min = get<I>(feature.bbox.min); in clip()
233 const double max = get<I>(feature.bbox.max); in clip()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp25 void GridIndex<T>::insert(T&& t, const BBox& bbox) { in insert() argument
28 auto cx1 = convertToXCellCoord(bbox.min.x); in insert()
29 auto cy1 = convertToYCellCoord(bbox.min.y); in insert()
30 auto cx2 = convertToXCellCoord(bbox.max.x); in insert()
31 auto cy2 = convertToYCellCoord(bbox.max.y); in insert()
41 boxElements.emplace_back(t, bbox); in insert()
77 query(queryBBox, [&](const T& t, const BBox& bbox) -> bool { in queryWithBoxes() argument
78 result.push_back(std::make_pair(t, bbox)); in queryWithBoxes()
156 auto& bbox = pair.second; in query() local
157 if (boxesCollide(queryBBox, bbox)) { in query()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp129 QJsonArray bbox = response.value(QStringLiteral("bbox")).toArray(); in parseGeoLocation() local
130 double top = bbox.at(3).toDouble(); in parseGeoLocation()
131 double left = bbox.at(0).toDouble(); in parseGeoLocation()
132 double bottom = bbox.at(1).toDouble(); in parseGeoLocation()
133 double right = bbox.at(2).toDouble(); in parseGeoLocation()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dbubble.cpp120 void Bubble::move(const QRect &bbox) in move() argument
123 qreal leftOverflow = position.x() - radius - bbox.left(); in move()
124 qreal rightOverflow = position.x() + radius - bbox.right(); in move()
125 qreal topOverflow = position.y() - radius - bbox.top(); in move()
126 qreal bottomOverflow = position.y() + radius - bbox.bottom(); in move()
H A Dbubble.h70 void move(const QRect &bbox); in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dbubble.cpp120 void Bubble::move(const QRect &bbox) in move() argument
123 qreal leftOverflow = position.x() - radius - bbox.left(); in move()
124 qreal rightOverflow = position.x() + radius - bbox.right(); in move()
125 qreal topOverflow = position.y() - radius - bbox.top(); in move()
126 qreal bottomOverflow = position.y() + radius - bbox.bottom(); in move()
H A Dbubble.h70 void move(const QRect &bbox); in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dbubble.cpp120 void Bubble::move(const QRect &bbox) in move() argument
123 qreal leftOverflow = position.x() - radius - bbox.left(); in move()
124 qreal rightOverflow = position.x() + radius - bbox.right(); in move()
125 qreal topOverflow = position.y() - radius - bbox.top(); in move()
126 qreal bottomOverflow = position.y() + radius - bbox.bottom(); in move()
H A Dbubble.h70 void move(const QRect &bbox); in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring.hpp34 double area_from_point(point_ptr<T> op, std::size_t& size, mapbox::geometry::box<T>& bbox) { in area_from_point() argument
57 bbox.min.x = min_x; in area_from_point()
58 bbox.max.x = max_x; in area_from_point()
59 bbox.min.y = min_y; in area_from_point()
60 bbox.max.y = max_y; in area_from_point()
75 mapbox::geometry::box<T> bbox; // bounding box of the ring member
92 bbox({ 0, 0 }, { 0, 0 }), in ring()
104 bbox.min.x = 0; in reset_stats()
105 bbox.min.y = 0; in reset_stats()
106 bbox.max.x = 0; in reset_stats()
[all …]
H A Dring_util.hpp415 mapbox::geometry::box<T> bbox({ 0, 0 }, { 0, 0 }); in first_is_bottom_point() local
416 return area_from_point(btmPt1, s, bbox) > 0.0; // if otherwise identical use orientation in first_is_bottom_point()
830 if (!box2_contains_box1(ring1->bbox, ring2->bbox)) { in poly2_contains_poly1()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.cpp163 QJsonArray bbox = item.value(QStringLiteral("bbox")).toArray(); in parsePlaceResult() local
164 QGeoRectangle box(QGeoCoordinate(bbox.at(3).toDouble(), bbox.at(0).toDouble()), in parsePlaceResult()
165 QGeoCoordinate(bbox.at(1).toDouble(), bbox.at(2).toDouble())); in parsePlaceResult()
H A Dqplacedetailsreplyimpl.cpp198 QJsonArray bbox = locationObject.value(QLatin1String("bbox")).toArray(); in replyFinished() local
199 QGeoRectangle box(QGeoCoordinate(bbox.at(3).toDouble(), bbox.at(0).toDouble()), in replyFinished()
200 QGeoCoordinate(bbox.at(1).toDouble(), bbox.at(2).toDouble())); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.cpp246 …onIntersectsBox(const LineString<float>& polygon, const GridIndex<IndexedSubfeature>::BBox& bbox) { in polygonIntersectsBox() argument
253 int16_t minX1 = bbox.min.x; in polygonIntersectsBox()
254 int16_t maxY1 = bbox.max.y; in polygonIntersectsBox()
255 int16_t minY1 = bbox.min.y; in polygonIntersectsBox()
256 int16_t maxX1 = bbox.max.x; in polygonIntersectsBox()
287 auto& bbox = queryResult.second; in queryRenderedSymbols() local
294 if (!polygonIntersectsBox(gridQuery, bbox)) { in queryRenderedSymbols()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp481 QGeoPolygon bbox(QGeoPath(perimeter).boundingGeoRectangle()); in updateSourcePoints() local
482 QDeclarativeGeoMapItemUtils::wrapPath(bbox.path(), bbox.boundingGeoRectangle().topLeft(), p, in updateSourcePoints()
516 QGeoPolygon bbox(poly.boundingGeoRectangle()); in updateSourcePoints() local
517 QDeclarativeGeoMapItemUtils::wrapPath(bbox.path(), bbox.boundingGeoRectangle().topLeft(), p, in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp822 QGeoPolygon bbox(QGeoRectangle(topLeft, bottomRight)); in updateSourcePoints() local
824 QDeclarativeGeoMapItemUtils::wrapPath(bbox.path(), bbox.boundingGeoRectangle().topLeft(), p, in updateSourcePoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp230 const auto& min = tile.bbox.min; in splitTile()
231 const auto& max = tile.bbox.max; in splitTile()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_dev.h683 struct qxl_rect bbox; member
710 struct qxl_rect bbox; member
H A Dqxl_draw.c107 drawable->bbox = *rect; in make_drawable()
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...