Home
last modified time | relevance | path

Searched refs:GetBlurEnabled (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp341 bool RSSystemProperties::GetBlurEnabled() in GetBlurEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp340 bool RSSystemProperties::GetBlurEnabled() in GetBlurEnabled() 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.cpp690 HWTEST_F(RSSystemPropertiesTest, GetBlurEnabled, TestSize.Level1)
692 ASSERT_TRUE(RSSystemProperties::GetBlurEnabled());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h199 static bool GetBlurEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp593 if (!RSSystemProperties::GetBlurEnabled() || !RSSystemProperties::GetFilterCacheEnabled() || in IsFilterCacheValidForOcclusion()
612 if (!RSSystemProperties::GetBlurEnabled()) { in GetFilterCachedRegion()
H A Drs_property_drawable_utils.cpp272 if (!RSSystemProperties::GetBlurEnabled()) { in DrawFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp653 bool RSSystemProperties::GetBlurEnabled() in GetBlurEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1843 if (!RSSystemProperties::GetBlurEnabled() || !RSProperties::FilterCacheEnabled) { in IsFilterCacheValid()
1857 if (!RSSystemProperties::GetBlurEnabled() || !RSProperties::FilterCacheEnabled) { in IsAIBarFilterCacheValid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp63 const bool RSPropertiesPainter::BLUR_ENABLED = RSSystemProperties::GetBlurEnabled();