HomeSort by relevance Sort by last modified time
    Searched defs:SkRRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 21 // add contains(SkRRect&) - for clip stack
35 /** \class SkRRect
37 The SkRRect class represents a rounded rect with a potentially different
48 class SK_API SkRRect {
204 friend bool operator==(const SkRRect& a, const SkRRect& b) {
210 friend bool operator!=(const SkRRect& a, const SkRRect& b) {
224 void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
238 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const
    [all...]
  /external/skia/include/core/
SkRRect.h 21 // add contains(SkRRect&) - for clip stack
35 /** \class SkRRect
37 The SkRRect class represents a rounded rect with a potentially different
48 class SK_API SkRRect {
204 friend bool operator==(const SkRRect& a, const SkRRect& b) {
210 friend bool operator!=(const SkRRect& a, const SkRRect& b) {
224 void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
238 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const
    [all...]

Completed in 65 milliseconds