Home | History | Annotate | Download | only in tests

Lines Matching defs:bounds2

4651     SkRect  bounds, bounds2;
4706 bounds2.set(pts, 4);
4707 REPORTER_ASSERT(reporter, bounds == bounds2);
4714 bounds2.setEmpty();
4715 REPORTER_ASSERT(reporter, p.isRect(&bounds2));
4716 REPORTER_ASSERT(reporter, bounds == bounds2);