Searched refs:toClipPath (Results 1 – 10 of 10) sorted by relevance
54 virtual void toClipPath(Path&) const;
140 void SVGStyledTransformableElement::toClipPath(Path& path) const in toClipPath() function in WebCore::SVGStyledTransformableElement
73 virtual void toClipPath(Path&) const;
671 void SVGUseElement::toClipPath(Path& path) const in toClipPath() function in WebCore::SVGUseElement684 static_cast<SVGStyledTransformableElement*>(n)->toClipPath(path); in toClipPath()
139 styled->toClipPath(clipPath); in pathOnlyClipping()
30803 toClipPath() is extremely inefficient, so this patch removes the 43146 The use-element just misses this transformation in toClipPath.43153 (WebCore::SVGUseElement::toClipPath):
62896 …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):
8720 (WebCore::SVGUseElement::toClipPath):28551 SVGUseElement::toClipPath can crash28558 (WebCore::SVGUseElement::toClipPath):
35487 that would return Paths to take Path& arguments instead (toPathData, toClipPath)35550 (WebCore::SVGStyledTransformableElement::toClipPath):35554 (WebCore::SVGUseElement::toClipPath):
89888 (WebCore::SVGStyledTransformableElement::toClipPath):