Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/svg/
DSVGPathBuilder.cpp41 m_path->closeSubpath(); in moveTo()
67 m_path->closeSubpath(); in closePath()
DSVGPolygonElement.cpp54 path.closeSubpath(); in toPathData()
DSVGPathTraversalStateBuilder.cpp57 m_traversalState->m_totalLength += m_traversalState->closeSubpath(); in closePath()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp96 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
98 m_path->closeSubpath(); in closeSubpath()
DPlatformPathWinCE.h163 void closeSubpath();
DPlatformPathWinCE.cpp710 void PlatformPath::closeSubpath() in closeSubpath() function in WebCore::PlatformPath
/external/webkit/Source/WebCore/platform/graphics/
DPathTraversalState.h47 float closeSubpath();
DPath.cpp66 segmentLength = traversalState.closeSubpath(); in pathLengthApplierFunction()
152 closeSubpath(); in addRoundedRect()
188 closeSubpath(); in addRoundedRect()
DPath.h134 void closeSubpath();
DPathTraversalState.cpp160 float PathTraversalState::closeSubpath() in closeSubpath() function in WebCore::PathTraversalState
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp117 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp255 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
257 m_path.closeSubpath(); in closeSubpath()
/external/webkit/Source/WebCore/html/
DHTMLAreaElement.cpp146 path.closeSubpath(); in getRegion()
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp180 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp125 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp214 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
DGraphicsContextCG.cpp409 path.closeSubpath(); in addConvexPolygonToPath()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp151 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp56 quadPath.closeSubpath(); in quadToPath()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp504 clip.closeSubpath(); in paintRadio()
525 checkmark.closeSubpath(); in paintRadio()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp290 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp270 void Path::closeSubpath() in closeSubpath() function in WebCore::Path
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp759 m_path.closeSubpath(); in closePath()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0656162 [Qt] Remove Path::closeSubpath() workaround for broken miter joins
60410 (WebCore::Path::closeSubpath):
69546 end point for closeSubpath.
69551 (WebCore::PathTraversalState::closeSubpath):
69602 (WebCore::PathTraversalState::closeSubpath):
69641 end point for closeSubpath.
69646 (WebCore::PathTraversalState::closeSubpath):
77390 [Qt] Path::closeSubpath() should only close the last subpath if it has >1 point
77400 (WebCore::Path::closeSubpath): Only close the last subpath if it
88771 (WebCore::Path::closeSubpath): Ditto.
[all …]
DChangeLog-2006-12-3191 (WebCore::PathTraversalState::closeSubpath):
10623 (WebCore::Path::closeSubpath):
37979 (WebCore::Path::closeSubpath):
38207 (WebCore::KCanvasPathQt::closeSubpath):

12