Lines Matching refs:getLastPt
324 path.getLastPt(&last);
335 path.getLastPt(&last);
346 path.getLastPt(&last);
357 path.getLastPt(&last);
3910 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == 1);
3913 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == -1);
4021 REPORTER_ASSERT(reporter, p.getLastPt(&pt));
4056 REPORTER_ASSERT(reporter, !p.getLastPt(nullptr));
4057 REPORTER_ASSERT(reporter, !p.getLastPt(&pt) && pt == SkPoint::Make(0, 0));
4061 REPORTER_ASSERT(reporter, p.getLastPt(nullptr));
4063 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt == SkPoint::Make(20, 20));