Home | History | Annotate | Download | only in core

Lines Matching refs:fBounds

85     const SkIRect& getBounds() const { return fBounds; }
196 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region
200 /* fBounds.contains(left, top, right, bottom); */
201 fBounds.fLeft <= left && fBounds.fTop <= top &&
202 fBounds.fRight >= right && fBounds.fBottom >= bottom;
212 !SkIRect::Intersects(fBounds, rect);
222 !SkIRect::Intersects(fBounds, rgn.fBounds);
260 if (!fBounds.intersect(rect)) {
420 SkIRect fBounds;