Home
last modified time | relevance | path

Searched refs:backgroundFilter_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1305 if (backgroundFilter_) { in SetBackgroundFilter()
1801 return backgroundFilter_; in GetBackgroundFilter()
2851 backgroundFilter_ = originalFilter; in GenerateBackgroundBlurFilter()
2899 backgroundFilter_ = originalFilter; in GenerateBackgroundMaterialBlurFilter()
3019 backgroundFilter_ = originalFilter; in GenerateBackgroundMaterialFuzedBlurFilter()
3064 backgroundFilter_ = originalFilter; in GenerateAIBarFilter()
3100 if (!backgroundFilter_) { in GenerateWaterRippleFilter()
3122 backgroundFilter_ = nullptr; in GenerateBackgroundFilter()
3976 if (backgroundFilter_ && backgroundFilter_->IsValid() && in Dump()
4312 if (backgroundFilter_ != nullptr && !backgroundFilter_->IsValid()) { in UpdateFilter()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp927 properties.backgroundFilter_ = std::make_shared<RSFilter>();
1011 properties.backgroundFilter_ = std::make_shared<RSFilter>();
1087 properties.backgroundFilter_ = std::make_shared<RSFilter>();
H A Drs_render_node_test.cpp2466 properties.backgroundFilter_ = std::make_shared<RSFilter>();
2489 properties.backgroundFilter_ = std::make_shared<RSFilter>();
2520 properties.backgroundFilter_ = std::make_shared<RSFilter>();
2536 properties.backgroundFilter_ = std::make_shared<RSFilter>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp128 properties.backgroundFilter_ = std::make_shared<RSFilter>();
186 properties.backgroundFilter_ = std::make_shared<RSFilter>();
H A Drs_properties_test.cpp387 properties.backgroundFilter_ = std::make_shared<RSFilter>();
459 properties.backgroundFilter_ = std::make_shared<RSFilter>();
1341 EXPECT_NE(properties.backgroundFilter_, nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h643 std::shared_ptr<RSFilter> backgroundFilter_ = nullptr; variable