Home
last modified time | relevance | path

Searched refs:GetEffectMergeEnabled (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_effect_render_node_drawable.cpp81 …e if (drawCmdIndex_.backgroundFilterIndex_ == -1 || !RSSystemProperties::GetEffectMergeEnabled() || in GenerateEffectDataOnDemand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp442 bool RSSystemProperties::GetEffectMergeEnabled() in GetEffectMergeEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp441 bool RSSystemProperties::GetEffectMergeEnabled() in GetEffectMergeEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h240 static bool GetEffectMergeEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp83 !RSSystemProperties::GetEffectMergeEnabled() || in ProcessRenderBeforeChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp973 EXPECT_TRUE(RSSystemProperties::GetEffectMergeEnabled());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp696 if (!RSSystemProperties::GetEffectMergeEnabled()) { in CreateDrawFunc()
H A Drs_property_drawable_utils.cpp1015 …= nullptr || effectData->cachedImage_ == nullptr || !RSSystemProperties::GetEffectMergeEnabled()) { in DrawUseEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp1013 bool RSSystemProperties::GetEffectMergeEnabled() in GetEffectMergeEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp807 RSSystemProperties::GetEffectMergeEnabled()) { in Draw()
H A Drs_properties_painter.cpp835 || !RSSystemProperties::GetEffectMergeEnabled()) { in ApplyBackgroundEffect()