Lines Matching refs:fRCStack
77 const SkIRect clipR = dev->fRCStack.rc().getBounds(); in SkDrawTiler()
116 fDraw.fRC = &dev->fRCStack.rc(); in SkDrawTiler()
169 fDevice->fRCStack.rc().translate(-fOrigin.x(), -fOrigin.y(), &fTileRC); in stepAndSetupTileDraw()
195 fRC = &dev->fRCStack.rc(); in BDDraw()
217 , fRCStack(bitmap.width(), bitmap.height()) in SkBitmapDevice()
234 , fRCStack(bitmap.width(), bitmap.height()) in SkBitmapDevice()
567 draw.fRC = &fRCStack.rc(); in drawDevice()
615 const SkIRect clipBounds = fRCStack.rc().getBounds().makeOffset(-x, -y); in drawSpecial()
654 SkIRect maskBounds = fRCStack.rc().getBounds(); in drawSpecial()
731 fRCStack.save(); in onSave()
735 fRCStack.restore(); in onRestore()
739 fRCStack.clipRect(this->ctm(), rect, op, aa); in onClipRect()
743 fRCStack.clipRRect(this->ctm(), rrect, op, aa); in onClipRRect()
747 fRCStack.clipPath(this->ctm(), path, op, aa); in onClipPath()
759 fRCStack.clipRegion(*ptr, op); in onClipRegion()
763 fRCStack.setDeviceClipRestriction(mutableClipRestriction); in onSetDeviceClipRestriction()
766 fRCStack.clipRegion(rgn, SkClipOp::kIntersect); in onSetDeviceClipRestriction()
771 const SkRasterClip& rc = fRCStack.rc(); in onClipIsAA()
776 const SkRasterClip& rc = fRCStack.rc(); in onAsRgnClip()
786 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds()
792 const SkRasterClip& rc = fRCStack.rc(); in onGetClipType()