Lines Matching refs:fRect
91 SkScalar width() const { return fRect.width(); }
98 SkScalar height() const { return fRect.height(); }
260 const SkRect& rect() const { return fRect; }
275 const SkRect& getBounds() const { return fRect; }
287 return a.fRect == b.fRect && SkScalarsEqual(&a.fRadii[0].fX, &b.fRadii[0].fX, 8);
300 return a.fRect != b.fRect || !SkScalarsEqual(&a.fRadii[0].fX, &b.fRadii[0].fX, 8);
384 fRect.offset(dx, dy);
394 return SkRRect(fRect.makeOffset(dx, dy), fRadii, fType);
492 : fRect(rect)
497 * Initializes fRect. If the passed in rect is not finite or empty the rrect will be fully
498 * initialized and false is returned. Otherwise, just fRect is initialized and true is returned.
507 SkRect fRect = SkRect::MakeEmpty();