Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.hpp117 void setNorthOrientation(NorthOrientation);
H A Dmap.cpp599 void Map::setNorthOrientation(NorthOrientation orientation) { in setNorthOrientation() function in mbgl::Map
600 impl->transform.setNorthOrientation(orientation); in setNorthOrientation()
H A Dtransform.cpp500 void Transform::setNorthOrientation(NorthOrientation orientation) { in setNorthOrientation() function in mbgl::Transform
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp119 void setNorthOrientation(NorthOrientation);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp183 void setNorthOrientation(NorthOrientation);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp876 void QMapboxGL::setNorthOrientation(NorthOrientation orientation) in setNorthOrientation() function in QMapboxGL
878 d_ptr->mapObj->setNorthOrientation(static_cast<mbgl::NorthOrientation>(orientation)); in setNorthOrientation()