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;
183 const SkRect& rect() const { return fRect; }
185 const SkRect& getBounds() const { return fRect; }
197 return a.fRect == b.fRect &&
203 return a.fRect != b.fRect ||
241 fRect.offset(dx, dy);
292 SkRect fRect;