Searched refs:SvgPathAttribute (Results 1 – 4 of 4) sorted by relevance
23 struct SvgPathAttribute : SvgBaseAttribute { struct39 auto& attribute = MaybeResetAttribute<SvgPathAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetD() argument45 … auto& attribute = static_cast<SvgPathAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetD()
32 MaybeResetAttribute<SvgPathAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
207 const std::shared_ptr<SvgPathAttribute> DeclarationConstants::DEFAULT_SVG_PATH_ATTR =208 std::make_shared<SvgPathAttribute>();
198 static const std::shared_ptr<SvgPathAttribute> DEFAULT_SVG_PATH_ATTR;