Home | History | Annotate | Download | only in core

Lines Matching defs:fRect

115     SkScalar width() const { return fRect.width(); }
116 SkScalar height() const { return fRect.height(); }
122 fRect.setEmpty();
138 fRect = rect;
158 fRect = oval;
191 const SkRect& rect() const { return fRect; }
193 const SkRect& getBounds() const { return fRect; }
205 return a.fRect == b.fRect &&
211 return a.fRect != b.fRect ||
249 fRect.offset(dx, dy);
304 SkRect fRect;