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

/external/webkit/Source/WebCore/svg/
H A DSVGFEOffsetElement.h31 class SVGFEOffsetElement : public SVGFilterPrimitiveStandardAttributes { class in namespace:WebCore
33 static PassRefPtr<SVGFEOffsetElement> create(const QualifiedName&, Document*);
36 SVGFEOffsetElement(const QualifiedName&, Document*);
H A DSVGFEOffsetElement.cpp24 #include "SVGFEOffsetElement.h"
34 DEFINE_ANIMATED_STRING(SVGFEOffsetElement, SVGNames::inAttr, In1, in1)
35 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dxAttr, Dx, dx)
36 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dyAttr, Dy, dy)
38 inline SVGFEOffsetElement::SVGFEOffsetElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEOffsetElement
43 PassRefPtr<SVGFEOffsetElement> SVGFEOffsetElement::create(const QualifiedName& tagName, Document* document)
45 return adoptRef(new SVGFEOffsetElement(tagName, document));
48 void SVGFEOffsetElement
[all...]

Completed in 103 milliseconds