Home | History | Annotate | Download | only in tests

Lines Matching refs:getBounds

69     mask->fBounds = rgn.getBounds();
83 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
125 path.getBounds().round(&ir);
185 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
187 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
199 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
201 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
208 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
213 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
219 REPORTER_ASSERT(reporter, !clip0.getBounds().isEmpty());
221 REPORTER_ASSERT(reporter, clip0.getBounds() == r);
225 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
263 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) {
268 rgn2.getBounds().fLeft, rgn2.getBounds().fTop,
269 rgn2.getBounds().right(), rgn2.getBounds().bottom(),
270 clip2.getBounds().fLeft, clip2.getBounds().fTop,
271 clip2.getBounds().right(), clip2.getBounds().bottom());
274 REPORTER_ASSERT(reporter, clip2.getBounds() == rgn2.getBounds());