Lines Matching refs:fClipRestrictionRect
19 const SkIRect* fClipRestrictionRect; variable
22 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect in applyClipRestriction()
23 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
24 if (!bounds->intersect(*fClipRestrictionRect)) { in applyClipRestriction()
31 SkConservativeClip() : fBounds(SkIRect::MakeEmpty()), fClipRestrictionRect(nullptr) {} in SkConservativeClip()
40 fClipRestrictionRect = rect; in setDeviceClipRestriction()
130 fClipRestrictionRect = rect; in setDeviceClipRestriction()
140 const SkIRect* fClipRestrictionRect = nullptr; variable
172 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect in applyClipRestriction()
173 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
174 if (!bounds->intersect(*fClipRestrictionRect)) { in applyClipRestriction()
181 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect in applyClipRestriction()
182 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
183 if (!bounds->intersect(SkRect::Make(*fClipRestrictionRect))) { in applyClipRestriction()