Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp81 …auto handleTiledSource = [&] (const variant<std::string, Tileset>& urlOrTileset, const uint16_t ti… in getStatus() local
105 handleTiledSource(vectorSource.getURLOrTileset(), util::tileSize); in getStatus()
111 handleTiledSource(rasterSource.getURLOrTileset(), rasterSource.getTileSize()); in getStatus()
117 handleTiledSource(rasterDEMSource.getURLOrTileset(), rasterDEMSource.getTileSize()); in getStatus()
168 …auto handleTiledSource = [&] (const variant<std::string, Tileset>& urlOrTileset, const uint16_t ti… in activateDownload() local
196 handleTiledSource(vectorSource.getURLOrTileset(), util::tileSize); in activateDownload()
202 handleTiledSource(rasterSource.getURLOrTileset(), rasterSource.getTileSize()); in activateDownload()
208 handleTiledSource(rasterDEMSource.getURLOrTileset(), rasterDEMSource.getTileSize()); in activateDownload()