Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_range.hpp24 …auto neProj = Projection::project(ne.longitude() > util::LONGITUDE_MAX ? ne.wrapped() : ne , maxZo… in fromLatLngBounds() local
28 const auto maxX = static_cast<uint32_t>(std::floor(neProj.x)); in fromLatLngBounds()
29 const auto minY = static_cast<uint32_t>(util::clamp(std::floor(neProj.y), 0.0 , maxTile)); in fromLatLngBounds()