Home
last modified time | relevance | path

Searched refs:getDefaultCamera (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp37 CameraOptions Style::getDefaultCamera() const { in getDefaultCamera() function in mbgl::style::Style
38 return impl->getDefaultCamera(); in getDefaultCamera()
H A Dstyle_impl.hpp74 CameraOptions getDefaultCamera() const;
H A Dstyle_impl.cpp235 CameraOptions Style::Impl::getDefaultCamera() const { in getDefaultCamera() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp36 CameraOptions getDefaultCamera() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp800 map.jumpTo(style->getDefaultCamera()); in onStyleLoaded()