Searched refs:coveringZoomLevel (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline.cpp | 53 double minZ = std::max<double>(util::coveringZoomLevel(minZoom, type, tileSize), zoomRange.min); in coveringZoomRange() 54 double maxZ = std::min<double>(util::coveringZoomLevel(maxZoom, type, tileSize), zoomRange.max); in coveringZoomRange()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover.hpp | 34 int32_t coveringZoomLevel(double z, style::SourceType type, uint16_t tileSize);
|
| H A D | tile_cover.cpp | 133 int32_t coveringZoomLevel(double zoom, style::SourceType type, uint16_t size) { in coveringZoomLevel() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_pyramid.cpp | 96 …int32_t overscaledZoom = util::coveringZoomLevel(parameters.transformState.getZoom(), type, tileSi… in update()
|