Searched refs:mapRoot (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapscene.cpp | 596 QGeoTiledMapRootNode *mapRoot = static_cast<QGeoTiledMapRootNode *>(oldNode); in updateSceneGraph() local 597 if (!mapRoot) in updateSceneGraph() 598 mapRoot = new QGeoTiledMapRootNode(); in updateSceneGraph() 601 mapRoot->m_droppedTiles.clear(); in updateSceneGraph() 602 d->m_mapRoot = mapRoot; in updateSceneGraph() 606 mapRoot->setClipRect(QRect(0, 0, w, h)); in updateSceneGraph() 612 mapRoot->root->setMatrix(itemSpaceMatrix); in updateSceneGraph() 615 for (const QGeoTileSpec &s : mapRoot->tiles->tiles.keys()) in updateSceneGraph() 616 delete mapRoot->tiles->tiles.take(s); in updateSceneGraph() 617 for (const QGeoTileSpec &s : mapRoot->wrapLeft->tiles.keys()) in updateSceneGraph() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/ |
| H A D | qgeomapitemsoverlay.cpp | 122 QSGRectangleNode *mapRoot = static_cast<QSGRectangleNode *>(node); in updateSceneGraph() 123 if (!mapRoot) in updateSceneGraph() 124 mapRoot = window->createRectangleNode(); in updateSceneGraph() 126 mapRoot->setRect(QRect(0, 0, viewportWidth(), viewportHeight())); in updateSceneGraph() 127 mapRoot->setColor(QColor(0,0,0,0)); in updateSceneGraph() 129 d->updateMapObjects(mapRoot, window); in updateSceneGraph() 130 return mapRoot; in updateSceneGraph()
|