Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp375 QSharedPointer<QGeoTileTexture> QGeoFileTileCache::get(const QGeoTileSpec &spec) in get()
377 QSharedPointer<QGeoTileTexture> tt = getFromMemory(spec); in get()
533 QSharedPointer<QGeoTileTexture> QGeoFileTileCache::addToTextureCache(const QGeoTileSpec &spec, cons… in addToTextureCache()
535 QSharedPointer<QGeoTileTexture> tt(new QGeoTileTexture); in addToTextureCache()
547 QSharedPointer<QGeoTileTexture> QGeoFileTileCache::getFromMemory(const QGeoTileSpec &spec) in getFromMemory()
549 QSharedPointer<QGeoTileTexture> tt = textureCache_.object(spec); in getFromMemory()
558 return QSharedPointer<QGeoTileTexture>(0); in getFromMemory()
560 QSharedPointer<QGeoTileTexture> tt = addToTextureCache(spec, image); in getFromMemory()
564 return QSharedPointer<QGeoTileTexture>(); in getFromMemory()
567 QSharedPointer<QGeoTileTexture> QGeoFileTileCache::getFromDisk(const QGeoTileSpec &spec) in getFromDisk()
[all …]
H A Dqgeotilerequestmanager.cpp56 …QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > requestTiles(const QSet<QGeoTileSpec> &tiles);
77 QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > QGeoTileRequestManager::requestTiles(const QSe… in requestTiles()
87 QSharedPointer<QGeoTileTexture> QGeoTileRequestManager::tileTexture(const QGeoTileSpec &spec) in tileTexture()
92 return QSharedPointer<QGeoTileTexture>(); in tileTexture()
110 QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > QGeoTileRequestManagerPrivate::requestTiles(co… in requestTiles()
120 QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > cachedTex; in requestTiles()
128 QSharedPointer<QGeoTileTexture> tex = m_engine->getTileTexture(tile); in requestTiles()
142 QSharedPointer<QGeoTileTexture> t = m_engine->getTileTexture(spec); in requestTiles()
H A Dqabstractgeotilecache.cpp53 QGeoTileTexture::QGeoTileTexture() in Q_DECLARE_METATYPE()
56 QGeoTileTexture::~QGeoTileTexture() in ~QGeoTileTexture()
H A Dqgeofiletilecache_p.h128 QSharedPointer<QGeoTileTexture> get(const QGeoTileSpec &spec) override;
152 … QSharedPointer<QGeoTileTexture> addToTextureCache(const QGeoTileSpec &spec, const QImage &image);
153 QSharedPointer<QGeoTileTexture> getFromMemory(const QGeoTileSpec &spec);
154 QSharedPointer<QGeoTileTexture> getFromDisk(const QGeoTileSpec &spec);
162 QCache3Q<QGeoTileSpec, QGeoTileTexture > textureCache_;
H A Dqabstractgeotilecache_p.h74 class Q_LOCATION_PRIVATE_EXPORT QGeoTileTexture
78 QGeoTileTexture();
79 ~QGeoTileTexture();
125 virtual QSharedPointer<QGeoTileTexture> get(const QGeoTileSpec &spec) = 0;
H A Dqgeotilerequestmanager_p.h58 class QGeoTileTexture; variable
68 …QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > requestTiles(const QSet<QGeoTileSpec> &tiles);
72 QSharedPointer<QGeoTileTexture> tileTexture(const QGeoTileSpec &spec);
H A Dqgeotiledmapscene_p.h59 class QGeoTileTexture; variable
80 void addTile(const QGeoTileSpec &spec, QSharedPointer<QGeoTileTexture> texture);
H A Dqgeotiledmappingmanagerengine_p.h65 class QGeoTileTexture; variable
90 virtual QSharedPointer<QGeoTileTexture> getTileTexture(const QGeoTileSpec &spec);
H A Dqgeotiledmapscene_p_p.h138 void addTile(const QGeoTileSpec &spec, QSharedPointer<QGeoTileTexture> texture);
173 QHash<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > m_textures;
H A Dqgeotiledmap_p.h62 class QGeoTileTexture; variable
H A Dqgeotiledmapscene.cpp122 void QGeoTiledMapScene::addTile(const QGeoTileSpec &spec, QSharedPointer<QGeoTileTexture> texture) in addTile()
223 void QGeoTiledMapScenePrivate::addTile(const QGeoTileSpec &spec, QSharedPointer<QGeoTileTexture> te… in addTile()
549 QGeoTileTexture *tileTexture = d->m_textures.value(s).data(); in updateTiles()
654 QGeoTileTexture *tileTexture = d->m_textures.value(spec).data(); in updateSceneGraph()
H A Dqgeotiledmap.cpp347 QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > cachedTiles = in updateScene()
440 QSharedPointer<QGeoTileTexture> tex = m_tileRequests->tileTexture(spec); in updateTile()
H A Dqgeotiledmappingmanagerengine.cpp309 QSharedPointer<QGeoTileTexture> QGeoTiledMappingManagerEngine::getTileTexture(const QGeoTileSpec &s… in getTileTexture()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp72 QSharedPointer<QGeoTileTexture> QGeoFileTileCacheOsm::get(const QGeoTileSpec &spec) in get()
74 QSharedPointer<QGeoTileTexture> tt = getFromMemory(spec); in get()
147 QSharedPointer<QGeoTileTexture> QGeoFileTileCacheOsm::getFromOfflineStorage(const QGeoTileSpec &spe… in getFromOfflineStorage()
150 return QSharedPointer<QGeoTileTexture>(); in getFromOfflineStorage()
154 return QSharedPointer<QGeoTileTexture>(); in getFromOfflineStorage()
159 return QSharedPointer<QGeoTileTexture>(); in getFromOfflineStorage()
163 return QSharedPointer<QGeoTileTexture>(); in getFromOfflineStorage()
170 return QSharedPointer<QGeoTileTexture>(0); in getFromOfflineStorage()
H A Dqgeofiletilecacheosm.h58 QSharedPointer<QGeoTileTexture> get(const QGeoTileSpec &spec) override;
72 QSharedPointer<QGeoTileTexture> getFromOfflineStorage(const QGeoTileSpec &spec);