Home
last modified time | relevance | path

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 Dcustom_layer.hpp22 std::array<double, 16> projectionMatrix; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp413 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 Drender_custom_layer.cpp78 parameters.projectionMatrix = projMatrix; in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp691 QDoubleMatrix4x4 projectionMatrix; in setupCamera() local
692projectionMatrix.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 Dsymbol_projection.cpp147 …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 Dqdeclarativepolylinemapitem.cpp1574 program()->setUniformValue(m_matrix_id, state.projectionMatrix()); in updateState()
1790 program()->setUniformValue(m_matrix_id, state.projectionMatrix()); in updateState()
H A Dqdeclarativepolygonmapitem.cpp1061 program()->setUniformValue(m_matrix_id, state.projectionMatrix()); in updateState()