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

  /external/webkit/WebCore/svg/
SVGPatternElement.h 41 class SVGPatternElement : public SVGStyledElement,
48 SVGPatternElement(const QualifiedName&, Document*);
49 virtual ~SVGPatternElement();
62 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::xAttr, SVGLength, X, x)
63 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::yAttr, SVGLength, Y, y)
64 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::widthAttr, SVGLength, Width, width)
65 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::heightAttr, SVGLength, Height, height)
66 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::patternUnitsAttr, int, PatternUnits, patternUnits)
67 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::patternContentUnitsAttr, int, PatternContentUnits, patternContentUnits)
68 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::patternTransformAttr, SVGTransformList*, PatternTransform, patternTransform
    [all...]
SVGPatternElement.cpp 24 #include "SVGPatternElement.h"
51 SVGPatternElement::SVGPatternElement(const QualifiedName& tagName, Document* doc)
68 SVGPatternElement::~SVGPatternElement()
72 void SVGPatternElement::parseMappedAttribute(MappedAttribute* attr)
118 void SVGPatternElement::svgAttributeChanged(const QualifiedName& attrName)
137 void SVGPatternElement::synchronizeProperty(const QualifiedName& attrName)
179 void SVGPatternElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
189 void SVGPatternElement::buildPattern(const FloatRect& targetRect) cons
    [all...]

Completed in 111 milliseconds