| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/ |
| H A D | tst_locationsingleton.qml | 314 compare(geopath.boundingGeoRectangle(), mapPolyline.geoShape.boundingGeoRectangle()) 318 …compare(mapPolylineGeopath.geoShape.boundingGeoRectangle(), mapPolyline.geoShape.boundingGeoRectan… 339 compare(geopolygon.boundingGeoRectangle(), mapPolyline.geoShape.boundingGeoRectangle())
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolygonmapitem_p_p.h | 362 m_geometry.setPreserveGeometry(true, m_poly.m_geopoly.boundingGeoRectangle().topLeft()); in preserveGeometry() 363 … m_borderGeometry.setPreserveGeometry(true, m_poly.m_geopoly.boundingGeoRectangle().topLeft()); in preserveGeometry() 418 … m_borderGeometry.setPreserveGeometry(true, m_poly.m_geopoly.boundingGeoRectangle().topLeft()); in updatePolish() 532 m_geometry.setPreserveGeometry(true, m_poly.m_geopoly.boundingGeoRectangle().topLeft()); in preserveGeometry() 533 … m_borderGeometry.setPreserveGeometry(true, m_poly.m_geopoly.boundingGeoRectangle().topLeft()); in preserveGeometry()
|
| H A D | qdeclarativepolygonmapitem.cpp | 481 QGeoPolygon bbox(QGeoPath(perimeter).boundingGeoRectangle()); in updateSourcePoints() 482 QDeclarativeGeoMapItemUtils::wrapPath(bbox.path(), bbox.boundingGeoRectangle().topLeft(), p, in updateSourcePoints() 516 QGeoPolygon bbox(poly.boundingGeoRectangle()); in updateSourcePoints() 517 QDeclarativeGeoMapItemUtils::wrapPath(bbox.path(), bbox.boundingGeoRectangle().topLeft(), p, in updateSourcePoints()
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 642 m_geometry.setPreserveGeometry(true, m_poly.m_geopath.boundingGeoRectangle().topLeft()); in preserveGeometry() 685 …try.updateSourcePoints(*map, m_geopathProjected, m_poly.m_geopath.boundingGeoRectangle().topLeft()… in updatePolish() 751 m_geometry.setPreserveGeometry(true, m_poly.m_geopath.boundingGeoRectangle().topLeft()); in preserveGeometry()
|
| H A D | qdeclarativerectanglemapitem.cpp | 365 const QGeoRectangle rectangle = m_rectangle.boundingGeoRectangle(); in setGeoShape()
|
| H A D | qdeclarativegeomapquickitem.cpp | 367 const QGeoRectangle rect = shape.boundingGeoRectangle(); in setGeoShape()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopath/ |
| H A D | tst_qgeopath.cpp | 62 void boundingGeoRectangle(); 187 QVERIFY(p.boundingGeoRectangle().isEmpty()); in path() 355 void tst_QGeoPath::boundingGeoRectangle() in boundingGeoRectangle() function in tst_QGeoPath 370 QGeoRectangle box = p.boundingGeoRectangle(); in boundingGeoRectangle()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qmappolygonobjectqsg.cpp | 143 m_geometry.setPreserveGeometry(true, m_path.boundingGeoRectangle().topLeft()); in updateGeometry() 144 m_borderGeometry.setPreserveGeometry(true, m_path.boundingGeoRectangle().topLeft()); in updateGeometry()
|
| H A D | qmappolylineobjectqsg.cpp | 96 m_borderGeometry.setPreserveGeometry(true, m_path.boundingGeoRectangle().topLeft()); in updateGeometry()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeoshape.cpp | 240 QGeoRectangle QGeoShape::boundingGeoRectangle() const in boundingGeoRectangle() function in QGeoShape 245 return d->boundingGeoRectangle(); in boundingGeoRectangle()
|
| H A D | qgeorectangle_p.h | 73 QGeoRectangle boundingGeoRectangle() const override;
|
| H A D | qgeoshape_p.h | 72 virtual QGeoRectangle boundingGeoRectangle() const = 0;
|
| H A D | qgeocircle_p.h | 73 QGeoRectangle boundingGeoRectangle() const override;
|
| H A D | qgeoshape.h | 78 Q_INVOKABLE QGeoRectangle boundingGeoRectangle() const;
|
| H A D | qgeopath.cpp | 438 return boundingGeoRectangle().center(); in center() 607 QGeoRectangle QGeoPathPrivate::boundingGeoRectangle() const in boundingGeoRectangle() function in QGeoPathPrivate
|
| H A D | qgeocircle.cpp | 262 QGeoRectangle QGeoCirclePrivate::boundingGeoRectangle() const in boundingGeoRectangle() function in QGeoCirclePrivate
|
| H A D | qgeopath_p.h | 194 virtual QGeoRectangle boundingGeoRectangle() const override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/ |
| H A D | tst_qgeopolygon.cpp | 61 void boundingGeoRectangle(); 343 void tst_QGeoPolygon::boundingGeoRectangle() in boundingGeoRectangle() function in tst_QGeoPolygon 357 QGeoRectangle box = p.boundingGeoRectangle(); in boundingGeoRectangle()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocircle/ |
| H A D | tst_qgeocircle.cpp | 64 void boundingGeoRectangle(); 334 void tst_QGeoCircle::boundingGeoRectangle() in boundingGeoRectangle() function in tst_QGeoCircle 342 QGeoRectangle box = c.boundingGeoRectangle(); in boundingGeoRectangle()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapobjectview.cpp | 150 rect = kid->geoShape().boundingGeoRectangle(); in geoShape() 152 rect = rect.united(kid->geoShape().boundingGeoRectangle()); in geoShape()
|
| H A D | qmapiconobject.cpp | 154 crd = shape.boundingGeoRectangle().center(); in setGeoShape()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geocodingmanagerengine_esri.cpp | 122 …ery.addQueryItem(QStringLiteral("searchExtent"), boundingBoxToLtrb(bounds.boundingGeoRectangle())); in geocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeocodingmanagerenginemapbox.cpp | 166 QGeoRectangle boundingBox = bounds.boundingGeoRectangle(); in doSearch()
|
| H A D | qplacemanagerenginemapbox.cpp | 209 QGeoRectangle boundingBox = searchArea.boundingGeoRectangle(); in doSearch()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeocodingmanagerengineosm.cpp | 121 … query.addQueryItem(QStringLiteral("viewbox"), boundingBoxToLtrb(bounds.boundingGeoRectangle())); in geocode()
|