Home
last modified time | relevance | path

Searched refs:screenRotation_ (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp229 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 Drs_point_light_manager.h40 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 Drs_display_render_params.cpp178 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 Drs_uni_render_virtual_processor.cpp65 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 Drs_surface_capture_task_parallel.h83 ScreenRotation screenRotation_ = ScreenRotation::ROTATION_0; variable
H A Drs_uni_render_virtual_processor.h98 ScreenRotation screenRotation_ = ScreenRotation::ROTATION_0; variable
H A Drs_surface_capture_task_parallel.cpp309 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 Drs_point_light_manager_test.cpp351 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 Drs_display_render_params.h70 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 Drs_display_render_node.h127 screenRotation_ = screenRotation; in SetScreenRotation()
132 return screenRotation_; in GetScreenRotation()
382 ScreenRotation screenRotation_ = ScreenRotation::ROTATION_0; variable
H A Drs_surface_render_node.h1422 ScreenRotation screenRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_parallel_test.cpp52 task.screenRotation_ = ScreenRotation::ROTATION_270;
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dscreen_fold_data.h40 int32_t screenRotation_ = 0; member
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h185 Rotation screenRotation_ { Rotation::ROTATION_0 };
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp300 …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 Dscreen_session_manager_client_test.cpp422 directionInfo.screenRotation_ = 90;
456 directionInfo.screenRotation_ = 90;
487 directionInfo.screenRotation_ = 90;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h424 int32_t screenRotation_; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp820 screenRotation_ = screenRotation; in SetScreenCorrection()
825 return screenRotation_; in GetScreenCorrection()
H A Drs_screen.h270 ScreenRotation screenRotation_ = ScreenRotation::ROTATION_0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp242 displayParams->screenRotation_ = GetScreenRotation(); in UpdateScreenRenderParams()
H A Drs_surface_render_node.cpp2177 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 Djs_screen_utils.cpp240 directionInfo.screenRotation_ = screenRotation; in ConvertScreenDirectionInfoFromJs()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_display_render_node_drawable_test.cpp997 screenPtr->screenRotation_ = ScreenRotation::ROTATION_90;
1006 managerPtr->screenRotation_ = ScreenRotation::ROTATION_270;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp1606 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 Dscene_session_manager.cpp11138 screenFoldData.screenRotation_ = std::stoi(screenFoldInfo[4]); // 4: screen rotation in MakeScreenFoldData()
11193 "ROTATION", data.screenRotation_, in ReportScreenFoldStatus()