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
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
    [all...]
  /external/skia/include/core/
SkRRect.h 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
    [all...]

Completed in 74 milliseconds