/foundation/window/window_manager/dm_lite/src/ |
H A D | display_lite.cpp | 116 Rotation DisplayLite::GetRotation() const
in GetRotation() function in OHOS::Rosen::DisplayLite 123 return pImpl_->GetDisplayInfo()->GetRotation();
in GetRotation()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/ |
H A D | audio_effect_rotation.h | 31 uint32_t GetRotation();
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_rotation.cpp | 47 uint32_t AudioEffectRotation::GetRotation() in GetRotation() function in OHOS::AudioStandard::AudioEffectRotation
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_pattern.cpp | 82 auto rotation = displayInfo_->GetRotation(); in DumpInfo() 144 auto rotation = displayInfo->GetRotation(); in RefreshStack() 296 auto rotation = displayInfo_->GetRotation(); in DumpInfo() 303 auto rotation = displayInfo_->GetRotation(); in DumpSimplifyInfo()
|
H A D | folder_stack_event_info.h | 44 Rotation GetRotation() const in GetRotation() function in OHOS::Ace::NG::FolderEventInfo
|
H A D | folder_stack_layout_algorithm.cpp | 290 auto rotation = displayInfo->GetRotation(); in IsIntoFolderStack() 314 displayInfo->GetFoldStatus(), isIntoFolderStack_, displayInfo->GetRotation(), windowMode); in OnHoverStatusChange() 320 displayInfo->GetFoldStatus(), isIntoFolderStack_, displayInfo->GetRotation(), windowMode); in OnHoverStatusChange() 326 isIntoFolderStack_, static_cast<int32_t>(displayInfo->GetRotation()), static_cast<int32_t>(windowMode)); in OnHoverStatusChange()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_processor.cpp | 179 screenInfo_.rotation = node.GetRotation(); in Init() 185 mirroredScreenInfo_.rotation = mirrorNode->GetRotation(); in Init() 201 if (mirroredNode->GetRotation() == ScreenRotation::ROTATION_90 || in SetMirrorScreenSwap() 202 mirroredNode->GetRotation() == ScreenRotation::ROTATION_270) { in SetMirrorScreenSwap()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | input_window_monitor.cpp | 116 if (displayInfo->GetRotation() == Rotation::ROTATION_90 || in UpdateDisplayInfo() 117 displayInfo->GetRotation() == Rotation::ROTATION_270) { in UpdateDisplayInfo() 129 .direction = GetDisplayDirectionForMmi(displayInfo->GetRotation()), in UpdateDisplayInfo() 130 .displayDirection = GetDisplayDirectionForMmi(displayInfo->GetRotation()), in UpdateDisplayInfo()
|
/foundation/window/window_manager/interfaces/innerkits/dm_lite/ |
H A D | display_lite.h | 76 Rotation GetRotation() const;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_display_render_node.cpp | 245 displayParams->nodeRotation_ = GetRotation(); in UpdateRenderParams() 336 ScreenRotation RSDisplayRenderNode::GetRotation() const in GetRotation() function in OHOS::Rosen::RSDisplayRenderNode 343 return static_cast<ScreenRotation>(static_cast<int32_t>(std::roundf(boundsGeoPtr->GetRotation() / -90.0f)) % 4); in GetRotation() 355 return !(ROSEN_EQ(boundsGeoPtr->GetRotation(), lastRotation_) && isRotationEnd); in IsRotationChanged() 372 lastRotation_ = boundsGeoPtr->GetRotation(); in UpdateRotation()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | camera_util.cpp | 419 display->GetWidth(), display->GetHeight(), display->GetOrientation(), display->GetRotation()); in IsVerticalDevice() 420 bool isScreenVertical = display->GetRotation() == OHOS::Rosen::Rotation::ROTATION_0 || in IsVerticalDevice() 421 display->GetRotation() == OHOS::Rosen::Rotation::ROTATION_180; in IsVerticalDevice() 422 bool isScreenHorizontal = display->GetRotation() == OHOS::Rosen::Rotation::ROTATION_90 || in IsVerticalDevice() 423 display->GetRotation() == OHOS::Rosen::Rotation::ROTATION_270; in IsVerticalDevice()
|
/foundation/window/window_manager/dm/src/ |
H A D | display.cpp | 131 Rotation Display::GetRotation() const
in GetRotation() function in OHOS::Rosen::Display 138 return pImpl_->GetDisplayInfo()->GetRotation();
in GetRotation()
|
H A D | screen.cpp | 106 Rotation Screen::GetRotation() const
in GetRotation() function in OHOS::Rosen::Screen 109 return pImpl_->GetScreenInfo()->GetRotation();
in GetRotation()
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display.h | 111 Rotation GetRotation() const;
|
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/ |
H A D | cj_display_impl.h | 36 uint32_t GetRotation();
|
/foundation/window/window_manager/previewer/include/ |
H A D | display.h | 111 Rotation GetRotation() const;
|
/foundation/window/window_manager/dm_lite/test/unittest/ |
H A D | display_lite_test.cpp | 249 * @tc.name: GetRotation 254 HWTEST_F(DisplayTestLite, GetRotation, Function | SmallTest | Level1) in HWTEST_F() 256 GTEST_LOG_(INFO) << "DisplayLite::GetRotation start"; in HWTEST_F() 259 Rotation res = display->GetRotation(); in HWTEST_F() 261 GTEST_LOG_(INFO) << "DisplayLite::GetRotation end"; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_light.h | 110 const Quaternion& GetRotation() const in GetRotation() function in OHOS::Ace::NG::ModelLight
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | display_info.h | 92 Rotation GetRotation() in GetRotation() function in OHOS::Ace::DisplayInfo
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | display_info_utils.cpp | 33 auto dmRotation = displayManager->GetRotation(); in GetDisplayInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.h | 39 float GetRotation() const;
|
H A D | rs_showing_properties_freezer.h | 38 std::optional<float> GetRotation() const;
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | light.h | 90 const Quaternion& GetRotation() const in GetRotation() function in OHOS::Render3D::Light
|
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | render_scene_viewer.cpp | 532 light->SetRotation(newLights.at(index)->GetRotation()); 554 || light->GetRotation() != newLights.at(index)->GetRotation()) {
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_cutout_controller.cpp | 60 "H: %{public}f, R: %{public}u]", displayInfo->GetWidth(), displayInfo->GetHeight(), displayInfo->GetRotation(), in ConvertBoundaryRectsByRotation() 270 Rotation rotation = displayInfo->GetRotation(); in CalculateCurvedCompression() 320 return displayInfo->GetRotation();
|