Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dsymbol_annotation_impl.hpp70 static inline ct get(mbgl::LatLngBounds const& b) { return geometry::get<D>(b.southwest()); } in get()
71 …static inline void set(mbgl::LatLngBounds& b, ct const& value) { geometry::set<D>(b.southwest(), v… in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp157 Projection::project(bounds.southwest(), z), in tileCover()
193 auto sw = Projection::project(bounds.southwest(), zoom); in tileCount()
227 auto sw = Projection::project(bounds.southwest(), z); in TileCover()
H A Dtile_range.hpp22 auto swProj = Projection::project(bounds.southwest().wrapped(), maxZoom); in fromLatLngBounds()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp120 LatLng southwest() const { return sw; } in southwest() function in mbgl::LatLngBounds
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp156 std::vector<LatLng> latLngs = { region.southwest(), region.northeast() }; in setRegion()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp370 bounds.southwest(), in cameraForLatLngBounds()