Home
last modified time | relevance | path

Searched defs:maxTile (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_range.hpp26 const auto maxTile = std::pow(2.0, maxZoom); in fromLatLngBounds() local
H A Dtile_cover_impl.cpp101 void build_bounds_map(PointList& points, uint32_t maxTile, BoundsMap& et, bool closed = false) { in build_bounds_map()
H A Dtile_cover.cpp195 auto maxTile = std::pow(2.0, zoom); in tileCount() local