Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_composite_declaration.h33 struct SvgFeCompositeAttribute : SvgFeAttribute { struct
52 … auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK1() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h214 struct SvgFeCompositeAttribute { struct
215 SvgFeIn in2;
216 SvgFeOperatorType operatorType = SvgFeOperatorType::FE_OVER;
217 float k1 = 0.0f;
218 float k2 = 0.0f;
219 float k3 = 0.0f;
220 float k4 = 0.0f;