Home
last modified time | relevance | path

Searched refs:slopeAttr (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGComponentTransferFunctionElement.cpp36 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::slopeAttr, Slope, slope) in DEFINE_ANIMATED_ENUMERATION()
70 } else if (attr->name() == SVGNames::slopeAttr) in parseMappedAttribute()
114 else if (attrName == SVGNames::slopeAttr) in synchronizeProperty()
137 attributeToPropertyTypeMap.set(SVGNames::slopeAttr, AnimatedNumber); in fillAttributeToPropertyTypeMap()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGComponentTransferFunctionElement.cpp51 …omponentTransferFunctionElement, float, Number, number, Slope, slope, SVGNames::slopeAttr, m_slope) in ANIMATED_PROPERTY_DEFINITIONS()
74 } else if (attr->name() == SVGNames::slopeAttr) { in ANIMATED_PROPERTY_DEFINITIONS()
H A DSVGNames.h271 extern DOM::QualifiedName slopeAttr;
H A DSVGNames.cpp281 DOM::QualifiedName slopeAttr; variable
612 slopeAttr = DOM::QualifiedName(ATTR_SLOPE, DOM::emptyPrefixName); in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DSVGNames.h301 extern const WebCore::QualifiedName slopeAttr;
H A DSVGNames.cpp396 DEFINE_GLOBAL(QualifiedName, slopeAttr, nullAtom, "slope", svgNamespaceURI);
649 (WebCore::QualifiedName*)&slopeAttr, in getSVGAttrs()
1000 new ((void*)&slopeAttr) QualifiedName(nullAtom, "slope", nullAtom); in init()