Searched refs:ScreenPhysicalId (Results 1 – 2 of 2) sorted by relevance
28 using ScreenPhysicalId = uint32_t; variable48 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()
126 hdiScreen_ = HdiScreen::CreateHdiScreen(ScreenPhysicalId(id_)); in PhysicalScreenInit()