• Home
  • Raw
  • Download

Lines Matching refs:clipBounds

445     SkIRect clipBounds;  in test_clip_bound_opt()  local
453 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()
455 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft); in test_clip_bound_opt()
456 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop); in test_clip_bound_opt()
457 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom); in test_clip_bound_opt()
458 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight); in test_clip_bound_opt()
466 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()
468 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft); in test_clip_bound_opt()
469 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop); in test_clip_bound_opt()
470 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom); in test_clip_bound_opt()
471 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight); in test_clip_bound_opt()
479 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()
481 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft); in test_clip_bound_opt()
482 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop); in test_clip_bound_opt()
483 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom); in test_clip_bound_opt()
484 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight); in test_clip_bound_opt()
491 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()
493 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft); in test_clip_bound_opt()
494 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop); in test_clip_bound_opt()
495 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom); in test_clip_bound_opt()
496 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight); in test_clip_bound_opt()
503 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()
508 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft); in test_clip_bound_opt()
509 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop); in test_clip_bound_opt()
510 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom); in test_clip_bound_opt()
511 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight); in test_clip_bound_opt()
519 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()
521 REPORTER_ASSERT(reporter, 6 == clipBounds.fLeft); in test_clip_bound_opt()
522 REPORTER_ASSERT(reporter, 6 == clipBounds.fTop); in test_clip_bound_opt()
523 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom); in test_clip_bound_opt()
524 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight); in test_clip_bound_opt()