Searched refs:LATITUDE_MAX (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | projection.hpp | 50 … const double constrainedLatitude = util::clamp(lat, -util::LATITUDE_MAX, util::LATITUDE_MAX); in getMetersPerPixelAtLatitude() 55 …uble constrainedLatitude = util::clamp(latLng.latitude(), -util::LATITUDE_MAX, util::LATITUDE_MAX); in projectedMetersForLatLng() 71 latitude = util::clamp(latitude, -util::LATITUDE_MAX, util::LATITUDE_MAX); in latLngForProjectedMeters() 97 … const double latitude = util::clamp(latLng.latitude(), -util::LATITUDE_MAX, util::LATITUDE_MAX); in project_()
|
| H A D | constants.hpp | 33 constexpr double LATITUDE_MAX = 85.051128779806604; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover.cpp | 144 bounds_.south() > util::LATITUDE_MAX || in tileCover() 145 bounds_.north() < -util::LATITUDE_MAX) { in tileCover() 150 { std::max(bounds_.south(), -util::LATITUDE_MAX), bounds_.west() }, in tileCover() 151 { std::min(bounds_.north(), util::LATITUDE_MAX), bounds_.east() }); in tileCover() 218 { std::max(bounds_.south(), -util::LATITUDE_MAX), bounds_.west() }, in TileCover() 219 { std::min(bounds_.north(), util::LATITUDE_MAX), bounds_.east() }); in TileCover() 222 bounds.south() > util::LATITUDE_MAX || in TileCover() 223 bounds.north() < -util::LATITUDE_MAX) { in TileCover()
|