Home
last modified time | relevance | path

Searched refs:IsNeedUpdateLuminance (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/mingw/
H A Drs_luminance_control.cpp66 bool RSLuminanceControl::IsNeedUpdateLuminance(ScreenId screenId) in IsNeedUpdateLuminance() 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.cpp53 std::ignore = luminCtrl.IsNeedUpdateLuminance(screenId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/luminance/
H A Drs_luminance_control.h56 RSB_EXPORT bool IsNeedUpdateLuminance(ScreenId screenId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/
H A Drs_luminance_control.cpp249 bool RSLuminanceControl::IsNeedUpdateLuminance(ScreenId screenId) in IsNeedUpdateLuminance() function in OHOS::Rosen::RSLuminanceControl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp4192 if (rsLuminance.IsNeedUpdateLuminance(screenId)) { in UpdateLuminance()