Home | History | Annotate | Download | only in tests

Lines Matching defs:bounds2

4518     SkRect  bounds, bounds2;
4573 bounds2.set(pts, 4);
4574 REPORTER_ASSERT(reporter, bounds == bounds2);
4581 bounds2.setEmpty();
4582 REPORTER_ASSERT(reporter, p.isRect(&bounds2));
4583 REPORTER_ASSERT(reporter, bounds == bounds2);