Searched refs:PatternAttributes (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourcePattern.h29 #include "PatternAttributes.h"
62 bool buildTileImageTransform(RenderObject*, const PatternAttributes&, const SVGPatternElement*, FloatRect& patternBoundaries, AffineTransform& tileImageTransform) const;
64 PassOwnPtr<ImageBuffer> createTileImage(RenderObject*, const PatternAttributes&, const FloatRect& tileBoundaries,
68 PatternAttributes m_attributes;
H A DRenderSVGResourcePattern.cpp28 #include "PatternAttributes.h"
91 m_attributes = PatternAttributes();
199 static inline FloatRect calculatePatternBoundaries(const PatternAttributes& attributes,
218 const PatternAttributes& attributes,
243 const PatternAttributes& attributes,
H A DSVGRenderTreeAsText.cpp40 #include "PatternAttributes.h"
596 PatternAttributes attributes;
/external/webkit/Source/WebCore/svg/
H A DSVGPatternElement.h40 struct PatternAttributes;
51 void collectPatternAttributes(PatternAttributes&) const;
H A DPatternAttributes.h31 struct PatternAttributes { struct in namespace:WebCore
32 PatternAttributes() function in struct:WebCore::PatternAttributes
H A DSVGPatternElement.cpp33 #include "PatternAttributes.h"
236 void SVGPatternElement::collectPatternAttributes(PatternAttributes& attributes) const

Completed in 65 milliseconds