Home
last modified time | relevance | path

Searched refs:labelPlaneMatrix (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp159 …dinates& line, const std::vector<float>& tileDistances, const mat4& labelPlaneMatrix, const bool r… in placeGlyphAlongLine() argument
195 …dCameraDistance projection = project(convertPoint<float>(line.at(currentIndex)), labelPlaneMatrix); in placeGlyphAlongLine()
205 …ment(previousTilePoint, currentTilePoint, prev, absOffsetX - distanceToPrev + 1, labelPlaneMatrix); in placeGlyphAlongLine()
241 const mat4& labelPlaneMatrix, in placeFirstAndLastGlyph() argument
251 …tileAnchorPoint, symbol.segment, symbol.line, symbol.tileDistances, labelPlaneMatrix, returnTileD… in placeFirstAndLastGlyph()
255 …tileAnchorPoint, symbol.segment, symbol.line, symbol.tileDistances, labelPlaneMatrix, returnTileDi… in placeFirstAndLastGlyph()
289 const mat4& labelPlaneMatrix, in placeGlyphsAlongLine() argument
302 …etX, lineOffsetY, flip, projectedAnchorPoint, symbol.anchorPoint, symbol, labelPlaneMatrix, false); in placeGlyphsAlongLine()
321 …t, symbol.anchorPoint, symbol.segment, symbol.line, symbol.tileDistances, labelPlaneMatrix, false); in placeGlyphsAlongLine()
346 symbol.line, symbol.tileDistances, labelPlaneMatrix, false); in placeGlyphsAlongLine()
[all …]
H A Dsymbol_projection.hpp60 const mat4& labelPlaneMatrix,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp68 mat4 labelPlaneMatrix; in makeValues() local
72 matrix::identity(labelPlaneMatrix); in makeValues()
74labelPlaneMatrix = getLabelPlaneMatrix(tile.matrix, pitchWithMap, rotateWithMap, state, pixelsToTi… in makeValues()
83 uniforms::u_label_plane_matrix::Value{labelPlaneMatrix}, in makeValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.hpp22 const mat4& labelPlaneMatrix,
41 const mat4& labelPlaneMatrix,
H A Dcollision_index.cpp69 const mat4& labelPlaneMatrix, in placeFeature() argument
93 …return placeLineFeature(feature, posMatrix, labelPlaneMatrix, textPixelRatio, symbol, scale, fontS… in placeFeature()
99 const mat4& labelPlaneMatrix, in placeLineFeature() argument
115 const auto labelPlaneAnchorPoint = project(tileUnitAnchorPoint, labelPlaneMatrix).first; in placeLineFeature()
125 labelPlaneMatrix, in placeLineFeature()