Home | History | Annotate | Download | only in core

Lines Matching defs:fRect

49     SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) {
55 fRect.set(left, top, right, bottom);
62 fPath->fBounds = fRect;
65 joinNoEmptyChecks(&fPath->fBounds, fRect);
72 SkRect fRect;
83 // Cannot use fRect for our bounds unless we know it is sorted
84 fRect.sort();