Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeotiledmaplabs.cpp64 void updateMapObjects(QSGNode *root, QQuickWindow *window);
129 void QGeoTiledMapLabsPrivate::updateMapObjects(QSGNode *root, QQuickWindow *window) in updateMapObjects() function in QGeoTiledMapLabsPrivate
131 m_qsgSupport.updateMapObjects(root, window); in updateMapObjects()
185 d->updateMapObjects(root, window); in updateSceneGraph()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp67 void updateMapObjects(QSGNode *root, QQuickWindow *window);
129 d->updateMapObjects(mapRoot, window); in updateSceneGraph()
202 void QGeoMapItemsOverlayPrivate::updateMapObjects(QSGNode *root, QQuickWindow *window) in updateMapObjects() function in QGeoMapItemsOverlayPrivate
204 m_qsgSupport.updateMapObjects(root, window); in updateMapObjects()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport_p.h82 void updateMapObjects(QSGNode *root, QQuickWindow *window);
H A Dqgeomapobjectqsgsupport.cpp156 void QGeoMapObjectQSGSupport::updateMapObjects(QSGNode *root, QQuickWindow *window) in updateMapObjects() function in QGeoMapObjectQSGSupport