Home
last modified time | relevance | path

Searched refs:glCoordMatrix (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp290 const mat4& glCoordMatrix, in placeGlyphsAlongLine() argument
307 … const Point<float> firstPoint = project(firstAndLastGlyph->first.point, glCoordMatrix).first; in placeGlyphsAlongLine()
308 … const Point<float> lastPoint = project(firstAndLastGlyph->second.point, glCoordMatrix).first; in placeGlyphsAlongLine()
378 …const mat4 glCoordMatrix = getGlCoordMatrix(posMatrix, pitchWithMap, rotateWithMap, state, pixelsT… in reprojectLineLabels() local
414 …false /*unflipped*/, values.keepUpright, posMatrix, labelPlaneMatrix, glCoordMatrix, dynamicVertex… in reprojectLineLabels()
420 …e, true /*flipped*/, values.keepUpright, posMatrix, labelPlaneMatrix, glCoordMatrix, dynamicVertex… in reprojectLineLabels()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp77 …mat4 glCoordMatrix = getGlCoordMatrix(tile.matrix, pitchWithMap, rotateWithMap, state, pixelsToTil… in makeValues() local
84 uniforms::u_gl_coord_matrix::Value{ tile.translateVtxMatrix(glCoordMatrix, in makeValues()