Home
last modified time | relevance | path

Searched defs:rotationDegree (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1307 int32_t rotationDegree = RSBaseRenderUtil::GetScreenRotationOffset(surfaceParams); in GetRotateTransformForRotationFixed() local
1520 int32_t rotationDegree = RSBaseRenderUtil::GetScreenRotationOffset(surfaceParams); in GetLayerTransform() local
H A Drs_base_render_util.cpp1292 int32_t rotationDegree = 0; in GetScreenRotationOffset() local
1322 int32_t rotationDegree = GetScreenRotationOffset(nodeParams); in DealWithSurfaceRotationAndGravity() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2128 void RSSurfaceRenderNode::RotateCorner(int rotationDegree, Vector4<int>& cornerRadius) const in RotateCorner()
2166 auto rotationDegree = static_cast<int>(-round(atan2(absMatrix.Get(Drawing::Matrix::SKEW_X), in CheckAndUpdateOpaqueRegion() local