Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Draster_source.cpp35 uint16_t RasterSource::getTileSize() const { in getTileSize() function in mbgl::style::RasterSource
36 return impl().getTileSize(); in getTileSize()
66 util::mapbox::canonicalizeTileset(*tileset, url, getType(), getTileSize()); in loadDescription()
H A Draster_source_impl.hpp15 uint16_t getTileSize() const;
H A Draster_source_impl.cpp17 uint16_t RasterSource::Impl::getTileSize() const { in getTileSize() function in mbgl::style::RasterSource::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp111 handleTiledSource(rasterSource.getURLOrTileset(), rasterSource.getTileSize()); in getStatus()
117 handleTiledSource(rasterDEMSource.getURLOrTileset(), rasterDEMSource.getTileSize()); in getStatus()
202 handleTiledSource(rasterSource.getURLOrTileset(), rasterSource.getTileSize()); in activateDownload()
208 handleTiledSource(rasterDEMSource.getURLOrTileset(), rasterDEMSource.getTileSize()); in activateDownload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Draster_source.hpp21 uint16_t getTileSize() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_raster_source.cpp54 impl().getTileSize(), in update()
H A Drender_raster_dem_source.cpp57 impl().getTileSize(), in update()