Home | History | Annotate | Download | only in tests

Lines Matching full:movey

1220     const SkScalar moveY = SkIntToScalar(2);
1221 REPORTER_ASSERT(reporter, value != moveX && value != moveY);
1223 path.moveTo(moveX, moveY);
1237 REPORTER_ASSERT(reporter, !pts[0].equals(moveX, moveY));
1240 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY));
1246 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY));