Home | History | Annotate | Download | only in core

Lines Matching refs:fRect

68     SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) {
74 fRect.set(left, top, right, bottom);
82 fPath->setBounds(fRect);
88 SkRect fRect;
94 // Cannot use fRect for our bounds unless we know it is sorted
95 fRect.sort();
102 joinNoEmptyChecks(&fRect, fPath->getBounds());