Home | History | Annotate | Download | only in core

Lines Matching refs:clipR

731         const SkIRect& clipR = clip->getBounds();
733 if (clip->isEmpty() || (ir && !SkIRect::Intersects(clipR, *ir))) {
736 if (ir == nullptr || !clipR.contains(*ir)) {
737 fRectBlitter.init(blitter, clipR);