Searched refs:RotateEnumToInt (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.h | 178 static int RotateEnumToInt(ScreenRotation rotation); 179 static int RotateEnumToInt(GraphicTransformType rotation); 180 static GraphicTransformType RotateEnumToInt(int angle,
|
H A D | rs_uni_hwc_prevalidate_util.cpp | 311 …int totalRotation = (RSBaseRenderUtil::RotateEnumToInt(screenRotation) + RSBaseRenderUtil::RotateE… in LayerRotate() 313 GraphicTransformType rotateEnum = RSBaseRenderUtil::RotateEnumToInt(totalRotation, in LayerRotate()
|
H A D | rs_uni_render_composer_adapter.cpp | 902 RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform( in LayerScaleDown() 965 RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform( in LayerScaleDown() 1361 int totalRotation = (RSBaseRenderUtil::RotateEnumToInt(screenRotation) + surfaceNodeRotation + in SetLayerTransform() 1362 RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(transform))) % 360; in SetLayerTransform() 1364 … RSBaseRenderUtil::RotateEnumToInt(totalRotation, RSBaseRenderUtil::GetFlipTransform(transform)); in SetLayerTransform() 1375 int totalRotation = (RSBaseRenderUtil::RotateEnumToInt(screenRotation) + surfaceNodeRotation + in SetLayerTransform() 1376 RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(transform))) % 360; in SetLayerTransform() 1378 … RSBaseRenderUtil::RotateEnumToInt(totalRotation, RSBaseRenderUtil::GetFlipTransform(transform)); in SetLayerTransform()
|
H A D | rs_uni_render_util.cpp | 553 …int realRotation = RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(layerTra… in CreateBufferDrawParamForRotationFixed() 556 auto transform = RSBaseRenderUtil::RotateEnumToInt(realRotation, flip); in CreateBufferDrawParamForRotationFixed() 671 … RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(layerTransform))) % 360; in CreateLayerBufferDrawParam() 674 auto transform = RSBaseRenderUtil::RotateEnumToInt(realRotation, flip); in CreateLayerBufferDrawParam() 1531 …int consumerTransform = RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(tra… in GetLayerTransform() 1534 …(RSBaseRenderUtil::RotateEnumToInt(screenInfo.rotation) + surfaceNodeRotation + consumerTransform … in GetLayerTransform() 1535 … GraphicTransformType rotateEnum = RSBaseRenderUtil::RotateEnumToInt(totalRotation, consumerFlip); in GetLayerTransform() 1635 RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform( in LayerScaleDown() 1687 RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform( in LayerScaleFit()
|
H A D | rs_composer_adapter.cpp | 617 int totalRotation = (RSBaseRenderUtil::RotateEnumToInt(screenRotation) + surfaceNodeRotation + in SetLayerTransform() 618 …RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(surface->GetTransform()))) … in SetLayerTransform() 619 GraphicTransformType rotateEnum = RSBaseRenderUtil::RotateEnumToInt(totalRotation, in SetLayerTransform()
|
H A D | rs_base_render_util.cpp | 1308 …static_cast<int32_t>(RSBaseRenderUtil::RotateEnumToInt(screenManager->GetScreenCorrection(screenId… in GetScreenRotationOffset() 1820 int RSBaseRenderUtil::RotateEnumToInt(ScreenRotation rotation) in RotateEnumToInt() function in OHOS::Rosen::RSBaseRenderUtil 1829 int RSBaseRenderUtil::RotateEnumToInt(GraphicTransformType rotation) in RotateEnumToInt() function in OHOS::Rosen::RSBaseRenderUtil 1838 GraphicTransformType RSBaseRenderUtil::RotateEnumToInt(int angle, GraphicTransformType flip) in RotateEnumToInt() function in OHOS::Rosen::RSBaseRenderUtil
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 1174 ASSERT_EQ(flip, RSBaseRenderUtil::RotateEnumToInt(angle, flip));
|