Home | History | Annotate | Download | only in core

Lines Matching defs:SkRRect

21 //      add contains(SkRRect&) - for clip stack
30 // update SkPath.addRRect() to take an SkRRect - only use quads
41 /** \class SkRRect
43 The SkRRect class represents a rounded rect with a potentially different
54 class SK_API SkRRect {
190 friend bool operator==(const SkRRect& a, const SkRRect& b) {
196 friend bool operator!=(const SkRRect& a, const SkRRect& b) {
210 void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
224 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const {
268 * @param dst SkRRect to store the result. It is an error to use this,
272 bool transform(const SkMatrix& matrix, SkRRect* dst) const;