Home
last modified time | relevance | path

Searched refs:qgeoboundingboxcopy (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp117 QGeoRectangle qgeoboundingboxcopy(m_coordinate, 0.4, 0.4); in viewport() local
118 m_location.setBoundingBox(qgeoboundingboxcopy); in viewport()
120 QCOMPARE(m_location.boundingBox(),qgeoboundingboxcopy); in viewport()
122 qgeoboundingboxcopy.setHeight(1); in viewport()
124 QVERIFY(m_location.boundingBox() != qgeoboundingboxcopy); in viewport()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp135 QGeoRectangle *qgeoboundingboxcopy = new QGeoRectangle(*qgeocoordinate, 0.4, 0.4); in excludeAreas() local
138 areas.append(*qgeoboundingboxcopy); in excludeAreas()
145 delete qgeoboundingboxcopy; in excludeAreas()