Home | History | Annotate | Download | only in tests

Lines Matching defs:lineY

1288     const SkScalar lineY = SkIntToScalar(2);
1289 REPORTER_ASSERT(reporter, value != lineX && value != lineY);
1291 path.lineTo(lineX, lineY);
1295 REPORTER_ASSERT(reporter, !pts[1].equals(lineX, lineY));
1298 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY));
1304 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY));