Home
last modified time | relevance | path

Searched refs:realRotation (Results 1 - 4 of 4) sorted by relevance

/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()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1622 int32_t realRotation = GetSensorOritation() + rotation; in StartMovingPhotoEncode() local
1623 realRotation = realRotation > ROTATION_360 ? realRotation - ROTATION_360 : realRotation; in StartMovingPhotoEncode()
1624 StartRecord(timestamp, realRotation); in StartMovingPhotoEncode()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp575 int realRotation = RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(layerTransform)); in CreateBufferDrawParamForRotationFixed() local
578 auto transform = RSBaseRenderUtil::RotateEnumToInt(realRotation, flip); in CreateBufferDrawParamForRotationFixed()
691 int realRotation = (nodeRotation + in CreateLayerBufferDrawParam() local
695 auto transform = RSBaseRenderUtil::RotateEnumToInt(realRotation, flip); in CreateLayerBufferDrawParam()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp587 int32_t realRotation = static_cast<int32_t>(rotation); in SetPhysicalRotation() local
597 realRotation = (rotation + offsetRotation) % 360; // 360 is 360 degree in SetPhysicalRotation()
598 property_.SetPhysicalRotation(static_cast<float>(realRotation)); in SetPhysicalRotation()

Completed in 12 milliseconds