Home
last modified time | relevance | path

Searched refs:addToTextureCache (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp533 QSharedPointer<QGeoTileTexture> QGeoFileTileCache::addToTextureCache(const QGeoTileSpec &spec, cons… in addToTextureCache() function in QGeoFileTileCache
560 QSharedPointer<QGeoTileTexture> tt = addToTextureCache(spec, image); in getFromMemory()
599 QSharedPointer<QGeoTileTexture> tt = addToTextureCache(td->spec, image); in getFromDisk()
H A Dqgeofiletilecache_p.h152 … QSharedPointer<QGeoTileTexture> addToTextureCache(const QGeoTileSpec &spec, const QImage &image);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp174 return addToTextureCache(spec, image); in getFromOfflineStorage()