Lines Matching refs:fRCStack
78 const SkIRect clipR = dev->fRCStack.rc().getBounds();
116 fDraw.fRC = &dev->fRCStack.rc();
170 fDevice->fRCStack.rc().translate(-fOrigin.x(), -fOrigin.y(), &fTileRC);
196 fRC = &dev->fRCStack.rc();
218 , fRCStack(bitmap.width(), bitmap.height())
235 , fRCStack(bitmap.width(), bitmap.height())
579 draw.fRC = &fRCStack.rc();
604 draw.fRC = &fRCStack.rc();
640 fRCStack.save();
644 fRCStack.restore();
648 fRCStack.clipRect(this->localToDevice(), rect, op, aa);
652 fRCStack.clipRRect(this->localToDevice(), rrect, op, aa);
656 fRCStack.clipPath(this->localToDevice(), path, op, aa);
660 fRCStack.clipShader(std::move(sh));
672 fRCStack.clipRegion(*ptr, op);
678 fRCStack.replaceClip(deviceRect.round());
682 const SkRasterClip& rc = fRCStack.rc();
689 const SkRasterClip& rc = fRCStack.rc();
694 const SkRasterClip& rc = fRCStack.rc();
704 const SkIRect& stackBounds = fRCStack.rc().getBounds();
710 const SkRasterClip& rc = fRCStack.rc();
721 return fRCStack.rc().getBounds();