Home
last modified time | relevance | path

Searched refs:extraRotation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1320 int extraRotation = 0; in DealWithSurfaceRotationAndGravity() local
1324 extraRotation = degree - rotationDegree; in DealWithSurfaceRotationAndGravity()
1327 … (rotationTransform + extraRotation / RS_ROTATION_90 + SCREEN_ROTATION_NUM) % SCREEN_ROTATION_NUM); in DealWithSurfaceRotationAndGravity()
H A Drs_uni_render_util.cpp1302 int extraRotation = 0; in GetRotateTransformForRotationFixed() local
1308 extraRotation = degree - rotationDegree; in GetRotateTransformForRotationFixed()
1310 … (transformType + extraRotation / RS_ROTATION_90 + SCREEN_ROTATION_NUM) % SCREEN_ROTATION_NUM); in GetRotateTransformForRotationFixed()