Home
last modified time | relevance | path

Searched refs:ROTATION_270 (Results 1 - 25 of 67) sorted by relevance

123

/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp362 defaultDeviceRotation_ == 0 ? Rotation::ROTATION_180 : Rotation::ROTATION_270}, in ProcessRotationMapping()
364 defaultDeviceRotation_ == 1 ? Rotation::ROTATION_180 : Rotation::ROTATION_270}, in ProcessRotationMapping()
373 {defaultDeviceRotation_ == 0 ? Rotation::ROTATION_180 : Rotation::ROTATION_270, in ProcessRotationMapping()
375 {defaultDeviceRotation_ == 1 ? Rotation::ROTATION_180 : Rotation::ROTATION_270, in ProcessRotationMapping()
384 {SensorRotation::ROTATION_270, CalcDeviceRotation(SensorRotation::ROTATION_270)}, in ProcessRotationMapping()
H A Dsensor_connector.cpp152 } else if (sensorDegree >= 240 && sensorDegree <= 300) { // Use ROTATION_270 when degree range is [240, 300] in CalcSensorRotation()
153 return SensorRotation::ROTATION_270; in CalcSensorRotation()
H A Ddisplay_cutout_controller.cpp220 case Rotation::ROTATION_270: { in CalcBuiltInDisplayWaterfallRectsByRotation()
274 case Rotation::ROTATION_270: { in TransferBoundingRectsByRotation()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_cutout_controller.cpp88 case Rotation::ROTATION_270: { in ConvertBoundaryRectsByRotation()
228 case Rotation::ROTATION_270: { in CalcWaterfallRectsByRotation()
338 defaultDeviceRotation_ == 0 ? Rotation::ROTATION_180 : Rotation::ROTATION_270 }, in ProcessRotationMapping()
340 defaultDeviceRotation_ == 1 ? Rotation::ROTATION_180 : Rotation::ROTATION_270 }, in ProcessRotationMapping()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_point_light_manager.cpp135 } else if (rotation == ScreenRotation::ROTATION_90 || rotation == ScreenRotation::ROTATION_270) { in CheckIlluminated()
167 case ScreenRotation::ROTATION_270: in CalculateLightPosForIlluminated()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddisplay_info.h50 ROTATION_270, member in OHOS::Ace::Rotation
/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h32 ROTATION_270, member in OHOS::Rosen::SensorRotation
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_point_light_manager_test.cpp329 instance->SetScreenRotation(ScreenRotation::ROTATION_270); in HWTEST_F()
372 instance->screenRotation_ = ScreenRotation::ROTATION_270; in HWTEST_F()
406 instance->SetScreenRotation(ScreenRotation::ROTATION_270); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_virtual_processor.cpp270 } else if (screenRotation == ScreenRotation::ROTATION_270) { in OriginScreenRotation()
280 screenCorrection_ == ScreenRotation::ROTATION_270) { in ScaleMirrorIfNeed()
285 angle == ScreenRotation::ROTATION_270) { in ScaleMirrorIfNeed()
H A Drs_processor.cpp202 mirroredNode->GetRotation() == ScreenRotation::ROTATION_270) { in SetMirrorScreenSwap()
305 case ScreenRotation::ROTATION_270: in CalculateMirrorAdaptiveMatrix()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_const.h113 enum JSImageRotation { ROTATION_0 = 0, ROTATION_90 = 90, ROTATION_180 = 180, ROTATION_270 = 270 }; enumerator
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcapture_output.h111 ROTATION_270 = 270 enumerator
/foundation/window/window_manager/wmserver/test/unittest/
H A Dinput_window_monitor_test.cpp145 rotate = Rotation::ROTATION_270; in HWTEST_F()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp138 controller->CalcBuiltInDisplayWaterfallRectsByRotation(Rotation::ROTATION_270, displayHeight, displayWidth); in HWTEST_F()
303 absDisplay->RequestRotation(Rotation::ROTATION_270); in HWTEST_F()
H A Dabstract_screen_controller_test.cpp131 screen->rotation_ = Rotation::ROTATION_270; in HWTEST_F()
133 ASSERT_EQ(Rotation::ROTATION_270, screen->rotation_); in HWTEST_F()
146 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_270, true); in HWTEST_F()
160 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_270, false); in HWTEST_F()
1190 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_270, false); in HWTEST_F()
H A Dscreen_rotation_controller_test.cpp433 ASSERT_EQ(false, ScreenRotationController::IsDisplayRotationVertical(Rotation::ROTATION_270)); in HWTEST_F()
437 ASSERT_EQ(true, ScreenRotationController::IsDisplayRotationHorizontal(Rotation::ROTATION_270)); in HWTEST_F()
621 ASSERT_EQ(SensorRotation::ROTATION_270, GravitySensorSubscriber::CalcSensorRotation(270)); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp290 rotation = Rotation::ROTATION_270; in HWTEST_F()
322 ASSERT_EQ(true, controller->IsDisplayRotationHorizontal(Rotation::ROTATION_270)); in HWTEST_F()
H A Dscreen_session_test.cpp337 ASSERT_EQ(res, Rotation::ROTATION_270); in HWTEST_F()
1765 sensorRotation = Rotation::ROTATION_270; in HWTEST_F()
1986 EXPECT_EQ(Rotation::ROTATION_270, res); in HWTEST_F()
1992 EXPECT_EQ(Rotation::ROTATION_270, res); in HWTEST_F()
2039 EXPECT_EQ(Rotation::ROTATION_270, res); in HWTEST_F()
2085 rotation = Rotation::ROTATION_270; in HWTEST_F()
2125 rotation = Rotation::ROTATION_270; in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dinput_window_monitor.cpp117 displayInfo->GetRotation() == Rotation::ROTATION_270) { in UpdateDisplayInfo()
231 case Rotation::ROTATION_270: in GetDisplayDirectionForMmi()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp34 static const int32_t ROTATION_270 = 3; member
459 case Rotation::ROTATION_270: in ConvertRotationToFloat()
534 targetRotation = Rotation::ROTATION_270; in ConvertIntToRotation()
577 && g_screenRotationOffSet == ROTATION_270) { in UpdateToInputManager()
815 (g_screenRotationOffSet == ROTATION_90 || g_screenRotationOffSet == ROTATION_270)) { in CalcRotation()
829 return isVerticalScreen ? Rotation::ROTATION_180 : Rotation::ROTATION_270; in CalcRotation()
832 return isVerticalScreen ? Rotation::ROTATION_270 : Rotation::ROTATION_180; in CalcRotation()
857 case Rotation::ROTATION_270: { in CalcDisplayOrientation()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp177 } else if (rotation == ScreenRotation::ROTATION_270) { in RefreshRateRotationProcess()
226 (rotation == ScreenRotation::ROTATION_270 ? ScreenRotation::ROTATION_0 in DrawCurrentRefreshRate()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_parallel_test.cpp53 task.screenRotation_ = ScreenRotation::ROTATION_270; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Dscreen_types.h66 ROTATION_270, member in OHOS::Rosen::ScreenRotation
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_surface_capture_task_parallel_unit_test.cpp53 task.screenRotation_ = ScreenRotation::ROTATION_270; in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h232 ROTATION_270, member in OHOS::Rosen::Rotation

Completed in 21 milliseconds

123