Lines Matching refs:getLastPt
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()
3998 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt == SkPoint::Make(20, 20)); in test_get_point()