Home
last modified time | relevance | path

Searched refs:pitchWithMap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp60 const bool pitchWithMap = values.pitchAlignment == 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()
96 uniforms::u_pitch_with_map::Value{ pitchWithMap }, in makeValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.hpp28 const bool pitchWithMap,
47 const bool pitchWithMap,
50 …Angle, const float pixelsToTileUnits, const float cameraToAnchorDistance, const bool pitchWithMap);
H A Dcollision_index.cpp38 …ngle, const float pixelsToTileUnits, const float cameraToAnchorDistance, const bool pitchWithMap) { in approximateTileDistance() argument
51 const float incidenceStretch = pitchWithMap ? 1 : cameraToAnchorDistance / pitchFactor; in approximateTileDistance()
75 const bool pitchWithMap, in placeFeature() argument
93 …elPlaneMatrix, textPixelRatio, symbol, scale, fontSize, allowOverlap, pitchWithMap, collisionDebug… in placeFeature()
105 const bool pitchWithMap, in placeLineFeature() argument
140 …istance), firstAndLastGlyph->first.angle, pixelsToTileUnits, projectedAnchor.second, pitchWithMap); in placeLineFeature()
141 …stance), firstAndLastGlyph->second.angle, pixelsToTileUnits, projectedAnchor.second, pitchWithMap); in placeLineFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp59 …mat4 getLabelPlaneMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap,… in getLabelPlaneMatrix() argument
62 if (pitchWithMap) { in getLabelPlaneMatrix()
78 …mat4 getGlCoordMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap, co… in getGlCoordMatrix() argument
81 if (pitchWithMap) { in getGlCoordMatrix()
371 const bool pitchWithMap = values.pitchAlignment == style::AlignmentType::Map; in reprojectLineLabels() local
375 const mat4 labelPlaneMatrix = getLabelPlaneMatrix(posMatrix, pitchWithMap, in reprojectLineLabels()
378 …const mat4 glCoordMatrix = getGlCoordMatrix(posMatrix, pitchWithMap, rotateWithMap, state, pixelsT… in reprojectLineLabels()
H A Dsymbol_projection.hpp43 …mat4 getLabelPlaneMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap,…
44 …mat4 getGlCoordMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap, co…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp56 const bool pitchWithMap = evaluated.get<CirclePitchAlignment>() == AlignmentType::Map; in render() local
77 uniforms::u_extrude_scale::Value{ pitchWithMap in render()
83 uniforms::u_pitch_with_map::Value{ pitchWithMap } in render()