Home | History | Annotate | Download | only in core

Lines Matching refs:fRect

107     SkScalar width() const { return fRect.width(); }
108 SkScalar height() const { return fRect.height(); }
114 fRect.setEmpty();
130 fRect = rect;
150 fRect = oval;
177 const SkRect& rect() const { return fRect; }
179 const SkRect& getBounds() const { return fRect; }
191 return a.fRect == b.fRect &&
197 return a.fRect != b.fRect ||
275 SkRect fRect;