Home
last modified time | relevance | path

Searched refs:dyAttr (Results 1 – 9 of 9) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGFEOffsetElement.cpp36 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dyAttr, Dy, dy) in DEFINE_ANIMATED_STRING()
53 else if (attr->name() == SVGNames::dyAttr) in parseMappedAttribute()
67 || attrName == SVGNames::dyAttr) in svgAttributeChanged()
84 else if (attrName == SVGNames::dyAttr) in synchronizeProperty()
103 attributeToPropertyTypeMap.set(SVGNames::dyAttr, AnimatedNumber); in fillAttributeToPropertyTypeMap()
H A DSVGTextPositioningElement.cpp39 DEFINE_ANIMATED_LENGTH_LIST(SVGTextPositioningElement, SVGNames::dyAttr, Dy, dy) in DEFINE_ANIMATED_LENGTH_LIST()
64 } else if (attr->name() == SVGNames::dyAttr) { in parseMappedAttribute()
85 || attrName == SVGNames::dyAttr; in svgAttributeChanged()
121 else if (attrName == SVGNames::dyAttr) in synchronizeProperty()
134 attributeToPropertyTypeMap.set(SVGNames::dyAttr, AnimatedNumberList); in fillPassedAttributeToPropertyTypeMap()
H A DSVGFEDropShadowElement.cpp37 DEFINE_ANIMATED_NUMBER(SVGFEDropShadowElement, SVGNames::dyAttr, Dy, dy) in DEFINE_ANIMATED_STRING()
87 else if (attr->name() == SVGNames::dyAttr) in parseMappedAttribute()
100 || attrName == SVGNames::dyAttr) in svgAttributeChanged()
124 else if (attrName == SVGNames::dyAttr) in synchronizeProperty()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGTextPositioningElement.cpp40 , m_dy(SVGLengthList::create(SVGNames::dyAttr)) in SVGTextPositioningElement()
52 …tPositioningElement, SVGLengthList *, LengthList, lengthList, Dy, dy, SVGNames::dyAttr, m_dy.get())
64 } else if (attr->name() == SVGNames::dyAttr) { in parseMappedAttribute()
78 attrName.matches(SVGNames::dyAttr) || in isKnownAttribute()
H A DSVGFEOffsetElement.cpp47 ANIMATED_PROPERTY_DEFINITIONS(SVGFEOffsetElement, float, Number, number, Dy, dy, SVGNames::dyAttr, … in ANIMATED_PROPERTY_DEFINITIONS()
54 } else if (attr->name() == SVGNames::dyAttr) { in ANIMATED_PROPERTY_DEFINITIONS()
H A DSVGNames.h140 extern DOM::QualifiedName dyAttr;
H A DSVGNames.cpp150 DOM::QualifiedName dyAttr; variable
481 dyAttr = DOM::QualifiedName(ATTR_DY, DOM::emptyPrefixName); in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DSVGNames.h170 extern const WebCore::QualifiedName dyAttr;
H A DSVGNames.cpp265 DEFINE_GLOBAL(QualifiedName, dyAttr, nullAtom, "dy", svgNamespaceURI);
518 (WebCore::QualifiedName*)&dyAttr, in getSVGAttrs()
869 new ((void*)&dyAttr) QualifiedName(nullAtom, "dy", nullAtom); in init()