Lines Matching refs:SkRRect
48 class SK_API SkRRect {
144 static SkRRect MakeRect(const SkRect& r) { in MakeRect()
145 SkRRect rr; in MakeRect()
150 static SkRRect MakeOval(const SkRect& oval) { in MakeOval()
151 SkRRect rr; in MakeOval()
156 static SkRRect MakeRectXY(const SkRect& rect, SkScalar xRad, SkScalar yRad) { in MakeRectXY()
157 SkRRect rr; in MakeRectXY()
223 friend bool operator==(const SkRRect& a, const SkRRect& b) {
229 friend bool operator!=(const SkRRect& a, const SkRRect& b) {
243 void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
257 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset()
312 bool transform(const SkMatrix& matrix, SkRRect* dst) const;