Home
last modified time | relevance | path

Searched refs:getMinPitch (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.hpp61 double getMinPitch() const;
H A Dtransform_state.cpp211 double TransformState::getMinPitch() const { in getMinPitch() function in mbgl::TransformState
216 if (maxPitch >= getMinPitch()) { in setMaxPitch()
H A Dmap.cpp519 double Map::getMinPitch() const { in getMinPitch() function in mbgl::Map
520 return impl->transform.getState().getMinPitch() * util::RAD2DEG; in getMinPitch()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp100 double getMinPitch() const;