Home
last modified time | relevance | path

Searched refs:getLastPt (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DPathTest.cpp78 p.getLastPt(&pt); in TestPath()
/external/skia/src/core/
DSkPath.cpp187 void SkPath::getLastPt(SkPoint* lastPt) const { in getLastPt() function in SkPath
250 this->getLastPt(&pt); in rMoveTo()
269 this->getLastPt(&pt); in rLineTo()
291 this->getLastPt(&pt); in rQuadTo()
315 this->getLastPt(&pt); in rCubicTo()
648 this->getLastPt(&start); in arcTo()
DSkStroke.cpp171 fInner.getLastPt(&pt); in finishContour()
177 fInner.getLastPt(&pt); in finishContour()
/external/skia/src/animator/
DSkParseSVGPath.cpp41 fPath.getLastPt(&c); in quadApprox()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp266 m_path->getLastPt(pts); in debugString()
/external/skia/include/core/
DSkPath.h474 void getLastPt(SkPoint* lastPt) const;
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp323 m_path->getLastPt(pts); in debugString()