Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp154 Projection::project(bounds.northwest(), z), in tileCover()
230 auto nw = Projection::project(bounds.northwest(), z); in TileCover()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp123 LatLng northwest() const { return LatLng(north(), west()); } in northwest() function in mbgl::LatLngBounds
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp369 bounds.northwest(), in cameraForLatLngBounds()