Searched refs:projectionMatrix (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/ |
| H A D | custom_layer.hpp | 22 std::array<double, 16> projectionMatrix; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform_state.cpp | 413 mat4 projectionMatrix; in getCameraToTileDistance() local 414 getProjMatrix(projectionMatrix); in getCameraToTileDistance() 417 matrix::multiply(tileProjectionMatrix, projectionMatrix, tileProjectionMatrix); in getCameraToTileDistance()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_custom_layer.cpp | 78 parameters.projectionMatrix = projMatrix; in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoprojection.cpp | 691 QDoubleMatrix4x4 projectionMatrix; in setupCamera() local 692 …projectionMatrix.frustum(-m_halfWidth, m_halfWidth, -m_halfHeight, m_halfHeight, m_nearPlane, m_fa… in setupCamera() 710 m_transformation = matScreenTransformation * projectionMatrix * m_cameraMatrix; in setupCamera() 714 m_transformation0 = matScreenTransformation * projectionMatrix * m_cameraMatrix0; in setupCamera()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_projection.cpp | 147 …st Point<float>& previousProjectedPoint, const float minimumLength, const mat4& projectionMatrix) { in projectTruncatedLineSegment() argument 152 …eviousTilePoint + util::unit<float>(previousTilePoint - currentTilePoint), projectionMatrix).first; in projectTruncatedLineSegment()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem.cpp | 1574 program()->setUniformValue(m_matrix_id, state.projectionMatrix()); in updateState() 1790 program()->setUniformValue(m_matrix_id, state.projectionMatrix()); in updateState()
|
| H A D | qdeclarativepolygonmapitem.cpp | 1061 program()->setUniformValue(m_matrix_id, state.projectionMatrix()); in updateState()
|