Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp321 bool RSSystemProperties::GetMESABlurFuzedEnabled() in GetMESABlurFuzedEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp320 bool RSSystemProperties::GetMESABlurFuzedEnabled() in GetMESABlurFuzedEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp609 HWTEST_F(RSSystemPropertiesTest, GetMESABlurFuzedEnabled, TestSize.Level1)
611 ASSERT_TRUE(RSSystemProperties::GetMESABlurFuzedEnabled());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h195 static bool GetMESABlurFuzedEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp614 if (!RSSystemProperties::GetMESABlurFuzedEnabled() || in FuzeDrawableSlots()
H A Drs_property_drawable_utils.cpp1311 if (!filter || !RSSystemProperties::GetMESABlurFuzedEnabled()) { in RSFilterSetPixelStretch()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp618 bool RSSystemProperties::GetMESABlurFuzedEnabled() in GetMESABlurFuzedEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp4407 if (RSSystemProperties::GetMESABlurFuzedEnabled() && greyCoef_.has_value()) { in NeedBlurFuzed()