/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_property_test.cpp | 127 uint32_t phyHeight = 0; in HWTEST_F() local 218 uint32_t phyHeight = 1; in HWTEST_F() local
|
H A D | screen_session_manager_test.cpp | 2774 float phyHeight = 0.0f; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | rs_screen_info.h | 40 uint32_t phyHeight = 0; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/ |
H A D | rs_screen_capability.cpp | 45 void RSScreenCapability::SetPhyHeight(uint32_t phyHeight)
in SetPhyHeight() argument 170 uint32_t phyHeight;
in Unmarshalling() local 21 RSScreenCapability(std::string name, ScreenInterfaceType type, uint32_t phyWidth, uint32_t phyHeight, uint32_t supportLayers, uint32_t virtualDispCount, bool supportWriteBack, const std::vector<RSScreenProps>& props) RSScreenCapability() argument
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_test.cpp | 107 uint32_t phyHeight = 0; in HWTEST_F() local 159 uint32_t phyHeight = 0; in HWTEST_F() local 172 uint32_t phyHeight = UINT32_MAX; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_screen.h | 40 int32_t phyHeight;
member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/ |
H A D | rsscreencapability_fuzzer.cpp | 156 uint32_t phyHeight = GetData<uint32_t>();
in DoSetPhyHeight() local
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display.cpp | 79 void AbstractDisplay::CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight)
in CalculateXYDpi() argument
|
H A D | abstract_screen.cpp | 477 void AbstractScreen::SetPhyHeight(uint32_t phyHeight)
in SetPhyHeight() argument
|
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hyper_graphic_manager_test.cpp | 33 int32_t phyHeight = 1218;
member
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_display_type.h | 62 uint32_t phyHeight; /**< Physical height */ member
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 167 void ScreenProperty::SetPhyHeight(uint32_t phyHeight) in SetPhyHeight() argument 177 void ScreenProperty::SetDpiPhyBounds(uint32_t phyWidth, uint32_t phyHeight) in SetDpiPhyBounds() argument 330 void ScreenProperty::CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight) in CalculateXYDpi() argument
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 1466 int32_t phyHeight = property.GetPhyHeight(); in CalcDefaultExtendScreenDensity() local 5333 float phyHeight = 0.0f; in SetClientInner() local 5358 void ScreenSessionManager::GetCurrentScreenPhyBounds(float& phyWidth, float& phyHeight, in GetCurrentScreenPhyBounds() argument [all...] |