Home
last modified time | relevance | path

Searched refs:SvgFeBlendAttribute (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_blend_declaration.h31 struct SvgFeBlendAttribute : SvgFeAttribute { struct
55 auto& attribute = MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIn2() argument
74 … auto& attribute = MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetBlendMode()
81 … auto& attribute = static_cast<SvgFeBlendAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetBlendMode()
87 … auto& attribute = static_cast<SvgFeBlendAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIn2()
H A Dsvg_fe_blend_declaration.cpp32 MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_blend.cpp66 static const LinearMapNode<void (*)(const std::string&, SvgFeBlendAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr()
68 [](const std::string& val, SvgFeBlendAttribute& attr) { in ParseAndSetSpecializedAttr()
85 [](const std::string& val, SvgFeBlendAttribute& attr) { in ParseAndSetSpecializedAttr()
H A Dsvg_fe_blend.h39 SvgFeBlendAttribute feBlendAttr_;
H A Dsvg_attributes_parser.h223 struct SvgFeBlendAttribute { struct
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp243 const std::shared_ptr<SvgFeBlendAttribute> DeclarationConstants::DEFAULT_SVG_FE_BLEND_ATTR =
244 std::make_shared<SvgFeBlendAttribute>();
H A Ddeclaration_constants.h216 static const std::shared_ptr<SvgFeBlendAttribute> DEFAULT_SVG_FE_BLEND_ATTR;