Home
last modified time | relevance | path

Searched refs:northeast (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.hpp78 static inline ct get(mbgl::LatLngBounds const& b) { return geometry::get<D>(b.northeast()); } in get()
79 …static inline void set(mbgl::LatLngBounds& b, ct const& value) { geometry::set<D>(b.northeast(), v… in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp155 Projection::project(bounds.northeast(), z), in tileCover()
194 auto ne = Projection::project(bounds.northeast(), zoom); in tileCount()
228 auto ne = Projection::project(bounds.northeast(), z); in TileCover()
H A Dtile_range.hpp23 auto ne = bounds.northeast(); in fromLatLngBounds()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp121 LatLng northeast() const { return ne; } in northeast() 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.cpp372 bounds.northeast(), in cameraForLatLngBounds()