Home
last modified time | relevance | path

Searched refs:SvgFeCompositeAttribute (Results 1 – 7 of 7) 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
58 … auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK2()
64 … auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK3()
70 … auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK4()
85 … auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIn2()
106 … auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetOperatorType()
113 …auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATT… in GetK1()
119 …auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATT… in GetK2()
125 …auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATT… in GetK3()
[all …]
H A Dsvg_fe_composite_declaration.cpp32 MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_composite.cpp117 static const LinearMapNode<void (*)(const std::string&, SvgFeCompositeAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr()
119 [](const std::string& val, SvgFeCompositeAttribute& attribute) { in ParseAndSetSpecializedAttr()
129 [](const std::string& val, SvgFeCompositeAttribute& attr) { in ParseAndSetSpecializedAttr()
133 [](const std::string& val, SvgFeCompositeAttribute& attr) { in ParseAndSetSpecializedAttr()
137 [](const std::string& val, SvgFeCompositeAttribute& attr) { in ParseAndSetSpecializedAttr()
141 [](const std::string& val, SvgFeCompositeAttribute& attr) { in ParseAndSetSpecializedAttr()
145 [](const std::string& val, SvgFeCompositeAttribute& attr) { in ParseAndSetSpecializedAttr()
H A Dsvg_fe_composite.h40 SvgFeCompositeAttribute feCompositeAttr_;
H A Dsvg_attributes_parser.h214 struct SvgFeCompositeAttribute { struct
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp229 const std::shared_ptr<SvgFeCompositeAttribute> DeclarationConstants::DEFAULT_SVG_FE_COMPOSITE_ATTR =
230 std::make_shared<SvgFeCompositeAttribute>();
H A Ddeclaration_constants.h209 static const std::shared_ptr<SvgFeCompositeAttribute> DEFAULT_SVG_FE_COMPOSITE_ATTR;