• Home
  • Raw
  • Download

Lines Matching refs:getBounds

68     mask->fBounds = rgn.getBounds();  in copyToMask()
84 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop); in copyToMask()
126 path.getBounds().round(&ir); in setRgnToPath()
186 REPORTER_ASSERT(reporter, sheight == path.getBounds().height()); in test_path_bounds()
188 REPORTER_ASSERT(reporter, height == clip.getBounds().height()); in test_path_bounds()
200 REPORTER_ASSERT(reporter, sheight == path.getBounds().height()); in test_path_bounds()
202 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height()); in test_path_bounds()
209 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty()
214 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty()
220 REPORTER_ASSERT(reporter, !clip0.getBounds().isEmpty()); in test_empty()
222 REPORTER_ASSERT(reporter, clip0.getBounds() == r); in test_empty()
226 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty()
264 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) { in test_irect()
269 rgn2.getBounds().fLeft, rgn2.getBounds().fTop, in test_irect()
270 rgn2.getBounds().right(), rgn2.getBounds().bottom(), in test_irect()
271 clip2.getBounds().fLeft, clip2.getBounds().fTop, in test_irect()
272 clip2.getBounds().right(), clip2.getBounds().bottom()); in test_irect()
275 REPORTER_ASSERT(reporter, clip2.getBounds() == rgn2.getBounds()); in test_irect()
330 REPORTER_ASSERT(reporter, clip.getBounds() == SkIRect::MakeWH(100, 100)); in test_really_a_rect()
339 REPORTER_ASSERT(reporter, clip.getBounds() == SkIRect::MakeLTRB(10, 0, 50, 90)); in test_really_a_rect()
434 rc.op(path, rc.getBounds().size(), SkRegion::kIntersect_Op, true); in test_crbug_422693()