Home
last modified time | relevance | path

Searched refs:phyBounds (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp285 RRect phyBounds; in HWTEST_F() local
286 phyBounds.rect_.width_ = 1344; in HWTEST_F()
287 phyBounds.rect_.height_ = 2772; in HWTEST_F()
288 property->SetPhyBounds(phyBounds); in HWTEST_F()
289 ASSERT_EQ(property->phyBounds_, phyBounds); in HWTEST_F()
304 RRect phyBounds = property->GetPhyBounds(); in HWTEST_F() local
305 ASSERT_EQ(property->phyBounds_, phyBounds); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp122 void ScreenProperty::SetPhyBounds(const RRect& phyBounds) in SetPhyBounds() argument
124 phyBounds_ = phyBounds; in SetPhyBounds()
H A Dscreen_session.cpp219 RRect phyBounds = property_.GetPhyBounds(); in ConvertToDisplayInfo() local
223 displayInfo->SetPhysicalWidth(phyBounds.rect_.GetWidth()); in ConvertToDisplayInfo()
224 displayInfo->SetPhysicalHeight(phyBounds.rect_.GetHeight()); in ConvertToDisplayInfo()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h48 void SetPhyBounds(const RRect& phyBounds);
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp1470 RRect phyBounds = property.GetPhyBounds(); in CalcDefaultExtendScreenDensity() local
1471 int32_t width = phyBounds.rect_.GetWidth(); in CalcDefaultExtendScreenDensity()
1472 int32_t height = phyBounds.rect_.GetHeight(); in CalcDefaultExtendScreenDensity()
5365 auto phyBounds = GetPhyScreenProperty(SCREEN_ID_MAIN).GetPhyBounds(); in GetCurrentScreenPhyBounds() local
5366 phyWidth = phyBounds.rect_.width_; in GetCurrentScreenPhyBounds()
5367 phyHeight = phyBounds.rect_.height_; in GetCurrentScreenPhyBounds()
5369 auto phyBounds = GetPhyScreenProperty(SCREEN_ID_FULL).GetPhyBounds(); in GetCurrentScreenPhyBounds() local
5370 phyWidth = phyBounds.rect_.width_; in GetCurrentScreenPhyBounds()
5371 phyHeight = phyBounds.rect_.height_; in GetCurrentScreenPhyBounds()

Completed in 14 milliseconds