Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/
H A Dtst_qgeotiledmapscene.cpp320 QGeoTiledMapScene mapGeometry; in screenToMercatorPositions() local
321 mapGeometry.setTileSize(tileSize); in screenToMercatorPositions()
322 mapGeometry.setScreenSize(QSize(screenWidth,screenHeight)); in screenToMercatorPositions()
323 mapGeometry.setCameraData(camera); in screenToMercatorPositions()
324 mapGeometry.setVisibleTiles(ct.createTiles()); in screenToMercatorPositions()
372 QGeoTiledMapScene mapGeometry; in mercatorToScreenPositions() local
373 mapGeometry.setTileSize(tileSize); in mercatorToScreenPositions()
374 mapGeometry.setScreenSize(QSize(screenWidth,screenHeight)); in mercatorToScreenPositions()
375 mapGeometry.setCameraData(camera); in mercatorToScreenPositions()
376 mapGeometry.setVisibleTiles(ct.createTiles()); in mercatorToScreenPositions()