Home
last modified time | relevance | path

Searched refs:toClipPath (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGStyledTransformableElement.h54 virtual void toClipPath(Path&) const;
DSVGStyledTransformableElement.cpp140 void SVGStyledTransformableElement::toClipPath(Path& path) const in toClipPath() function in WebCore::SVGStyledTransformableElement
DSVGUseElement.h73 virtual void toClipPath(Path&) const;
DSVGUseElement.cpp671 void SVGUseElement::toClipPath(Path& path) const in toClipPath() function in WebCore::SVGUseElement
684 static_cast<SVGStyledTransformableElement*>(n)->toClipPath(path); in toClipPath()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceClipper.cpp139 styled->toClipPath(clipPath); in pathOnlyClipping()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2430803 toClipPath() is extremely inefficient, so this patch removes the
43146 The use-element just misses this transformation in toClipPath.
43153 (WebCore::SVGUseElement::toClipPath):
DChangeLog-2008-08-1062896 …Add toClipPath to get clip path data for the clipping paths. Implement it for <use>, thereby allow…
62901 (WebCore::SVGStyledTransformableElement::toClipPath):
62904 (WebCore::SVGUseElement::toClipPath):
DChangeLog-2010-01-298720 (WebCore::SVGUseElement::toClipPath):
28551 SVGUseElement::toClipPath can crash
28558 (WebCore::SVGUseElement::toClipPath):
DChangeLog-2010-12-0635487 that would return Paths to take Path& arguments instead (toPathData, toClipPath)
35550 (WebCore::SVGStyledTransformableElement::toClipPath):
35554 (WebCore::SVGUseElement::toClipPath):
DChangeLog-2009-06-1689888 (WebCore::SVGStyledTransformableElement::toClipPath):