Home | History | Annotate | Download | only in core

Lines Matching refs:fRect

20     SkRect          fRect;
26 Rec(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) : fRect(rect) {
34 fRect.setEmpty();
50 return fRect == b.fRect;
152 if (!rec->fRect.intersect(rect)) {
175 if (!SkRect::Intersects(rec->fRect, pathBounds)) {
199 ((a.fRect == NULL && b.fRect == NULL) ||
200 (a.fRect != NULL && b.fRect != NULL && *a.fRect == *b.fRect)) &&
222 fClip.fRect = NULL;
226 fClip.fRect = &rec->fRect;
230 fClip.fRect = NULL;