Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasPathMethods.cpp73 if (!m_path.hasCurrentPoint()) in lineTo()
85 if (!m_path.hasCurrentPoint()) in quadraticCurveTo()
100 if (!m_path.hasCurrentPoint()) in bezierCurveTo()
126 if (!m_path.hasCurrentPoint()) in arcTo()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.h92 bool hasCurrentPoint() const;
DPath.cpp214 bool Path::hasCurrentPoint() const in hasCurrentPoint() function in WebCore::Path