Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_test.cpp100 * @tc.name: CalculateXYDpi
101 * @tc.desc: CalculateXYDpi test
104 HWTEST_F(AbstractDisplayTest, CalculateXYDpi, Function | SmallTest | Level3) in HWTEST_F()
108 absDisplay->CalculateXYDpi(phyWidth, phyHeight); in HWTEST_F()
110 absDisplay->CalculateXYDpi(phyWidth, phyHeight); in HWTEST_F()
112 absDisplay->CalculateXYDpi(phyWidth, phyHeight); in HWTEST_F()
114 absDisplay->CalculateXYDpi(phyWidth, phyHeight); in HWTEST_F()
160 absDisplay->CalculateXYDpi(phyWidth, phyHeight); in HWTEST_F()
173 absDisplay->CalculateXYDpi(phyWidth, phyHeight); in HWTEST_F()
/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
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp118 * @tc.name: CalculateXYDpi
122 HWTEST_F(ScreenPropertyTest, CalculateXYDpi, Function | SmallTest | Level2) in HWTEST_F()
124 GTEST_LOG_(INFO) << "ScreenPropertyTest: CalculateXYDpi start"; in HWTEST_F()
129 property->CalculateXYDpi(phyWidth, phyHeight); in HWTEST_F()
132 property->CalculateXYDpi(phyWidth, phyHeight); in HWTEST_F()
135 GTEST_LOG_(INFO) << "ScreenPropertyTest: CalculateXYDpi end"; in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H A Dabstract_display.h97 void CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight);
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h199 void CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight);
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp330 void ScreenProperty::CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight) in CalculateXYDpi() function in OHOS::Rosen::ScreenProperty

Completed in 5 milliseconds