Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmap.cpp109 void QGeoTiledMap::updateTile(const QGeoTileSpec &spec) in updateTile() function in QGeoTiledMap
112 d->updateTile(spec); in updateTile()
435 void QGeoTiledMapPrivate::updateTile(const QGeoTileSpec &spec) in updateTile() function in QGeoTiledMapPrivate
H A Dqgeotiledmap_p.h84 void updateTile(const QGeoTileSpec &spec);
H A Dqgeotiledmap_p_p.h80 void updateTile(const QGeoTileSpec &spec);
H A Dqgeotilerequestmanager.cpp180 m_map->updateTile(spec); in tileFetched()