Home
last modified time | relevance | path

Searched refs:IsHdrOn (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/mingw/
H A Drs_luminance_control.cpp36 bool RSLuminanceControl::IsHdrOn(ScreenId screenId) in IsHdrOn() function in OHOS::Rosen::RSLuminanceControl
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/luminance/
H A Drs_luminance_control_test.cpp52 std::ignore = luminCtrl.IsHdrOn(screenId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/luminance/
H A Drs_luminance_control.h49 RSB_EXPORT bool IsHdrOn(ScreenId screenId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/
H A Drs_luminance_control.cpp213 bool RSLuminanceControl::IsHdrOn(ScreenId screenId) in IsHdrOn() function in OHOS::Rosen::RSLuminanceControl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp756 bool isHdrOn = RSLuminanceControl::Get().IsHdrOn(curCanvas->GetScreenId()); in UpdateCacheSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1159 if (RSLuminanceControl::Get().IsHdrOn(curDisplayNode->GetScreenId())) { in IsArkTsCardCache()
H A Drs_render_service_connection.cpp1199 if (RSLuminanceControl::Get().IsHdrOn(id) && level > 0) { in SetScreenBacklight()
H A Drs_uni_render_visitor.cpp367 bool isHdrOn = RSLuminanceControl::Get().IsHdrOn(screenId); in HandlePixelFormat()