Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapDevice.cpp77 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()
[all …]
DSkBitmapDevice.h162 SkRasterClipStack fRCStack; variable
/external/skqp/src/core/
DSkBitmapDevice.cpp76 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()
[all …]
DSkBitmapDevice.h163 SkRasterClipStack fRCStack; variable