Home
last modified time | relevance | path

Searched refs:posMatrix (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.hpp21 const mat4& posMatrix,
40 const mat4& posMatrix,
52 std::pair<float,float> projectAnchor(const mat4& posMatrix, const Point<float>& point) const;
53 …std::pair<Point<float>,float> projectAndGetPerspectiveRatio(const mat4& posMatrix, const Point<flo…
54 Point<float> projectPoint(const mat4& posMatrix, const Point<float>& point) const;
H A Dcollision_index.cpp68 const mat4& posMatrix, in placeFeature() argument
79 const auto projectedPoint = projectAndGetPerspectiveRatio(posMatrix, box.anchor); in placeFeature()
93 …return placeLineFeature(feature, posMatrix, labelPlaneMatrix, textPixelRatio, symbol, scale, fontS… in placeFeature()
98 const mat4& posMatrix, in placeLineFeature() argument
109 const auto projectedAnchor = projectAnchor(posMatrix, tileUnitAnchorPoint); in placeLineFeature()
158 const auto projectedPoint = projectPoint(posMatrix, circle.anchor); in placeLineFeature()
306 std::pair<float,float> CollisionIndex::projectAnchor(const mat4& posMatrix, const Point<float>& poi… in projectAnchor() argument
308 matrix::transformMat4(p, p, posMatrix); in projectAnchor()
315 std::pair<Point<float>,float> CollisionIndex::projectAndGetPerspectiveRatio(const mat4& posMatrix, … in projectAndGetPerspectiveRatio() argument
317 matrix::transformMat4(p, p, posMatrix); in projectAndGetPerspectiveRatio()
[all …]
H A Dplacement.cpp72 mat4 posMatrix; in placeLayer() local
73 state.matrixFor(posMatrix, renderTile.id); in placeLayer()
74 matrix::multiply(posMatrix, projMatrix, posMatrix); in placeLayer()
76 mat4 textLabelPlaneMatrix = getLabelPlaneMatrix(posMatrix, in placeLayer()
82 mat4 iconLabelPlaneMatrix = getLabelPlaneMatrix(posMatrix, in placeLayer()
95 …placeLayerBucket(symbolBucket, posMatrix, textLabelPlaneMatrix, iconLabelPlaneMatrix, scale, textP… in placeLayer()
101 const mat4& posMatrix, in placeLayerBucket() argument
132 posMatrix, textLabelPlaneMatrix, textPixelRatio, in placeLayerBucket()
146 posMatrix, iconLabelPlaneMatrix, textPixelRatio, in placeLayerBucket()
H A Dplacement.hpp82 const mat4& posMatrix,
/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
70 matrix::multiply(m, m, posMatrix); in getLabelPlaneMatrix()
78 …mat4 getGlCoordMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap, co… in getGlCoordMatrix() argument
82 matrix::multiply(m, m, posMatrix); in getGlCoordMatrix()
288 const mat4& posMatrix, in placeGlyphsAlongLine() argument
329 const Point<float> a = project(symbol.anchorPoint, posMatrix).first; in placeGlyphsAlongLine()
331 const PointAndCameraDistance projectedVertex = project(tileSegmentEnd, posMatrix); in placeGlyphsAlongLine()
337 projectTruncatedLineSegment(symbol.anchorPoint,tileSegmentEnd, a, 1, posMatrix); in placeGlyphsAlongLine()
364 const mat4& posMatrix, const style::SymbolPropertyValues& values, in reprojectLineLabels() argument
375 const mat4 labelPlaneMatrix = getLabelPlaneMatrix(posMatrix, pitchWithMap, in reprojectLineLabels()
[all …]
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…
50 const mat4& posMatrix, const style::SymbolPropertyValues&,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp114 GeometryCoordinate projectPoint(const GeometryCoordinate& p, const mat4& posMatrix, const Size& siz… in projectPoint() argument
116 matrix::transformMat4(pos, pos, posMatrix); in projectPoint()
123 …jectQueryGeometry(const GeometryCoordinates& queryGeometry, const mat4& posMatrix, const Size& siz… in projectQueryGeometry() argument
126 projectedGeometry.push_back(projectPoint(p, posMatrix, size)); in projectQueryGeometry()
137 const mat4& posMatrix) const { in queryIntersectsFeature()
159 projectQueryGeometry(translatedQueryGeometry, posMatrix, transformState.getSize()); in queryIntersectsFeature()
165 …ordinate& transformedPoint = alignWithMap ? point : projectPoint(point, posMatrix, transformState.… in queryIntersectsFeature()
169 matrix::transformMat4(center, center, posMatrix); in queryIntersectsFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp226 mat4 posMatrix; in queryRenderedFeatures() local
227 transformState.matrixFor(posMatrix, id.toUnwrapped()); in queryRenderedFeatures()
228 matrix::multiply(posMatrix, projMatrix, posMatrix); in queryRenderedFeatures()
233 posMatrix, in queryRenderedFeatures()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp44 const mat4& posMatrix, in query() argument
76 …eryOptions, tileID.canonical, layers, queryGeometry, transformState, pixelsToTileUnits, posMatrix); in query()
129 const mat4& posMatrix) const { in addFeature()
159 …ure(queryGeometry, *geometryTileFeature, tileID.z, transformState, pixelsToTileUnits, posMatrix)) { in addFeature()
H A Dfeature_index.hpp62 const mat4& posMatrix,
96 const mat4& posMatrix) const;