Lines Matching refs:fClipStack
13 SkIRect r = fClipStack.bounds(this->imageInfo().bounds()).roundOut(); in devClipBounds()
23 fClipStack.save(); in onSave()
27 fClipStack.restore(); in onRestore()
31 fClipStack.clipRect(rect, this->ctm(), op, aa); in onClipRect()
35 fClipStack.clipRRect(rrect, this->ctm(), op, aa); in onClipRRect()
39 fClipStack.clipPath(path, this->ctm(), op, aa); in onClipPath()
51 fClipStack.clipDevRect(ptr->getBounds(), op); in onClipRegion()
56 fClipStack.setDeviceClipRestriction(*clipRestriction); in onSetDeviceClipRestriction()
60 fClipStack.setDeviceClipRestriction(rect); in onSetDeviceClipRestriction()
61 fClipStack.clipDevRect(rect, SkClipOp::kIntersect); in onSetDeviceClipRestriction()
66 SkClipStack::B2TIter iter(fClipStack); in onClipIsAA()
81 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects); in onAsRgnClip()
86 fClipStack.asPath(&path); in onAsRgnClip()
92 if (fClipStack.isWideOpen()) { in onGetClipType()
95 if (fClipStack.isEmpty(SkIRect::MakeWH(this->width(), this->height()))) { in onGetClipType()
101 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects); in onGetClipType()