Home
last modified time | relevance | path

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 Doffline.cpp53 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 Dtile_cover.hpp34 int32_t coveringZoomLevel(double z, style::SourceType type, uint16_t tileSize);
H A Dtile_cover.cpp133 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 Dtile_pyramid.cpp96 …int32_t overscaledZoom = util::coveringZoomLevel(parameters.transformState.getZoom(), type, tileSi… in update()