Searched refs:neProj (Results 1 – 1 of 1) sorted by relevance
24 …auto neProj = Projection::project(ne.longitude() > util::LONGITUDE_MAX ? ne.wrapped() : ne , maxZo… in fromLatLngBounds() local28 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()