Lines Matching refs:fBounds
158 const SkIRect& getBounds() const { return fBounds; }
304 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region
308 /* fBounds.contains(left, top, right, bottom); */
309 fBounds.fLeft <= r.fLeft && fBounds.fTop <= r.fTop &&
310 fBounds.fRight >= r.fRight && fBounds.fBottom >= r.fBottom;
322 !SkIRect::Intersects(fBounds, rect);
334 !SkIRect::Intersects(fBounds, rgn.fBounds);
379 if (!fBounds.intersect(rect)) {
636 SkIRect fBounds;