Home | History | Annotate | Download | only in core

Lines Matching refs:fRect

79     SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) {
85 fRect.set(left, top, right, bottom);
92 if ((fEmpty || fHasValidBounds) && fRect.isFinite()) {
93 fPath->setBounds(fRect);
99 SkRect fRect;
105 // Cannot use fRect for our bounds unless we know it is sorted
106 fRect.sort();
113 joinNoEmptyChecks(&fRect, fPath->getBounds());