Searched refs:getLastPt (Results 1 – 9 of 9) sorted by relevance
115 fPath->getLastPt(&lastPt); in AddBeziers()
32 SkAssertResult(path->getLastPt(&lastPt)); in ReversePath()
132 path->getLastPt(&start); in add_cubic()
667 bool SkPath::getLastPt(SkPoint* lastPt) const { in getLastPt() function in SkPath743 this->getLastPt(&pt); in rMoveTo()775 this->getLastPt(&pt); in rLineTo()795 this->getLastPt(&pt); in rQuadTo()827 this->getLastPt(&pt); in rConicTo()850 this->getLastPt(&pt); in rCubicTo()1339 this->getLastPt(&srcPts[0]); in arcTo()1435 this->getLastPt(¤tPoint); in rArcTo()1479 this->getLastPt(&start); in arcTo()
46 SkAssertResult(dst->getLastPt(&lastPt)); in SkPathMeasure_segTo()
307 fInner.getLastPt(&pt); in finishContour()314 fInner.getLastPt(&pt); in finishContour()
179 path.getLastPt(&c); in FromSVGString()
334 path.getLastPt(&last); in test_path_close_issue1474()345 path.getLastPt(&last); in test_path_close_issue1474()356 path.getLastPt(&last); in test_path_close_issue1474()367 path.getLastPt(&last); in test_path_close_issue1474()3859 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == 1); in test_arcTo()3862 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == -1); in test_arcTo()3956 REPORTER_ASSERT(reporter, p.getLastPt(&pt)); in test_extendClosedPath()3991 REPORTER_ASSERT(reporter, !p.getLastPt(nullptr)); in test_get_point()3992 REPORTER_ASSERT(reporter, !p.getLastPt(&pt) && pt == SkPoint::Make(0, 0)); in test_get_point()3996 REPORTER_ASSERT(reporter, p.getLastPt(nullptr)); in test_get_point()[all …]
923 bool getLastPt(SkPoint* lastPt) const;