Home
last modified time | relevance | path

Searched refs:toPathData (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/WebCore/svg/
DSVGPathElement.cpp60 return toPathData().length(); in getTotalLength()
67 return toPathData().pointAtLength(length, ok); in getPointAtLength()
249 Path SVGPathElement::toPathData() const in toPathData() function in WebCore::SVGPathElement
251 return pathSegList()->toPathData(); in toPathData()
DSVGPolylineElement.h34 virtual Path toPathData() const;
DSVGPolygonElement.h34 virtual Path toPathData() const;
DSVGPolylineElement.cpp39 Path SVGPolylineElement::toPathData() const in toPathData() function in WebCore::SVGPolylineElement
DSVGPathSegList.h40 Path toPathData();
DSVGPolygonElement.cpp39 Path SVGPolygonElement::toPathData() const in toPathData() function in WebCore::SVGPolygonElement
DSVGCircleElement.h46 virtual Path toPathData() const;
DSVGStyledTransformableElement.h56 virtual Path toPathData() const { return Path(); } in toPathData() function
DSVGEllipseElement.h46 virtual Path toPathData() const;
DSVGLineElement.h48 virtual Path toPathData() const;
DSVGRectElement.h46 virtual Path toPathData() const;
DSVGStyledTransformableElement.cpp118 Path pathData = toPathData(); in toClipPath()
DSVGCircleElement.cpp108 Path SVGCircleElement::toPathData() const in toPathData() function in WebCore::SVGCircleElement
DSVGLineElement.cpp112 Path SVGLineElement::toPathData() const in toPathData() function in WebCore::SVGLineElement
DSVGEllipseElement.cpp116 Path SVGEllipseElement::toPathData() const in toPathData() function in WebCore::SVGEllipseElement
DSVGPathElement.h97 virtual Path toPathData() const;
DSVGRectElement.cpp132 Path SVGRectElement::toPathData() const in toPathData() function in WebCore::SVGRectElement
DSVGAnimateMotionElement.cpp114 return pathElement->toPathData(); in animationPath()
DSVGPathSegList.cpp104 Path SVGPathSegList::toPathData() in toPathData() function in WebCore::SVGPathSegList
/external/webkit/WebCore/rendering/
DRenderSVGTextPath.cpp56 Path pathData = pathElement->toPathData(); in layoutPath()
DRenderPath.cpp191 setPath(element->toPathData()); in layout()
/external/webkit/WebCore/
DChangeLog-2006-12-311352 (WebCore::SVGPolygonElement::toPathData):
1355 (WebCore::SVGPolylineElement::toPathData):
3144 (WebCore::SVGCircleElement::toPathData):
3154 (WebCore::SVGEllipseElement::toPathData):
3210 (WebCore::SVGLineElement::toPathData):
3243 (WebCore::SVGRectElement::toPathData):
24360 (WebCore::SVGPathElement::toPathData):
24399 (WebCore::SVGPolygonElement::toPathData):
24403 (WebCore::SVGPolylineElement::toPathData):
29969 (WebCore::SVGPathElement::toPathData):
[all …]
DChangeLog-2005-12-192178 (SVGCircleElementImpl::toPathData): updated to KCanvasPath*
2183 (KSVG::SVGEllipseElementImpl::toPathData): updated to KCanvasPath*
2188 (SVGLineElementImpl::toPathData): updated to KCanvasPath*
2191 (KSVG::SVGPathElementImpl::toPathData): updated to KCanvasPath*
2194 (SVGPolygonElementImpl::toPathData): updated to KCanvasPath*
2197 (SVGPolylineElementImpl::toPathData): updated to KCanvasPath*
2200 (SVGRectElementImpl::toPathData): updated to KCanvasPath*
2207 (KSVG::SVGStyledElementImpl::toPathData): updated to KCanvasPath*
5619 (SVGRectElementImpl::toPathData):
27307 (SVGRectElementImpl::toPathData):
DChangeLog2366 (WebCore::SVGStyledTransformableElement::toPathData):
DChangeLog-2006-05-106572 hang in SVGPolygonElementImpl::toPathData in polygon test case
17418 * ksvg2/svg/SVGPathElementImpl.cpp: (WebCore::SVGPathElementImpl::toPathData):
17423 * ksvg2/svg/SVGPolygonElementImpl.cpp: (SVGPolygonElementImpl::toPathData):
17424 * ksvg2/svg/SVGPolylineElementImpl.cpp: (SVGPolylineElementImpl::toPathData):
37748 (SVGRectElementImpl::toPathData): fixed round rect calculations

12