Home
last modified time | relevance | path

Searched refs:GetHpsBlurEnabled (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp623 ASSERT_TRUE(!RSSystemProperties::GetHpsBlurEnabled());
625 ASSERT_TRUE(RSSystemProperties::GetHpsBlurEnabled());
634 HWTEST_F(RSSystemPropertiesTest, GetHpsBlurEnabled, TestSize.Level1)
637 ASSERT_TRUE(RSSystemProperties::GetHpsBlurEnabled());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp316 bool RSSystemProperties::GetHpsBlurEnabled() in GetHpsBlurEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp315 bool RSSystemProperties::GetHpsBlurEnabled() in GetHpsBlurEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h194 static bool GetHpsBlurEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_drawing_filter.cpp322 if (RSSystemProperties::GetHpsBlurEnabled() && GetFilterType() == RSFilter::MATERIAL && in DrawImageRect()
H A Drs_material_filter.cpp79 const bool HPS_BLUR_ENABLED = RSSystemProperties::GetHpsBlurEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp611 bool RSSystemProperties::GetHpsBlurEnabled() in GetHpsBlurEnabled() function in OHOS::Rosen::RSSystemProperties