Searched refs:SvgFeBlendAttribute (Results 1 – 7 of 7) sorted by relevance
31 struct SvgFeBlendAttribute : SvgFeAttribute { struct55 auto& attribute = MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIn2() argument74 … 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()
32 MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
66 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()
39 SvgFeBlendAttribute feBlendAttr_;
223 struct SvgFeBlendAttribute { struct
243 const std::shared_ptr<SvgFeBlendAttribute> DeclarationConstants::DEFAULT_SVG_FE_BLEND_ATTR =244 std::make_shared<SvgFeBlendAttribute>();
216 static const std::shared_ptr<SvgFeBlendAttribute> DEFAULT_SVG_FE_BLEND_ATTR;