• Home
  • Raw
  • Download

Lines Matching refs:getBounds

81     mask->fBounds = rgn.getBounds();  in copyToMask()
97 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop); in copyToMask()
139 path.getBounds().round(&ir); in setRgnToPath()
199 REPORTER_ASSERT(reporter, sheight == path.getBounds().height()); in test_path_bounds()
201 REPORTER_ASSERT(reporter, height == clip.getBounds().height()); in test_path_bounds()
213 REPORTER_ASSERT(reporter, sheight == path.getBounds().height()); in test_path_bounds()
215 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height()); in test_path_bounds()
222 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty()
227 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty()
233 REPORTER_ASSERT(reporter, !clip0.getBounds().isEmpty()); in test_empty()
235 REPORTER_ASSERT(reporter, clip0.getBounds() == r); in test_empty()
239 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty()
276 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) { in test_irect()
280 clip2.getBounds() == rgn2.getBounds() ? "true" : "false", in test_irect()
284 rgn2.getBounds().fLeft, rgn2.getBounds().fTop, in test_irect()
285 rgn2.getBounds().right(), rgn2.getBounds().bottom(), in test_irect()
286 clip2.getBounds().fLeft, clip2.getBounds().fTop, in test_irect()
287 clip2.getBounds().right(), clip2.getBounds().bottom()); in test_irect()
343 REPORTER_ASSERT(reporter, clip.getBounds() == SkIRect::MakeWH(100, 100)); in test_really_a_rect()
352 REPORTER_ASSERT(reporter, clip.getBounds() == SkIRect::MakeLTRB(10, 0, 50, 90)); in test_really_a_rect()
420 rc.op(path, SkMatrix::I(), rc.getBounds(), SkRegion::kIntersect_Op, true); in test_crbug_422693()