Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-xcomponent.md625 let surfaceRotation: SurfaceRotationOptions = { lock: this.isLock };
626 this.myXComponentController.setXComponentSurfaceRotation(surfaceRotation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp901 int surfaceRotation = RSUniRenderUtil::GetRotationFromMatrix(node.GetTotalMatrix()) + in LayerScaleDown() local
904 if (surfaceRotation % FLAT_ANGLE != 0) { in LayerScaleDown()
964 int surfaceRotation = RSUniRenderUtil::GetRotationFromMatrix(params->GetTotalMatrix()) + in LayerScaleDown() local
967 if (surfaceRotation % FLAT_ANGLE != 0) { in LayerScaleDown()
H A Drs_uni_render_util.cpp1634 int surfaceRotation = RSUniRenderUtil::GetRotationFromMatrix(node.GetTotalMatrix()) + in LayerScaleDown() local
1637 if (surfaceRotation % FLAT_ANGLE != 0) { in LayerScaleDown()
1686 int surfaceRotation = RSUniRenderUtil::GetRotationFromMatrix(node.GetTotalMatrix()) + in LayerScaleFit() local
1689 if (surfaceRotation % FLAT_ANGLE != 0) { in LayerScaleFit()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-xcomponent.md621 let surfaceRotation: SurfaceRotationOptions = { lock: this.isLock };
622 this.myXComponentController.setXComponentSurfaceRotation(surfaceRotation);