Home | History | Annotate | Download | only in tests

Lines Matching refs:fRRect

130     RRectGeo(const SkRRect& rrect) : fRRect(rrect) {}
133 return GrShape(fRRect, paint);
138 path.addRRect(fRRect);
144 if (fRRect.isRect()) {
145 return RectGeo(fRRect.rect()).strokeAndFillIsConvertedToFill(paint);
151 SkRRect fRRect;
228 , fRRect(equivalentRRect)
242 const SkRRect& rrect() const { return fRRect; }
245 SkRRect fRRect;