Home
last modified time | relevance | path

Searched refs:hasCurrentPoint (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp63 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp70 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
81 if (hasCurrentPoint()) { in currentPoint()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp148 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/
DPath.h126 bool hasCurrentPoint() const;
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp364 hasCurrentPoint() ? VG_LINE_TO_ABS : VG_MOVE_TO_ABS, in addArc()
433 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp237 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp72 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp247 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp779 if (!m_path.hasCurrentPoint()) in lineTo()
791 if (!m_path.hasCurrentPoint()) in quadraticCurveTo()
805 if (!m_path.hasCurrentPoint()) in bezierCurveTo()
830 if (!m_path.hasCurrentPoint()) in arcTo()
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp346 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp83 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2973037 (WebCore::Path::hasCurrentPoint):
85357 Implement Skia's Path::hasCurrentPoint().
85364 (WebCore::Path::hasCurrentPoint):
86579 Add hasCurrentPoint() to WebCore::Path.
86589 …WebCore::CanvasRenderingContext2D::lineTo): insteand of Path::isEmpty() test for hasCurrentPoint().
86595 (WebCore::Path::hasCurrentPoint):
86598 (WebCore::Path::hasCurrentPoint):
86600 (WebCore::Path::hasCurrentPoint):
86602 (WebCore::Path::hasCurrentPoint):
86604 (WebCore::Path::hasCurrentPoint):
[all …]
DChangeLog-2010-05-2442102 (WebCore::Path::hasCurrentPoint):