Searched defs:SVGComponentTransferFunctionElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGComponentTransferFunctionElement.h32 class SVGComponentTransferFunctionElement : public SVGElement { class in namespace:WebCore
34 SVGComponentTransferFunctionElement(const QualifiedName&, Document*);
35 virtual ~SVGComponentTransferFunctionElement();
43 DECLARE_ANIMATED_PROPERTY(SVGComponentTransferFunctionElement, SVGNames::typeAttr, int, Type, type)
44 DECLARE_ANIMATED_PROPERTY(SVGComponentTransferFunctionElement, SVGNames::tableValuesAttr, SVGNumberList*, TableValues, tableValues)
45 DECLARE_ANIMATED_PROPERTY(SVGComponentTransferFunctionElement, SVGNames::slopeAttr, float, Slope, slope)
46 DECLARE_ANIMATED_PROPERTY(SVGComponentTransferFunctionElement, SVGNames::interceptAttr, float, Intercept, intercept)
47 DECLARE_ANIMATED_PROPERTY(SVGComponentTransferFunctionElement, SVGNames::amplitudeAttr, float, Amplitude, amplitude)
48 DECLARE_ANIMATED_PROPERTY(SVGComponentTransferFunctionElement, SVGNames::exponentAttr, float, Exponent, exponent)
49 DECLARE_ANIMATED_PROPERTY(SVGComponentTransferFunctionElement, SVGName
[all...]
H A DSVGComponentTransferFunctionElement.cpp24 #include "SVGComponentTransferFunctionElement.h"
33 SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::SVGComponentTransferFunctionElement
43 SVGComponentTransferFunctionElement::~SVGComponentTransferFunctionElement()
47 void SVGComponentTransferFunctionElement::parseMappedAttribute(MappedAttribute* attr)
78 void SVGComponentTransferFunctionElement::synchronizeProperty(const QualifiedName& attrName)
109 ComponentTransferFunction SVGComponentTransferFunctionElement::transferFunction() const

Completed in 48 milliseconds