Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.h89 static int GetRotationFromMatrix(Drawing::Matrix matrix);
H A Drs_uni_render_composer_adapter.cpp901 int surfaceRotation = RSUniRenderUtil::GetRotationFromMatrix(node.GetTotalMatrix()) + in LayerScaleDown()
964 int surfaceRotation = RSUniRenderUtil::GetRotationFromMatrix(params->GetTotalMatrix()) + in LayerScaleDown()
1339 return RSUniRenderUtil::GetRotationFromMatrix(surfaceNode.GetTotalMatrix()); in GetSurfaceNodeRotation()
1351 return params ? RSUniRenderUtil::GetRotationFromMatrix(params->GetTotalMatrix()) : 0; in GetSurfaceNodeRotation()
H A Drs_uni_render_util.cpp667 int nodeRotation = rotationFixed ? 0 : RSUniRenderUtil::GetRotationFromMatrix(params.matrix); in CreateLayerBufferDrawParam()
799 int RSUniRenderUtil::GetRotationFromMatrix(Drawing::Matrix matrix) in GetRotationFromMatrix() function in OHOS::Rosen::RSUniRenderUtil
1634 int surfaceRotation = RSUniRenderUtil::GetRotationFromMatrix(node.GetTotalMatrix()) + in LayerScaleDown()
1686 int surfaceRotation = RSUniRenderUtil::GetRotationFromMatrix(node.GetTotalMatrix()) + in LayerScaleFit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp438 HWTEST_F(RSUniRenderUtilTest, GetRotationFromMatrix, Function | SmallTest | Level2)
443 angle = RSUniRenderUtil::GetRotationFromMatrix(matrix);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1616 int angle = RSUniRenderUtil::GetRotationFromMatrix(canvas.GetTotalMatrix()); in DrawWatermarkIfNeed()