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