Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp229 m_updatedTextures.append(spec); in addTile()
627 if (d->m_updatedTextures.size()) { in updateSceneGraph()
628 const QVector<QGeoTileSpec> &toRemove = d->m_updatedTextures; in updateSceneGraph()
642 d->m_updatedTextures.clear(); in updateSceneGraph()
H A Dqgeotiledmapscene_p_p.h174 QVector<QGeoTileSpec> m_updatedTextures; variable