Home
last modified time | relevance | path

Searched refs:fRCStack (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkBitmapDevice.cpp93 const SkIRect clipR = dev->fRCStack.rc().getBounds(); in SkDrawTiler()
131 fDraw.fRC = &dev->fRCStack.rc(); in SkDrawTiler()
185 fDevice->fRCStack.rc().translate(-fOrigin.x(), -fOrigin.y(), &fTileRC); in stepAndSetupTileDraw()
210 fRC = &dev->fRCStack.rc(); in BDDraw()
231 , fRCStack(bitmap.width(), bitmap.height()) in SkBitmapDevice()
241 , fRCStack(bitmap.width(), bitmap.height()) in SkBitmapDevice()
578 draw.fRC = &fRCStack.rc(); in drawSpecial()
609 fRCStack.save(); in pushClipStack()
613 fRCStack.restore(); in popClipStack()
617 fRCStack.clipRect(this->localToDevice(), rect, op, aa); in clipRect()
[all …]
DSkBitmapDevice.h144 SkRasterClipStack fRCStack; variable