Home | History | Annotate | Download | only in tests

Lines Matching defs:bounds2

4624     SkRect  bounds, bounds2;
4679 bounds2.set(pts, 4);
4680 REPORTER_ASSERT(reporter, bounds == bounds2);
4687 bounds2.setEmpty();
4688 REPORTER_ASSERT(reporter, p.isRect(&bounds2));
4689 REPORTER_ASSERT(reporter, bounds == bounds2);