Searched defs:SvgFeGaussianBlurAttribute (Results 1 – 2 of 2) sorted by relevance
31 struct SvgFeGaussianBlurAttribute : SvgFeAttribute { struct50 … auto& attribute = MaybeResetAttribute<SvgFeGaussianBlurAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetStdDeviation() argument
203 struct SvgFeGaussianBlurAttribute { struct204 float stdDeviationX = 0.0f;205 float stdDeviationY = 0.0f;206 SvgFeEdgeMode edgeMode = SvgFeEdgeMode::EDGE_DUPLICATE;