Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_op.h154 struct SetFilterParamOp : Op { struct
155 static constexpr auto kType = Type::SetFilterParamOp; argument
156 explicit SetFilterParamOp(const std::string& filterStr): filterStr(std::move(filterStr)) {} in SetFilterParamOp() function
157 std::string filterStr;