Home
last modified time | relevance | path

Searched refs:GetRotation (Results 1 - 25 of 113) sorted by relevance

12345

/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_lite.cpp116 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 Daudio_effect_rotation.h31 uint32_t GetRotation();
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_rotation.cpp47 uint32_t AudioEffectRotation::GetRotation() in GetRotation() function in OHOS::AudioStandard::AudioEffectRotation
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_pattern.cpp82 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 Dfolder_stack_event_info.h44 Rotation GetRotation() const in GetRotation() function in OHOS::Ace::NG::FolderEventInfo
H A Dfolder_stack_layout_algorithm.cpp290 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 Drs_processor.cpp179 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 Dinput_window_monitor.cpp116 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 Ddisplay_lite.h76 Rotation GetRotation() const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp245 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 Dcamera_util.cpp419 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 Ddisplay.cpp131 Rotation Display::GetRotation() const in GetRotation() function in OHOS::Rosen::Display
138 return pImpl_->GetDisplayInfo()->GetRotation(); in GetRotation()
H A Dscreen.cpp106 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 Ddisplay.h111 Rotation GetRotation() const;
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.h36 uint32_t GetRotation();
/foundation/window/window_manager/previewer/include/
H A Ddisplay.h111 Rotation GetRotation() const;
/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_lite_test.cpp249 * @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 Dmodel_light.h110 const Quaternion& GetRotation() const in GetRotation() function in OHOS::Ace::NG::ModelLight
/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddisplay_info.h92 Rotation GetRotation() in GetRotation() function in OHOS::Ace::DisplayInfo
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddisplay_info_utils.cpp33 auto dmRotation = displayManager->GetRotation(); in GetDisplayInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h39 float GetRotation() const;
H A Drs_showing_properties_freezer.h38 std::optional<float> GetRotation() const;
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dlight.h90 const Quaternion& GetRotation() const in GetRotation() function in OHOS::Render3D::Light
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp532 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 Dscreen_cutout_controller.cpp60 "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();

Completed in 16 milliseconds

12345