Home | History | Annotate | Download | only in tests

Lines Matching defs:lineX

1550     const SkScalar lineX = SkIntToScalar(2);
1552 REPORTER_ASSERT(reporter, value != lineX && value != lineY);
1554 path.lineTo(lineX, lineY);
1558 REPORTER_ASSERT(reporter, !pts[1].equals(lineX, lineY));
1561 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY));
1567 REPORTER_ASSERT(reporter, pts[1].equals(lineX, lineY));