Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.cpp228 void OffscreenCanvasPattern::SetFilterParam(const std::string& filterStr) in SetFilterParam()
H A Dcustom_paint_paint_method.cpp1443 void CustomPaintPaintMethod::SetFilterParam(const std::string& filterStr) in SetFilterParam()
1716 bool CustomPaintPaintMethod::GetFilterType(const std::string& filterStr, std::vector<FilterProperty… in GetFilterType()
1836 FilterType CustomPaintPaintMethod::FilterStrToFilterType(const std::string& filterStr) in FilterStrToFilterType()
H A Dcanvas_pattern.cpp1060 void CanvasPattern::SetFilterParam(const std::string& filterStr) in SetFilterParam()
H A Dcanvas_paint_op.h157 std::string filterStr; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp898 std::string filterStr = "none"; in JsSetFilter() local