Home
last modified time | relevance | path

Searched defs:backgroundFilter (Results 1 – 19 of 19) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
Drs_effect_render_node_test.cpp118 auto backgroundFilter = RSFilter::CreateBlurFilter(1.f, 1.f); variable
163 auto backgroundFilter = RSFilter::CreateBlurFilter(1.f, 1.f); variable
216 auto backgroundFilter = RSFilter::CreateBlurFilter(1.f, 1.f); variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
Drs_canvas_node_test.cpp3255 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[0], floatData[1]… variable
3269 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[1], floatData[2]… variable
3283 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[2], floatData[3]… variable
3297 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[3], floatData[4]… variable
3311 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[4], floatData[0]… variable
Drs_surface_node_test.cpp625 std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[0], variable
642 std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[1], variable
659 std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[2], variable
Drs_node_test.cpp3798 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[0], floatData[1]… variable
3812 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[1], floatData[2]… variable
3826 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[2], floatData[3]… variable
3840 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[3], floatData[4]… variable
3854 …std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(floatData[4], floatData[0]… variable
3939 std::shared_ptr<RSFilter> backgroundFilter = nullptr; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model.h137 virtual void SetBackgroundFilter(const OHOS::Rosen::Filter* backgroundFilter) {}; in SetBackgroundFilter()
Dview_abstract_model_ng.h186 void SetBackgroundFilter(const OHOS::Rosen::Filter* backgroundFilter) override in SetBackgroundFilter()
Dview_abstract.cpp2695 void ViewAbstract::SetBackgroundFilter(const OHOS::Rosen::Filter* backgroundFilter) in SetBackgroundFilter()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_dump.cpp373 auto backgroundFilter = properties.GetBackgroundFilter(); in DumpNodePropertiesEffects() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
Drs_property_drawable_background_test.cpp358 …std::shared_ptr<RSFilter> backgroundFilter = std::make_shared<RSDrawingFilter>(std::make_shared<RS… variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
Drs_properties_painter_test.cpp720 auto backgroundFilter = std::make_shared<RSFilter>(); variable
751 auto backgroundFilter = std::make_shared<RSFilter>(); variable
Drs_property_drawable_bounds_geometry_test.cpp938 auto backgroundFilter = std::make_shared<RSFilter>(); variable
1051 auto backgroundFilter = std::make_shared<RSFilter>(); variable
Drs_properties_test.cpp1339 std::shared_ptr<RSFilter> backgroundFilter = std::make_shared<RSFilter>(); variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
Drsproperty_fuzzer.cpp204 … std::shared_ptr<RSFilter> backgroundFilter = RSFilter::CreateBlurFilter(blurRadiusX, blurRadiusY); in RSPropertiesFuzzTestInner03() local
/foundation/arkui/ace_engine/test/unittest/core/base/
Dview_abstract_test_ng_for_property_config.cpp1153 OHOS::Rosen::Filter* backgroundFilter; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp1394 void RSNode::SetUIBackgroundFilter(const OHOS::Rosen::Filter* backgroundFilter) in SetUIBackgroundFilter()
1537 void RSNode::SetBackgroundFilter(const std::shared_ptr<RSFilter>& backgroundFilter) in SetBackgroundFilter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h313 virtual void UpdateBackgroundFilter(const OHOS::Rosen::Filter* backgroundFilter) {} in UpdateBackgroundFilter()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties.cpp1302 void RSProperties::SetBackgroundFilter(const std::shared_ptr<RSFilter>& backgroundFilter) in SetBackgroundFilter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp1165 void RosenRenderContext::UpdateBackgroundFilter(const OHOS::Rosen::Filter* backgroundFilter) in UpdateBackgroundFilter()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp11159 auto backgroundFilter = CreateRSFilterFromNapiValue(info[0]); in JsBackgroundFilter() local