Lines Matching refs:fClip
17 fClip = clip;
67 const SkRegion* fClip;
88 fClip = clip;
113 if (fDirty || !fClip.isRect()) {
114 fClipIter.reset(fClip);
118 SkGL::Scissor(fClip.getBounds(), this->height());
611 if (!SkIRect::Intersects(state.fClip->getBounds(), bounds)) {
725 if (fClip->isComplex()) {
727 iter.reset(*fClip);
759 fDrawProcs->init(draw->fClip, this->height());