Home
last modified time | relevance | path

Searched refs:Leftwards (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp60 case NO::Leftwards: matrix::rotate_y(projMatrix, projMatrix, -getPitch()); break; in getProjMatrix()
115 } else if (orientation == NorthOrientation::Leftwards) { in getNorthOrientationAngle()
351 return (orientation == NO::Leftwards || orientation == NO::Rightwards); in rotatedNorth()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp188 Leftwards, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp89 …e(QMapboxGL::NorthLeftwards) == mbgl::underlying_type(mbgl::NorthOrientation::Leftwards), "error");