Home
last modified time | relevance | path

Searched refs:CalculateXYDpi (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_test.cpp100 HWTEST_F(AbstractDisplayTest, CalculateXYDpi, Function | SmallTest | Level3)
104 absDisplay->CalculateXYDpi(phyWidth, phyHeight);
106 absDisplay->CalculateXYDpi(phyWidth, phyHeight);
108 absDisplay->CalculateXYDpi(phyWidth, phyHeight);
110 absDisplay->CalculateXYDpi(phyWidth, phyHeight);
156 absDisplay->CalculateXYDpi(phyWidth, phyHeight);
169 absDisplay->CalculateXYDpi(phyWidth, phyHeight);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp57 CalculateXYDpi(absScreen->GetPhyWidth(), absScreen->GetPhyHeight()); in AbstractDisplay()
79 void AbstractDisplay::CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight) in CalculateXYDpi() function in OHOS::Rosen::AbstractDisplay
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp186 HWTEST_F(ScreenPropertyTest, CalculateXYDpi, Function | SmallTest | Level2)
193 property->CalculateXYDpi(phyWidth, phyHeight);
196 property->CalculateXYDpi(phyWidth, phyHeight);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_display.h97 void CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h200 void CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp385 void ScreenProperty::CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight) in CalculateXYDpi() function in OHOS::Rosen::ScreenProperty