/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | screen_info_demo.cpp | 37 cout << "PhiWidth : " << screenCapability.GetPhyWidth() << endl; in main()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | rs_screen_capability.h | 52 uint32_t GetPhyWidth() const;
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_screen.h | 84 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 D | rsbasescreenmanager_fuzzer.cpp | 78 (void)screenCapability.GetPhyWidth(); in RSScreenCapabilityFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/ |
H A D | rs_screen_capability.cpp | 80 uint32_t RSScreenCapability::GetPhyWidth() const
in GetPhyWidth() function in OHOS::Rosen::RSScreenCapability
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 72 uint32_t GetPhyWidth() const;
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 77 int32_t GetPhyWidth() const;
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display.cpp | 57 CalculateXYDpi(absScreen->GetPhyWidth(), absScreen->GetPhyHeight());
in AbstractDisplay()
|
H A D | abstract_screen.cpp | 482 uint32_t AbstractScreen::GetPhyWidth() const
in GetPhyWidth() function in OHOS::Rosen::AbstractScreen
|
H A D | abstract_screen_controller.cpp | 358 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 D | rsscreencapability_fuzzer.cpp | 282 capability.GetPhyWidth();
in DoGetPhyWidth()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 162 int32_t ScreenProperty::GetPhyWidth() const in GetPhyWidth() function in OHOS::Rosen::ScreenProperty
|
H A D | screen_session.cpp | 363 property_.SetDpiPhyBounds(updatedProperty.GetPhyWidth(), updatedProperty.GetPhyHeight()); in UpdatePropertyByFoldControl()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 369 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 D | hyper_graphic_manager_test.cpp | 396 STEP_ASSERT_EQ(screen1->GetPhyWidth(), 0);
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 469 oss << std::left << std::setw(LINE_WIDTH) << "PhyWidth: " << screenProperty.GetPhyWidth() << std::endl; in DumpScreenPropertyById()
|
H A D | screen_session_manager.cpp | 1418 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()
|