HomeSort by relevance Sort by last modified time
    Searched refs:SVGPaintServerPattern (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.h 47 class SVGPaintServerPattern : public SVGPaintServer {
49 static PassRefPtr<SVGPaintServerPattern> create(const SVGPatternElement* owner) { return adoptRef(new SVGPaintServerPattern(owner)); }
51 virtual ~SVGPaintServerPattern();
71 SVGPaintServerPattern(const SVGPatternElement*);
SVGPaintServerPattern.cpp 30 #include "SVGPaintServerPattern.h"
45 SVGPaintServerPattern::SVGPaintServerPattern(const SVGPatternElement* owner)
52 SVGPaintServerPattern::~SVGPaintServerPattern()
56 FloatRect SVGPaintServerPattern::patternBoundaries() const
61 void SVGPaintServerPattern::setPatternBoundaries(const FloatRect& rect)
66 ImageBuffer* SVGPaintServerPattern::tile() const
71 void SVGPaintServerPattern::setTile(PassOwnPtr<ImageBuffer> tile)
76 AffineTransform SVGPaintServerPattern::patternTransform() cons
    [all...]
  /external/webkit/WebCore/svg/
SVGPatternElement.h 29 #include "SVGPaintServerPattern.h"
80 mutable RefPtr<SVGPaintServerPattern> m_resource;
83 friend class SVGPaintServerPattern;
SVGPatternElement.cpp 36 #include "SVGPaintServerPattern.h"
300 m_resource = SVGPaintServerPattern::create(this);
  /external/webkit/WebCore/
Android.mk 897 svg/graphics/SVGPaintServerPattern.cpp \

Completed in 524 milliseconds