Home
last modified time | relevance | path

Searched refs:GetDefaultDeviceRotationOffset (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp187 uint32_t RSSystemProperties::GetDefaultDeviceRotationOffset() in GetDefaultDeviceRotationOffset() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp189 uint32_t RSSystemProperties::GetDefaultDeviceRotationOffset() in GetDefaultDeviceRotationOffset() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h177 static uint32_t GetDefaultDeviceRotationOffset();
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h91 uint32_t GetDefaultDeviceRotationOffset() const;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp474 * @tc.name: GetDefaultDeviceRotationOffset
475 * @tc.desc: GetDefaultDeviceRotationOffset Test
479 HWTEST_F(RSSystemPropertiesTest, GetDefaultDeviceRotationOffset, TestSize.Level1) in HWTEST_F()
482 ASSERT_TRUE(RSSystemProperties::GetDefaultDeviceRotationOffset() == 90); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp433 uint32_t ScreenProperty::GetDefaultDeviceRotationOffset() const in GetDefaultDeviceRotationOffset() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp242 displayInfo->SetDefaultDeviceRotationOffset(property_.GetDefaultDeviceRotationOffset()); in ConvertToDisplayInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp466 uint32_t RSSystemProperties::GetDefaultDeviceRotationOffset() in GetDefaultDeviceRotationOffset() function in OHOS::Rosen::RSSystemProperties
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp506 << screenProperty.GetDefaultDeviceRotationOffset() << std::endl; in DumpScreenPropertyById()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1326 int32_t rotationDegree = static_cast<int32_t>(RSSystemProperties::GetDefaultDeviceRotationOffset()); in GetRotateTransformForRotationFixed()
1542 int32_t rotationDegree = static_cast<int32_t>(RSSystemProperties::GetDefaultDeviceRotationOffset()); in GetLayerTransform()
H A Drs_base_render_util.cpp1248 int32_t rotationDegree = static_cast<int32_t>(RSSystemProperties::GetDefaultDeviceRotationOffset());
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp659 auto deviceRotation = static_cast<uint32_t>(displayInfo->GetDefaultDeviceRotationOffset()); in GetSystemViewportConfig()
H A Dwindow_session_impl.cpp1062 auto deviceRotation = static_cast<uint32_t>(displayInfo->GetDefaultDeviceRotationOffset()); in UpdateViewportConfig()

Completed in 27 milliseconds