Lines Matching refs:fRCStack
76 const SkIRect clipR = dev->fRCStack.rc().getBounds(); in SkDrawTiler()
115 fDraw.fRC = &dev->fRCStack.rc(); in SkDrawTiler()
168 fDevice->fRCStack.rc().translate(-fOrigin.x(), -fOrigin.y(), &fTileRC); in stepAndSetupTileDraw()
194 fRC = &dev->fRCStack.rc(); in BDDraw()
228 , fRCStack(bitmap.width(), bitmap.height()) in SkBitmapDevice()
243 , fRCStack(bitmap.width(), bitmap.height()) in SkBitmapDevice()
581 draw.fRC = &fRCStack.rc(); in drawDevice()
629 const SkIRect clipBounds = fRCStack.rc().getBounds().makeOffset(-x, -y); in drawSpecial()
668 SkIRect maskBounds = fRCStack.rc().getBounds(); in drawSpecial()
742 fRCStack.save(); in onSave()
746 fRCStack.restore(); in onRestore()
750 fRCStack.clipRect(this->ctm(), rect, op, aa); in onClipRect()
754 fRCStack.clipRRect(this->ctm(), rrect, op, aa); in onClipRRect()
758 fRCStack.clipPath(this->ctm(), path, op, aa); in onClipPath()
770 fRCStack.clipRegion(*ptr, op); in onClipRegion()
774 fRCStack.setDeviceClipRestriction(mutableClipRestriction); in onSetDeviceClipRestriction()
777 fRCStack.clipRegion(rgn, SkClipOp::kIntersect); in onSetDeviceClipRestriction()
782 const SkRasterClip& rc = fRCStack.rc(); in onClipIsAA()
787 const SkRasterClip& rc = fRCStack.rc(); in onAsRgnClip()
797 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds()
803 const SkRasterClip& rc = fRCStack.rc(); in onGetClipType()