Home | History | Annotate | Download | only in tests

Lines Matching refs:moveY

1540     const SkScalar moveY = SkIntToScalar(2);
1541 REPORTER_ASSERT(reporter, value != moveX && value != moveY);
1543 path.moveTo(moveX, moveY);
1557 REPORTER_ASSERT(reporter, !pts[0].equals(moveX, moveY));
1560 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY));
1566 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY));