Home
last modified time | relevance | path

Searched refs:getNorthOrientation (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.hpp34 NorthOrientation getNorthOrientation() const;
H A Dtransform.hpp118 NorthOrientation getNorthOrientation() const;
H A Dtransform_state.cpp57 switch (getNorthOrientation()) { in getProjMatrix()
105 NorthOrientation TransformState::getNorthOrientation() const { in getNorthOrientation() function in mbgl::TransformState
H A Dtransform.cpp505 NorthOrientation Transform::getNorthOrientation() const { in getNorthOrientation() function in mbgl::Transform
506 return state.getNorthOrientation(); in getNorthOrientation()
H A Dmap.cpp604 NorthOrientation Map::getNorthOrientation() const { in getNorthOrientation() function in mbgl::Map
605 return impl->transform.getNorthOrientation(); in getNorthOrientation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp120 NorthOrientation getNorthOrientation() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp870 return static_cast<QMapboxGL::NorthOrientation>(d_ptr->mapObj->getNorthOrientation()); in northOrientation()