Home
last modified time | relevance | path

Searched refs:totalRotation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_hwc_prevalidate_util.cpp311 …int totalRotation = (RSBaseRenderUtil::RotateEnumToInt(screenRotation) + RSBaseRenderUtil::RotateE… in LayerRotate() local
313 GraphicTransformType rotateEnum = RSBaseRenderUtil::RotateEnumToInt(totalRotation, in LayerRotate()
H A Drs_uni_render_composer_adapter.cpp1361 int totalRotation = (RSBaseRenderUtil::RotateEnumToInt(screenRotation) + surfaceNodeRotation + in SetLayerTransform() local
1364 … RSBaseRenderUtil::RotateEnumToInt(totalRotation, RSBaseRenderUtil::GetFlipTransform(transform)); in SetLayerTransform()
1375 int totalRotation = (RSBaseRenderUtil::RotateEnumToInt(screenRotation) + surfaceNodeRotation + in SetLayerTransform() local
1378 … RSBaseRenderUtil::RotateEnumToInt(totalRotation, RSBaseRenderUtil::GetFlipTransform(transform)); in SetLayerTransform()
H A Drs_composer_adapter.cpp617 int totalRotation = (RSBaseRenderUtil::RotateEnumToInt(screenRotation) + surfaceNodeRotation + in SetLayerTransform() local
619 GraphicTransformType rotateEnum = RSBaseRenderUtil::RotateEnumToInt(totalRotation, in SetLayerTransform()
H A Drs_uni_render_util.cpp1533 int totalRotation = in GetLayerTransform() local
1535 … GraphicTransformType rotateEnum = RSBaseRenderUtil::RotateEnumToInt(totalRotation, consumerFlip); in GetLayerTransform()