Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dscreen_info_demo.cpp37 cout << "PhiWidth : " << screenCapability.GetPhyWidth() << endl; in main()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_capability.h52 uint32_t GetPhyWidth() const;
/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 in OHOS::Rosen::HgmScreen
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasescreenmanager_fuzzer/
H A Drsbasescreenmanager_fuzzer.cpp78 (void)screenCapability.GetPhyWidth(); in RSScreenCapabilityFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_capability.cpp80 uint32_t RSScreenCapability::GetPhyWidth() const in GetPhyWidth() function in OHOS::Rosen::RSScreenCapability
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h72 uint32_t GetPhyWidth() const;
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h77 int32_t GetPhyWidth() const;
/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()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/
H A Drsscreencapability_fuzzer.cpp282 capability.GetPhyWidth(); in DoGetPhyWidth()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp162 int32_t ScreenProperty::GetPhyWidth() const in GetPhyWidth() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp363 property_.SetDpiPhyBounds(updatedProperty.GetPhyWidth(), updatedProperty.GetPhyHeight()); in UpdatePropertyByFoldControl()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp369 EXPECT_EQ(screenCapability.GetPhyWidth(), 0); in HWTEST_F()
660 EXPECT_EQ(screenCapability.GetPhyWidth(), 0); in HWTEST_F()
704 EXPECT_EQ(screenCapability.GetPhyWidth(), 0); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp396 STEP_ASSERT_EQ(screen1->GetPhyWidth(), 0); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp469 oss << std::left << std::setw(LINE_WIDTH) << "PhyWidth: " << screenProperty.GetPhyWidth() << std::endl; in DumpScreenPropertyById()
H A Dscreen_session_manager.cpp1418 property.SetPhyWidth(screenCapability.GetPhyWidth()); in CreateScreenProperty()
1420 property.SetDpiPhyBounds(screenCapability.GetPhyWidth(), screenCapability.GetPhyHeight()); in CreateScreenProperty()
1465 int32_t phyWith = property.GetPhyWidth(); in CalcDefaultExtendScreenDensity()
3715 screenCapability.GetName().c_str(), screenCapability.GetPhyWidth(), screenCapability.GetPhyHeight()); in InitAndGetScreen()

Completed in 25 milliseconds