Home
last modified time | relevance | path

Searched defs:filterStr (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_paint/
Dcustom_paint_paint_method.h107 void SetFilterParam(const std::string& filterStr) in SetFilterParam()
Doffscreen_canvas_pattern.cpp241 void OffscreenCanvasPattern::SetFilterParam(const std::string& filterStr) in SetFilterParam()
Dcustom_paint_pattern.cpp887 void CustomPaintPattern::SetFilterParam(const std::string& filterStr) in SetFilterParam()
Dcustom_paint_paint_method.cpp2683 FilterType CustomPaintPaintMethod::FilterStrToFilterType(const std::string& filterStr) in FilterStrToFilterType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_canvas_renderer.cpp1254 std::string filterStr = "none"; in JsSetFilter() local