Searched refs:hasCurrentPoint (Results 1 – 13 of 13) sorted by relevance
63 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
70 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path81 if (hasCurrentPoint()) { in currentPoint()
148 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
126 bool hasCurrentPoint() const;
364 hasCurrentPoint() ? VG_LINE_TO_ABS : VG_MOVE_TO_ABS, in addArc()433 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
237 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
72 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
247 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
779 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()
346 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
83 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path
73037 (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 …]
42102 (WebCore::Path::hasCurrentPoint):