Searched refs:CalculateXYDpi (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_test.cpp | 100 * @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 D | abstract_display.cpp | 57 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 D | screen_property_test.cpp | 118 * @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 D | abstract_display.h | 97 void CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight);
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 199 void CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight);
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 330 void ScreenProperty::CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight) in CalculateXYDpi() function in OHOS::Rosen::ScreenProperty
|
Completed in 5 milliseconds