Home | History | Annotate | Download | only in tests

Lines Matching defs:bounds2

3394     SkRect  bounds, bounds2;
3448 bounds2.set(pts, 4);
3449 REPORTER_ASSERT(reporter, bounds == bounds2);
3456 bounds2.setEmpty();
3457 REPORTER_ASSERT(reporter, p.isRect(&bounds2));
3458 REPORTER_ASSERT(reporter, bounds == bounds2);