Home | History | Annotate | Download | only in tests

Lines Matching refs:clipR

153     const SkIRect clipR = { 4, 4, 6, 6 };
154 canvas->clipRect(SkRect::Make(clipR), SkClipOp::kIntersect);
155 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == clipR);