Searched refs:SvgFeCompositeAttribute (Results 1 – 7 of 7) sorted by relevance
33 struct SvgFeCompositeAttribute : SvgFeAttribute { struct52 … auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK1() argument58 … 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 …]
32 MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
117 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()
40 SvgFeCompositeAttribute feCompositeAttr_;
214 struct SvgFeCompositeAttribute { struct
229 const std::shared_ptr<SvgFeCompositeAttribute> DeclarationConstants::DEFAULT_SVG_FE_COMPOSITE_ATTR =230 std::make_shared<SvgFeCompositeAttribute>();
209 static const std::shared_ptr<SvgFeCompositeAttribute> DEFAULT_SVG_FE_COMPOSITE_ATTR;