Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1292 int32_t rotationDegree = 0; in GetScreenRotationOffset() local
1294 return rotationDegree; in GetScreenRotationOffset()
1301 return rotationDegree; in GetScreenRotationOffset()
1307 rotationDegree = in GetScreenRotationOffset()
1312 return rotationDegree; in GetScreenRotationOffset()
1322 int32_t rotationDegree = GetScreenRotationOffset(nodeParams); in DealWithSurfaceRotationAndGravity() local
1324 extraRotation = degree - rotationDegree; in DealWithSurfaceRotationAndGravity()
H A Drs_uni_render_util.cpp1307 int32_t rotationDegree = RSBaseRenderUtil::GetScreenRotationOffset(surfaceParams); in GetRotateTransformForRotationFixed() local
1308 extraRotation = degree - rotationDegree; in GetRotateTransformForRotationFixed()
1520 int32_t rotationDegree = RSBaseRenderUtil::GetScreenRotationOffset(surfaceParams); in GetLayerTransform() local
1522 ? -1 * rotationDegree in GetLayerTransform()
/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() argument
2132 switch (rotationDegree) { in RotateCorner()
2166 auto rotationDegree = static_cast<int>(-round(atan2(absMatrix.Get(Drawing::Matrix::SKEW_X), in CheckAndUpdateOpaqueRegion() local
2168 if (rotationDegree < 0) { in CheckAndUpdateOpaqueRegion()
2169 rotationDegree += RS_ROTATION_360; in CheckAndUpdateOpaqueRegion()
2171 RotateCorner(rotationDegree, cornerRadius); in CheckAndUpdateOpaqueRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1275 void RotateCorner(int rotationDegree, Vector4<int>& cornerRadius) const;