Home | History | Annotate | Download | only in tests

Lines Matching refs:bounds2

3256     SkRect  bounds, bounds2;
3310 bounds2.set(pts, 4);
3311 REPORTER_ASSERT(reporter, bounds == bounds2);
3318 bounds2.setEmpty();
3319 REPORTER_ASSERT(reporter, p.isRect(&bounds2));
3320 REPORTER_ASSERT(reporter, bounds == bounds2);