Lines Matching refs:fClipStack
25 SkIRect r = fClipStack.bounds(this->imageInfo().bounds()).roundOut(); in devClipBounds()
35 fClipStack.save(); in pushClipStack()
39 fClipStack.restore(); in popClipStack()
43 fClipStack.clipRect(rect, this->localToDevice(), op, aa); in clipRect()
47 fClipStack.clipRRect(rrect, this->localToDevice(), op, aa); in clipRRect()
51 fClipStack.clipPath(path, this->localToDevice(), op, aa); in clipPath()
55 fClipStack.clipShader(std::move(shader)); in onClipShader()
64 fClipStack.clipPath(path, SkMatrix::I(), op, false); in clipRegion()
69 fClipStack.replaceClip(deviceRect, /*doAA=*/false); in replaceClip()
73 SkClipStack::B2TIter iter(fClipStack); in isClipAntiAliased()
85 return fClipStack.quickContains(SkRect::MakeIWH(this->width(), this->height())); in isClipWideOpen()
89 return fClipStack.isEmpty(SkIRect::MakeWH(this->width(), this->height())); in isClipEmpty()
102 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects); in isClipRect()
110 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects); in android_utils_clipAsRgn()
118 SkClipStack::B2TIter iter(fClipStack); in android_utils_clipAsRgn()