Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapDevice.cpp67 , fRCStack(bitmap.width(), bitmap.height()) in SkBitmapDevice()
81 , fRCStack(bitmap.width(), bitmap.height()) in SkBitmapDevice()
183 fRC = &dev->fRCStack.rc(); in BDDraw()
418 const SkIRect clipBounds = fRCStack.rc().getBounds().makeOffset(-x, -y); in drawSpecial()
453 SkIRect maskBounds = fRCStack.rc().getBounds(); in drawSpecial()
538 fRCStack.save(); in onSave()
542 fRCStack.restore(); in onRestore()
546 fRCStack.clipRect(this->ctm(), rect, op, aa); in onClipRect()
550 fRCStack.clipRRect(this->ctm(), rrect, op, aa); in onClipRRect()
554 fRCStack.clipPath(this->ctm(), path, op, aa); in onClipPath()
[all …]
DSkBitmapDevice.h164 SkRasterClipStack fRCStack; variable
DSkThreadedBMPDevice.cpp245 fRC = dev->fRCStack.rc(); in DrawState()