Home | History | Annotate | Download | only in tests

Lines Matching defs:big

26     SkScalar big = SkIntToScalar(100);
28 SkRect rect = SkRect::MakeXYWH(small, small, big, big);
31 check_invalid(reporter, small, small, big, invalid);
32 check_invalid(reporter, small, small, invalid, big);
33 check_invalid(reporter, small, invalid, big, big);
34 check_invalid(reporter, invalid, small, big, big);
35 check_invalid(reporter, small, small, big, -invalid);
36 check_invalid(reporter, small, small, -invalid, big);
37 check_invalid(reporter, small, -invalid, big, big);
38 check_invalid(reporter, -invalid, small, big, big);