Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmappingmanagerengine.cpp290 Q_ASSERT_X(!d->tileCache_, Q_FUNC_INFO, "This should be called only once"); in setTileCache()
292 d->tileCache_ = cache; in setTileCache()
293 d->tileCache_->init(); in setTileCache()
299 if (!d->tileCache_) { in tileCache()
303 d->tileCache_ = new QGeoFileTileCache(cacheDirectory); in tileCache()
304 d->tileCache_->init(); in tileCache()
306 return d->tileCache_; in tileCache()
311 return d_ptr->tileCache_->get(spec); in getTileTexture()
320 tileCache_(0), in QGeoTiledMappingManagerEnginePrivate()
H A Dqgeotiledmappingmanagerengine_p_p.h75 QAbstractGeoTileCache *tileCache_; variable