/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 229 if (IsVertical(rotation) != IsVertical(screenRotation_)) { in SetScreenRotation() 233 if (IsVertical(screenRotation_)) { in SetScreenRotation() 257 screenRotation_ = rotation; in SetScreenRotation() 280 screenRotation_ = rotation; in SetRotationAndScreenRotationOnly() 285 screenRotation_ = rotation; in UpdateScreenRotation() 290 return screenRotation_; in GetScreenRotation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_point_light_manager.h | 40 screenRotation_ = screenRotation; in SetScreenRotation() 44 return screenRotation_; in GetScreenRotation() 64 ScreenRotation screenRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_display_render_params.cpp | 178 targetDisplayParams->screenRotation_ = screenRotation_; in OnSync() 206 ret += RENDER_BASIC_PARAM_TO_STRING(int(screenRotation_)); in ToString()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_virtual_processor.cpp | 65 screenRotation_ = mirroredParams->GetScreenRotation(); in InitForRenderThread() 143 … mirroredScreenWidth_, mirroredScreenHeight_, screenRotation_, screenCorrection_, canvasRotation_, in CanvasInit() 146 displayDrawable.SetOriginScreenRotation(screenRotation_); in CanvasInit() 157 … mirroredScreenWidth_, mirroredScreenHeight_, screenRotation_, screenCorrection_, canvasRotation_, in CanvasInit()
|
H A D | rs_surface_capture_task_parallel.h | 83 ScreenRotation screenRotation_ = ScreenRotation::ROTATION_0; variable
|
H A D | rs_uni_render_virtual_processor.h | 98 ScreenRotation screenRotation_ = ScreenRotation::ROTATION_0; variable
|
H A D | rs_surface_capture_task_parallel.cpp | 309 screenRotation_ = node->GetScreenRotation(); in CreatePixelMapByDisplayNode() 322 captureConfig_.useDma, screenRotation_, screenCorrection_); in CreatePixelMapByDisplayNode() 390 auto screenRotation = ScreenRotationMapping(screenRotation_); in CalPixelMapRotation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_point_light_manager_test.cpp | 351 instance->screenRotation_ = ScreenRotation::ROTATION_0; 355 instance->screenRotation_ = ScreenRotation::ROTATION_180; 359 instance->screenRotation_ = ScreenRotation::ROTATION_90; 363 instance->screenRotation_ = ScreenRotation::ROTATION_270;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_display_render_params.h | 70 return screenRotation_; in GetScreenRotation() 163 ScreenRotation screenRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_display_render_node.h | 127 screenRotation_ = screenRotation; in SetScreenRotation() 132 return screenRotation_; in GetScreenRotation() 382 ScreenRotation screenRotation_ = ScreenRotation::ROTATION_0; variable
|
H A D | rs_surface_render_node.h | 1422 ScreenRotation screenRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_surface_capture_task_parallel_test.cpp | 52 task.screenRotation_ = ScreenRotation::ROTATION_270;
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | screen_fold_data.h | 40 int32_t screenRotation_ = 0; member
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 185 Rotation screenRotation_ { Rotation::ROTATION_0 };
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 300 …screenSessionManager_->UpdateScreenDirectionInfo(screenId, directionInfo.screenRotation_, directio… in UpdateScreenRotationProperty() 317 screenSession->SetScreenComponentRotation(directionInfo.screenRotation_); in UpdateScreenRotationProperty()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_test.cpp | 422 directionInfo.screenRotation_ = 90; 456 directionInfo.screenRotation_ = 90; 487 directionInfo.screenRotation_ = 90;
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 424 int32_t screenRotation_; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 820 screenRotation_ = screenRotation; in SetScreenCorrection() 825 return screenRotation_; in GetScreenCorrection()
|
H A D | rs_screen.h | 270 ScreenRotation screenRotation_ = ScreenRotation::ROTATION_0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_display_render_node.cpp | 242 displayParams->screenRotation_ = GetScreenRotation(); in UpdateScreenRenderParams()
|
H A D | rs_surface_render_node.cpp | 2177 opaqueRegionBaseInfo_.screenRotation_ == screenRotation && in CheckAndUpdateOpaqueRegion() 2199 opaqueRegionBaseInfo_.screenRotation_ == screenRotation && in CheckOpaqueRegionBaseInfo() 2212 opaqueRegionBaseInfo_.screenRotation_ = screenRotation; in SetOpaqueRegionBaseInfo()
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_utils.cpp | 240 directionInfo.screenRotation_ = screenRotation; in ConvertScreenDirectionInfoFromJs()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_display_render_node_drawable_test.cpp | 997 screenPtr->screenRotation_ = ScreenRotation::ROTATION_90; 1006 managerPtr->screenRotation_ = ScreenRotation::ROTATION_270;
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test.cpp | 1606 screenFoldData1.screenRotation_ = 1; // 1: screen rotation 1617 screenFoldData2.screenRotation_ = 2; // 2: screen rotation
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 11138 screenFoldData.screenRotation_ = std::stoi(screenFoldInfo[4]); // 4: screen rotation in MakeScreenFoldData() 11193 "ROTATION", data.screenRotation_, in ReportScreenFoldStatus()
|