Home | History | Annotate | Download | only in tests

Lines Matching refs:getLastPt

320     path.getLastPt(&last);
331 path.getLastPt(&last);
342 path.getLastPt(&last);
353 path.getLastPt(&last);
3781 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == 1);
3784 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == -1);
3878 REPORTER_ASSERT(reporter, p.getLastPt(&pt));
3913 REPORTER_ASSERT(reporter, !p.getLastPt(nullptr));
3914 REPORTER_ASSERT(reporter, !p.getLastPt(&pt) && pt == SkPoint::Make(0, 0));
3918 REPORTER_ASSERT(reporter, p.getLastPt(nullptr));
3920 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt == SkPoint::Make(20, 20));