Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp35 CameraOptions getCameraOptions() const;
149 CameraOptions MapSnapshotter::Impl::getCameraOptions() const { in getCameraOptions() function in mbgl::MapSnapshotter::Impl
151 return map.getCameraOptions(insets); in getCameraOptions()
161 return map.latLngBoundsForCamera(getCameraOptions()); in getRegion()
209 CameraOptions MapSnapshotter::getCameraOptions() const { in getCameraOptions() function in mbgl::MapSnapshotter
210 return impl->actor().ask(&Impl::getCameraOptions).get(); in getCameraOptions()
H A Dmap_snapshotter.hpp49 CameraOptions getCameraOptions() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.hpp31 CameraOptions getCameraOptions(const EdgeInsets&) const;
H A Dmap.cpp269 CameraOptions Map::getCameraOptions(const EdgeInsets& padding) const { in getCameraOptions() function in mbgl::Map
270 return impl->transform.getCameraOptions(padding); in getCameraOptions()
H A Dtransform.cpp66 CameraOptions Transform::getCameraOptions(const EdgeInsets& padding) const { in getCameraOptions() function in mbgl::Transform
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp66 CameraOptions getCameraOptions(const EdgeInsets&) const;