Searched refs:qgeoboundingboxcopy (Results 1 – 2 of 2) sorted by relevance
117 QGeoRectangle qgeoboundingboxcopy(m_coordinate, 0.4, 0.4); in viewport() local118 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()
135 QGeoRectangle *qgeoboundingboxcopy = new QGeoRectangle(*qgeocoordinate, 0.4, 0.4); in excludeAreas() local138 areas.append(*qgeoboundingboxcopy); in excludeAreas()145 delete qgeoboundingboxcopy; in excludeAreas()