Home
last modified time | relevance | path

Searched refs:ScreenPhysicalId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Dscreen_types.h28 using ScreenPhysicalId = uint32_t; variable
48 inline constexpr ScreenId ToScreenId(ScreenPhysicalId physicalId) in ToScreenId()
53 inline constexpr ScreenPhysicalId ToScreenPhysicalId(ScreenId id) in ToScreenPhysicalId()
55 return static_cast<ScreenPhysicalId>(id); in ToScreenPhysicalId()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp126 hdiScreen_ = HdiScreen::CreateHdiScreen(ScreenPhysicalId(id_)); in PhysicalScreenInit()