Searched refs:getLastPt (Results 1 – 9 of 9) sorted by relevance
115 fPath->getLastPt(&lastPt); in AddBeziers()
31 SkAssertResult(path->getLastPt(&lastPt)); in ReversePath()
132 path->getLastPt(&start); in add_cubic()
179 path.getLastPt(&c); in FromSVGString()
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()
336 path.getLastPt(&last); in test_path_close_issue1474()347 path.getLastPt(&last); in test_path_close_issue1474()358 path.getLastPt(&last); in test_path_close_issue1474()369 path.getLastPt(&last); in test_path_close_issue1474()3861 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == 1); in test_arcTo()3864 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == -1); in test_arcTo()3958 REPORTER_ASSERT(reporter, p.getLastPt(&pt)); in test_extendClosedPath()3993 REPORTER_ASSERT(reporter, !p.getLastPt(nullptr)); in test_get_point()3994 REPORTER_ASSERT(reporter, !p.getLastPt(&pt) && pt == SkPoint::Make(0, 0)); in test_get_point()3998 REPORTER_ASSERT(reporter, p.getLastPt(nullptr)); in test_get_point()[all …]
920 bool getLastPt(SkPoint* lastPt) const;