Home
last modified time | relevance | path

Searched refs:closeSubpath (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/WebCore/platform/graphics/
DPath.cpp64 segmentLength = traversalState.closeSubpath(); in pathLengthApplierFunction()
156 path.closeSubpath(); in createRoundedRectangle()
198 path.closeSubpath(); in createRoundedRectangle()
217 path.closeSubpath(); in createRectangle()
254 path.closeSubpath(); in createEllipse()
DPathTraversalState.h47 float closeSubpath();
DPath.h128 void closeSubpath();
DPathTraversalState.cpp160 float PathTraversalState::closeSubpath() in closeSubpath() function in WebCore::PathTraversalState
/external/webkit/WebCore/platform/graphics/wince/
DPathWince.cpp96 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
98 m_path->closeSubpath(); in closeSubpath()
DPlatformPathWince.h158 void closeSubpath();
DPlatformPathWince.cpp711 void PlatformPath::closeSubpath() in closeSubpath() function in WebCore::PlatformPath
/external/webkit/WebCore/svg/
DSVGPolygonElement.cpp53 polyData.closeSubpath(); in toPathData()
DSVGPathSegList.cpp87 segmentLength = traversalState.closeSubpath(); in getPathSegAtLength()
136 pathData.closeSubpath(); in toPathData()
DSVGParserUtilities.cpp690 m_path->closeSubpath(); in svgMoveTo()
713 m_path->closeSubpath(); in svgClosePath()
/external/webkit/WebCore/platform/graphics/haiku/
DPathHaiku.cpp109 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/qt/
DPathQt.cpp228 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
230 m_path.closeSubpath(); in closeSubpath()
/external/webkit/WebCore/platform/graphics/wx/
DPathWx.cpp173 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/WebCore/html/
DHTMLAreaElement.cpp137 path.closeSubpath(); in getRegion()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp118 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/cg/
DPathCG.cpp214 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp139 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/cairo/
DPathCairo.cpp241 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp531 m_path.closeSubpath(); in closePath()
/external/webkit/WebCore/inspector/
DInspectorController.cpp1626 quadPath.closeSubpath(); in quadToPath()
/external/webkit/WebCore/
DChangeLog-2006-12-3191 (WebCore::PathTraversalState::closeSubpath):
10623 (WebCore::Path::closeSubpath):
37979 (WebCore::Path::closeSubpath):
38207 (WebCore::KCanvasPathQt::closeSubpath):
DChangeLog-2007-10-1431567 (Path::closeSubpath):
33324 (Path::closeSubpath):
35219 (WebCore::Path::closeSubpath):
55596 (WebCore::Path::closeSubpath):
DChangeLog-2006-05-102608 Added clear, moveTo, addLineTo, addQuadCurveTo, addBezierCurveTo, addArcTo, closeSubpath,
2622 (WebCore::Path::closeSubpath): Added.
DChangeLog-2009-06-1656642 (WebCore::Path::closeSubpath):
64730 (WebCore::Path::closeSubpath):
64764 (WebCore::Path::closeSubpath):
DChangeLog-2005-12-192167 (KCanvasPathQuartz::closeSubpath): added

12