Searched refs:SvgBaseAttribute (Results 1 – 23 of 23) sorted by relevance
75 [](SvgBaseAttribute& attr) -> Dimension { in __anonbac6909f0402()82 [](SvgBaseAttribute& attr) -> double { in __anonbac6909f0502()86 [](SvgBaseAttribute& attr) -> double { in __anonbac6909f0602()90 [](SvgBaseAttribute& attr) -> double { in __anonbac6909f0702()94 [](SvgBaseAttribute& attr) -> double { in __anonbac6909f0802()98 [](SvgBaseAttribute& attr) -> double { in __anonbac6909f0902()117 [](const std::string& val, SvgBaseAttribute& attrs) {155 [](const std::string& val, SvgBaseAttribute& attrs) {159 [](const std::string& val, SvgBaseAttribute& attrs) {163 [](const std::string& val, SvgBaseAttribute& attrs) {[all …]
57 void InitStyle(const SvgBaseAttribute& attr);75 virtual void InheritAttr(const SvgBaseAttribute& parent) in InheritAttr()80 void InheritUseAttr(const SvgBaseAttribute& parent) in InheritUseAttr()147 SvgBaseAttribute GetBaseAttributes() const in GetBaseAttributes()152 void SetBaseAttributes(const SvgBaseAttribute& attr) in SetBaseAttributes()222 SvgBaseAttribute attributes_;
46 SvgBaseAttribute attributes_;
27 struct SvgBaseAttribute : Attribute { struct41 void InheritFromUse(const SvgBaseAttribute& parent) in InheritFromUse() argument56 void Inherit(const SvgBaseAttribute& parent) in Inherit() argument80 … auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetFillState()86 … auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetStrokeState()92 … auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetSvgTextStyle()98 … auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetTransform()104 … auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetMaskId()110 … auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetFilterId()116 … auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetTransformOrigin()[all …]
218 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);261 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);266 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);271 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);276 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);281 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);286 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);294 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);302 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);307 … auto& attrs = declaration.MaybeResetAttribute<SvgBaseAttribute>(AttributeTag::SPECIALIZED_ATTR);[all …]
23 struct SvgPathAttribute : SvgBaseAttribute {
23 struct SvgPolygonAttribute : SvgBaseAttribute {
23 struct SvgCircleAttribute : SvgBaseAttribute {
23 struct SvgTextPathAttribute : SvgBaseAttribute {
23 struct SvgFilterAttribute : SvgBaseAttribute {
23 struct SvgLineAttribute : SvgBaseAttribute {
23 struct SvgEllipseAttribute : SvgBaseAttribute {
23 struct SvgImageAttribute : SvgBaseAttribute {
23 struct SvgMaskAttribute : SvgBaseAttribute {
42 struct SvgAttribute : SvgBaseAttribute {
23 struct SvgRectAttribute : SvgBaseAttribute {
23 struct SvgTextAttribute : SvgBaseAttribute {
23 struct SvgPatternAttribute : SvgBaseAttribute {
44 struct SvgFeAttribute : SvgBaseAttribute {
195 const std::shared_ptr<SvgBaseAttribute> DeclarationConstants::DEFAULT_SVG_BASE_ATTR =196 std::make_shared<SvgBaseAttribute>();
192 static const std::shared_ptr<SvgBaseAttribute> DEFAULT_SVG_BASE_ATTR;
297 root_->InitStyle(SvgBaseAttribute()); in InitStyles()
1656 svgDom->root_->InitStyle(SvgBaseAttribute());