Home
last modified time | relevance | path

Searched refs:GetPhyWidth (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dscreen_info_demo.cpp37 cout << "PhiWidth : " << screenCapability.GetPhyWidth() << endl; in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_capability.h52 uint32_t GetPhyWidth() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasescreenmanager_fuzzer/
H A Drsbasescreenmanager_fuzzer.cpp78 (void)screenCapability.GetPhyWidth(); in RSScreenCapabilityFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.h84 int32_t GetPhyWidth() const in GetPhyWidth() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_capability.cpp79 uint32_t RSScreenCapability::GetPhyWidth() const in GetPhyWidth() function in OHOS::Rosen::RSScreenCapability
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h76 int32_t GetPhyWidth() const;
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h72 uint32_t GetPhyWidth() const;
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp57 CalculateXYDpi(absScreen->GetPhyWidth(), absScreen->GetPhyHeight()); in AbstractDisplay()
H A Dabstract_screen.cpp482 uint32_t AbstractScreen::GetPhyWidth() const in GetPhyWidth() function in OHOS::Rosen::AbstractScreen
H A Dabstract_screen_controller.cpp358 …screenCapability.GetName().c_str(), screenCapability.GetPhyWidth(), screenCapability.GetPhyHeight(… in InitAndGetScreen()
367 absScreen->SetPhyWidth(screenCapability.GetPhyWidth()); in InitAndGetScreen()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp172 int32_t ScreenProperty::GetPhyWidth() const in GetPhyWidth() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp358 property_.SetDpiPhyBounds(updatedProperty.GetPhyWidth(), updatedProperty.GetPhyHeight()); in UpdatePropertyByFoldControl()
840 bool isVerticalScreen = property_.GetPhyWidth() < property_.GetPhyHeight(); in CalcDisplayOrientation()
844 isVerticalScreen = property_.GetPhyWidth() > property_.GetPhyHeight(); in CalcDisplayOrientation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/
H A Drsscreencapability_fuzzer.cpp282 capability.GetPhyWidth(); in DoGetPhyWidth()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp369 EXPECT_EQ(screenCapability.GetPhyWidth(), 0);
606 EXPECT_EQ(screenCapability.GetPhyWidth(), 0);
650 EXPECT_EQ(screenCapability.GetPhyWidth(), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp427 STEP_ASSERT_EQ(screen1->GetPhyWidth(), 0);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp494 …oss << std::left << std::setw(LINE_WIDTH) << "PhyWidth: " << screenProperty.GetPhyWidth() << std::… in DumpScreenPropertyById()
H A Dscreen_session_manager.cpp1330 property.SetPhyWidth(screenCapability.GetPhyWidth()); in CreateScreenProperty()
1332 property.SetDpiPhyBounds(screenCapability.GetPhyWidth(), screenCapability.GetPhyHeight()); in CreateScreenProperty()
3528 …screenCapability.GetName().c_str(), screenCapability.GetPhyWidth(), screenCapability.GetPhyHeight(… in InitAndGetScreen()