Home
last modified time | relevance | path

Searched defs:phyHeight (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_test.cpp103 uint32_t phyHeight = 0; variable
155 uint32_t phyHeight = 0; variable
168 uint32_t phyHeight = UINT32_MAX; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_capability.cpp21 uint32_t phyHeight, uint32_t supportLayers, uint32_t virtualDispCount, in RSScreenCapability()
44 void RSScreenCapability::SetPhyHeight(uint32_t phyHeight) in SetPhyHeight()
169 uint32_t phyHeight; in Unmarshalling() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_capability_v10.md44 ### phyHeight subsection
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp191 uint32_t phyHeight = 0; variable
282 uint32_t phyHeight = 1; variable
H A Dscreen_session_manager_test.cpp2117 float phyHeight = 0.0f; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp177 void ScreenProperty::SetPhyHeight(uint32_t phyHeight) in SetPhyHeight()
187 void ScreenProperty::SetDpiPhyBounds(uint32_t phyWidth, uint32_t phyHeight) in SetDpiPhyBounds()
385 void ScreenProperty::CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight) in CalculateXYDpi()
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.h39 uint32_t phyHeight; /* real height of the mobile : px */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_info.h40 uint32_t phyHeight = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.h40 int32_t phyHeight; member
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp79 void AbstractDisplay::CalculateXYDpi(uint32_t phyWidth, uint32_t phyHeight) in CalculateXYDpi()
H A Dabstract_screen.cpp477 void AbstractScreen::SetPhyHeight(uint32_t phyHeight) in SetPhyHeight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_frame_rate_manager_test.cpp33 int32_t phyHeight = 1218; variable
H A Dhyper_graphic_manager_test.cpp33 int32_t phyHeight = 1218; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/
H A Drsscreencapability_fuzzer.cpp156 uint32_t phyHeight = GetData<uint32_t>(); in DoSetPhyHeight() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h62 uint32_t phyHeight; /**< Physical height */ member
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h450 uint32_t phyHeight; /**< Physical height */ member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5227 float phyHeight = 0.0f; in SetClientInner() local
5248 void ScreenSessionManager::GetCurrentScreenPhyBounds(float& phyWidth, float& phyHeight, in GetCurrentScreenPhyBounds()