/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | rs_screen_capability.h | 52 uint32_t GetPhyWidth() const;
|
/ohos5.0/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()
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/ |
H A D | rs_screen_capability.cpp | 79 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 D | screen_property.h | 76 int32_t GetPhyWidth() const;
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 72 uint32_t GetPhyWidth() const;
|
/ohos5.0/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()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 172 int32_t ScreenProperty::GetPhyWidth() const in GetPhyWidth() function in OHOS::Rosen::ScreenProperty
|
H A D | screen_session.cpp | 358 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 D | rsscreencapability_fuzzer.cpp | 282 capability.GetPhyWidth(); in DoGetPhyWidth()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 369 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 D | hyper_graphic_manager_test.cpp | 427 STEP_ASSERT_EQ(screen1->GetPhyWidth(), 0);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_dumper.cpp | 494 …oss << std::left << std::setw(LINE_WIDTH) << "PhyWidth: " << screenProperty.GetPhyWidth() << std::… in DumpScreenPropertyById()
|
H A D | screen_session_manager.cpp | 1330 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()
|