Home
last modified time | relevance | path

Searched refs:GetRotationDegreeFromMatrix (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.h90 static int GetRotationDegreeFromMatrix(Drawing::Matrix matrix);
H A Drs_uni_render_processor.cpp230 … RSUniRenderUtil::GetRotationDegreeFromMatrix(params.GetTotalMatrix()) % RS_ROTATION_90 != 0) { in GetForceClientForDRM()
H A Drs_uni_render_util.cpp812 int RSUniRenderUtil::GetRotationDegreeFromMatrix(Drawing::Matrix matrix) in GetRotationDegreeFromMatrix() function in OHOS::Rosen::RSUniRenderUtil
1606 int degree = RSUniRenderUtil::GetRotationDegreeFromMatrix(node.GetTotalMatrix()); in DealWithScalingMode()
H A Drs_uni_render_visitor.cpp449 … if (RSUniRenderUtil::GetRotationDegreeFromMatrix(geoPtr->GetAbsMatrix()) % RS_ROTATION_90 != 0) { in UpdateSurfaceRenderNodeRotate()
1649 int degree = RSUniRenderUtil::GetRotationDegreeFromMatrix(totalMatrix); in UpdateHwcNodeEnableByRotateAndAlpha()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp453 HWTEST_F(RSUniRenderUtilTest, GetRotationDegreeFromMatrix, Function | SmallTest | Level2)
458 angle = RSUniRenderUtil::GetRotationDegreeFromMatrix(matrix);