Home | History | Annotate | Download | only in core

Lines Matching defs:fClipRestrictionRect

18     const SkIRect*  fClipRestrictionRect;
21 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect
22 && !fClipRestrictionRect->isEmpty()) {
23 if (!bounds->intersect(*fClipRestrictionRect)) {
30 SkConservativeClip() : fBounds(SkIRect::MakeEmpty()), fClipRestrictionRect(nullptr) {}
39 fClipRestrictionRect = rect;
129 fClipRestrictionRect = rect;
139 const SkIRect* fClipRestrictionRect = nullptr;
171 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect
172 && !fClipRestrictionRect->isEmpty()) {
173 if (!bounds->intersect(*fClipRestrictionRect)) {
180 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect
181 && !fClipRestrictionRect->isEmpty()) {
182 if (!bounds->intersect(SkRect::Make(*fClipRestrictionRect))) {