Home | History | Annotate | Download | only in core

Lines Matching defs:fBounds

79     const SkIRect& getBounds() const { return fBounds; }
157 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region
161 /* fBounds.contains(left, top, right, bottom); */
162 fBounds.fLeft <= left && fBounds.fTop <= top &&
163 fBounds.fRight >= right && fBounds.fBottom >= bottom;
173 !SkIRect::Intersects(fBounds, rect);
182 !SkIRect::Intersects(fBounds, rgn.fBounds);
328 SkIRect fBounds;