Home
last modified time | relevance | path

Searched refs:qgeoboundingbox (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/
H A Dtst_qgeoroute.cpp101 QGeoRectangle *qgeoboundingbox = new QGeoRectangle(*qgeocoordinate,0.4,0.4); in bounds() local
103 qgeoroute->setBounds(*qgeoboundingbox); in bounds()
105 QCOMPARE(qgeoroute->bounds(), *qgeoboundingbox); in bounds()
107 qgeoboundingbox->setWidth(23.1); in bounds()
109 QVERIFY(qgeoroute->bounds().width() != qgeoboundingbox->width()); in bounds()
111 delete qgeoboundingbox; in bounds()
H A Dtst_qgeoroute.h77 QGeoRectangle *qgeoboundingbox; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.cpp265 qgeoboundingbox = new QGeoRectangle (*qgeocoordinate, 0.5 , 0.5); in viewport()
267 reply->callSetViewport(*qgeoboundingbox); in viewport()
269 QCOMPARE (reply->viewport(), static_cast<const QGeoShape &>(*qgeoboundingbox)); in viewport()
272 delete qgeoboundingbox; in viewport()
H A Dtst_qgeocodereply.h98 QGeoRectangle *qgeoboundingbox; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.h83 QGeoRectangle *qgeoboundingbox; variable
H A Dtst_qgeorouterequest.cpp50 qgeoboundingbox = new QGeoRectangle(); in init()
57 delete qgeoboundingbox; in cleanup()