Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp61 const bool rotateWithMap = values.rotationAlignment == style::AlignmentType::Map; in makeValues() local
66 const bool rotateInShader = rotateWithMap && !pitchWithMap && !alongLine; in makeValues()
74 …labelPlaneMatrix = getLabelPlaneMatrix(tile.matrix, pitchWithMap, rotateWithMap, state, pixelsToTi… in makeValues()
77 …mat4 glCoordMatrix = getGlCoordMatrix(tile.matrix, pitchWithMap, rotateWithMap, state, pixelsToTil… in makeValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp59 …laneMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap, const Transfo… in getLabelPlaneMatrix() argument
64 if (!rotateWithMap) { in getLabelPlaneMatrix()
78 …mat4 getGlCoordMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap, co… in getGlCoordMatrix() argument
84 if (!rotateWithMap) { in getGlCoordMatrix()
372 const bool rotateWithMap = values.rotationAlignment == style::AlignmentType::Map; in reprojectLineLabels() local
376 rotateWithMap, state, pixelsToTileUnits); in reprojectLineLabels()
378 …const mat4 glCoordMatrix = getGlCoordMatrix(posMatrix, pitchWithMap, rotateWithMap, state, pixelsT… in reprojectLineLabels()
H A Dsymbol_projection.hpp43 …laneMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap, const Transfo…
44 …mat4 getGlCoordMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap, co…