/external/webkit/WebCore/platform/graphics/ |
D | Path.cpp | 64 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()
|
D | PathTraversalState.h | 47 float closeSubpath();
|
D | Path.h | 128 void closeSubpath();
|
D | PathTraversalState.cpp | 160 float PathTraversalState::closeSubpath() in closeSubpath() function in WebCore::PathTraversalState
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | PathWince.cpp | 96 void Path::closeSubpath() in closeSubpath() function in WebCore::Path 98 m_path->closeSubpath(); in closeSubpath()
|
D | PlatformPathWince.h | 158 void closeSubpath();
|
D | PlatformPathWince.cpp | 711 void PlatformPath::closeSubpath() in closeSubpath() function in WebCore::PlatformPath
|
/external/webkit/WebCore/svg/ |
D | SVGPolygonElement.cpp | 53 polyData.closeSubpath(); in toPathData()
|
D | SVGPathSegList.cpp | 87 segmentLength = traversalState.closeSubpath(); in getPathSegAtLength() 136 pathData.closeSubpath(); in toPathData()
|
D | SVGParserUtilities.cpp | 690 m_path->closeSubpath(); in svgMoveTo() 713 m_path->closeSubpath(); in svgClosePath()
|
/external/webkit/WebCore/platform/graphics/haiku/ |
D | PathHaiku.cpp | 109 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 228 void Path::closeSubpath() in closeSubpath() function in WebCore::Path 230 m_path.closeSubpath(); in closeSubpath()
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | PathWx.cpp | 173 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
|
/external/webkit/WebCore/html/ |
D | HTMLAreaElement.cpp | 137 path.closeSubpath(); in getRegion()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 118 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 214 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 139 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 241 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
|
/external/webkit/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 531 m_path.closeSubpath(); in closePath()
|
/external/webkit/WebCore/inspector/ |
D | InspectorController.cpp | 1626 quadPath.closeSubpath(); in quadToPath()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 91 (WebCore::PathTraversalState::closeSubpath): 10623 (WebCore::Path::closeSubpath): 37979 (WebCore::Path::closeSubpath): 38207 (WebCore::KCanvasPathQt::closeSubpath):
|
D | ChangeLog-2007-10-14 | 31567 (Path::closeSubpath): 33324 (Path::closeSubpath): 35219 (WebCore::Path::closeSubpath): 55596 (WebCore::Path::closeSubpath):
|
D | ChangeLog-2006-05-10 | 2608 Added clear, moveTo, addLineTo, addQuadCurveTo, addBezierCurveTo, addArcTo, closeSubpath, 2622 (WebCore::Path::closeSubpath): Added.
|
D | ChangeLog-2009-06-16 | 56642 (WebCore::Path::closeSubpath): 64730 (WebCore::Path::closeSubpath): 64764 (WebCore::Path::closeSubpath):
|
D | ChangeLog-2005-12-19 | 2167 (KCanvasPathQuartz::closeSubpath): added
|