HomeSort by relevance Sort by last modified time
    Searched defs:SVGFEOffsetElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGFEOffsetElement.h 30 class SVGFEOffsetElement : public SVGFilterPrimitiveStandardAttributes {
32 SVGFEOffsetElement(const QualifiedName&, Document*);
33 virtual ~SVGFEOffsetElement();
40 DECLARE_ANIMATED_PROPERTY(SVGFEOffsetElement, SVGNames::inAttr, String, In1, in1)
41 DECLARE_ANIMATED_PROPERTY(SVGFEOffsetElement, SVGNames::dxAttr, float, Dx, dx)
42 DECLARE_ANIMATED_PROPERTY(SVGFEOffsetElement, SVGNames::dyAttr, float, Dy, dy)
SVGFEOffsetElement.cpp 24 #include "SVGFEOffsetElement.h"
32 SVGFEOffsetElement::SVGFEOffsetElement(const QualifiedName& tagName, Document* doc)
37 SVGFEOffsetElement::~SVGFEOffsetElement()
41 void SVGFEOffsetElement::parseMappedAttribute(MappedAttribute* attr)
54 void SVGFEOffsetElement::synchronizeProperty(const QualifiedName& attrName)
73 bool SVGFEOffsetElement::build(SVGResourceFilter* filterResource)

Completed in 15 milliseconds