Home
last modified time | relevance | path

Searched refs:realRotation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_slider.cpp364 int32_t realRotation = 0; in OnRotateEvent() local
366 realRotation = static_cast<int32_t>(cachedRotation_); in OnRotateEvent()
367 if (realRotation == 0) { in OnRotateEvent()
374 SetValue(curValue_ + realRotation); in OnRotateEvent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp553 …int realRotation = RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(layerTra… in CreateBufferDrawParamForRotationFixed() local
556 auto transform = RSBaseRenderUtil::RotateEnumToInt(realRotation, flip); in CreateBufferDrawParamForRotationFixed()
670 int realRotation = (nodeRotation + in CreateLayerBufferDrawParam() local
674 auto transform = RSBaseRenderUtil::RotateEnumToInt(realRotation, flip); in CreateLayerBufferDrawParam()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1851 int32_t realRotation = GetSensorOritation() + rotation + addMirrorRotation; in StartMovingPhotoEncode() local
1852 realRotation = realRotation % ROTATION_360; in StartMovingPhotoEncode()
1853 StartRecord(timestamp, realRotation, captureId); in StartMovingPhotoEncode()