Home
last modified time | relevance | path

Searched refs:spreadMethodAttr (Results 1 – 10 of 10) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGGradientElement.cpp42 DEFINE_ANIMATED_ENUMERATION(SVGGradientElement, SVGNames::spreadMethodAttr, SpreadMethod, spreadMet… in DEFINE_ANIMATED_ENUMERATION() argument
68 } else if (attr->name() == SVGNames::spreadMethodAttr) { in parseMappedAttribute()
95 || attrName == SVGNames::spreadMethodAttr in svgAttributeChanged()
119 else if (attrName == SVGNames::spreadMethodAttr) in synchronizeProperty()
131 attributeToPropertyTypeMap.set(SVGNames::spreadMethodAttr, AnimatedEnumeration); in fillPassedAttributeToPropertyTypeMap()
H A DSVGLinearGradientElement.cpp147 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) in collectGradientAttributes()
H A DSVGRadialGradientElement.cpp158 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) in collectGradientAttributes()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGGradientElement.cpp58 …nt, Enumeration, enumeration, SpreadMethod, spreadMethod, SVGNames::spreadMethodAttr, m_spreadMeth… in ANIMATED_PROPERTY_DEFINITIONS()
74 } else if (attr->name() == SVGNames::spreadMethodAttr) { in ANIMATED_PROPERTY_DEFINITIONS()
104 attrName == SVGNames::spreadMethodAttr || in svgAttributeChanged()
H A DSVGLinearGradientElement.cpp117 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) { in collectGradientProperties()
H A DSVGRadialGradientElement.cpp131 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) { in collectGradientProperties()
H A DSVGNames.h275 extern DOM::QualifiedName spreadMethodAttr;
H A DSVGNames.cpp285 DOM::QualifiedName spreadMethodAttr; variable
616 spreadMethodAttr = DOM::QualifiedName(ATTR_SPREADMETHOD, DOM::emptyPrefixName); in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DSVGNames.h305 extern const WebCore::QualifiedName spreadMethodAttr;
H A DSVGNames.cpp400 DEFINE_GLOBAL(QualifiedName, spreadMethodAttr, nullAtom, "spreadMethod", svgNamespaceURI);
653 (WebCore::QualifiedName*)&spreadMethodAttr, in getSVGAttrs()
1004 new ((void*)&spreadMethodAttr) QualifiedName(nullAtom, "spreadMethod", nullAtom); in init()