Home
last modified time | relevance | path

Searched refs:HgmScreenType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen_info.cpp29 HgmScreenType HgmScreenInfo::GetScreenType(ScreenId screenId) in GetScreenType()
32 return (screenId == 0) ? HgmScreenType::LTPO : HgmScreenType::LTPS; in GetScreenType()
35 bool HgmScreenInfo::IsLtpoType(HgmScreenType screenType) in IsLtpoType()
37 if (screenType >= HgmScreenType::LTPO) { in IsLtpoType()
H A Dhgm_screen_info.h27 enum HgmScreenType { enum
39 HgmScreenType panelType;
50 HgmScreenType GetScreenType(ScreenId screenId);
51 bool IsLtpoType(HgmScreenType screenType);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_screen_info_test.cpp57 HgmScreenType screenType = HgmScreenType::LTPO;
71 HgmScreenType screenType = HgmScreenType::LTPS;