Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.hpp43 …mat4 getLabelPlaneMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap,…
H A Dsymbol_projection.cpp59 …mat4 getLabelPlaneMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap,… in getLabelPlaneMatrix() function
375 const mat4 labelPlaneMatrix = getLabelPlaneMatrix(posMatrix, pitchWithMap, in reprojectLineLabels()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp76 mat4 textLabelPlaneMatrix = getLabelPlaneMatrix(posMatrix, in placeLayer()
82 mat4 iconLabelPlaneMatrix = getLabelPlaneMatrix(posMatrix, in placeLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp74 …labelPlaneMatrix = getLabelPlaneMatrix(tile.matrix, pitchWithMap, rotateWithMap, state, pixelsToTi… in makeValues()