Searched refs:fromLatLngBounds (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_range.hpp | 17 … static TileRange fromLatLngBounds(const LatLngBounds& bounds, uint8_t minZoom, uint8_t maxZoom) { in fromLatLngBounds() function in mbgl::util::TileRange 36 static TileRange fromLatLngBounds(const LatLngBounds& bounds, uint8_t z) { in fromLatLngBounds() function in mbgl::util::TileRange 37 return fromLatLngBounds(bounds, z, z); in fromLatLngBounds()
|
| H A D | geo.cpp | 38 return util::TileRange::fromLatLngBounds(*this, tileID.z).contains(tileID); in contains()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | custom_tile_loader.cpp | 89 …tileRange = tileRanges.emplace(std::make_pair(zoom, util::TileRange::fromLatLngBounds(bounds, zoom… in invalidateRegion()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_pyramid.cpp | 154 …tileRange = util::TileRange::fromLatLngBounds(*bounds, zoomRange.min, std::min(tileZoom, (int32_t)… in update()
|