Searched refs:SvgFeOffsetAttribute (Results 1 – 9 of 9) sorted by relevance
23 struct SvgFeOffsetAttribute : SvgFeAttribute { struct38 auto& attribute = MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDx() argument44 auto& attribute = MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDy()50 …auto& attribute = static_cast<SvgFeOffsetAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetDx()59 …auto& attribute = static_cast<SvgFeOffsetAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetDy()
32 MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
46 static const LinearMapNode<void (*)(const std::string&, SvgFeOffsetAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr()48 [](const std::string& val, SvgFeOffsetAttribute& attr) { in ParseAndSetSpecializedAttr()52 [](const std::string& val, SvgFeOffsetAttribute& attr) { in ParseAndSetSpecializedAttr()
38 SvgFeOffsetAttribute feOffsetAttr_;
209 struct SvgFeOffsetAttribute { struct
231 const std::shared_ptr<SvgFeOffsetAttribute> DeclarationConstants::DEFAULT_SVG_FE_OFFSET_ATTR =232 std::make_shared<SvgFeOffsetAttribute>();
210 static const std::shared_ptr<SvgFeOffsetAttribute> DEFAULT_SVG_FE_OFFSET_ATTR;