Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_gaussianblur_declaration.h31 struct SvgFeGaussianBlurAttribute : SvgFeAttribute { struct
50 … auto& attribute = MaybeResetAttribute<SvgFeGaussianBlurAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetStdDeviation() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h203 struct SvgFeGaussianBlurAttribute { struct
204 float stdDeviationX = 0.0f;
205 float stdDeviationY = 0.0f;
206 SvgFeEdgeMode edgeMode = SvgFeEdgeMode::EDGE_DUPLICATE;