Searched defs:SkRRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h21 // 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 { class
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* ds
[all...]
/external/skia/include/core/
H A DSkRRect.h21 // 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 { class
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* ds
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskFilter.cpp15 #include "SkRRect.h"
206 bool SkMaskFilter::filterRRect(const SkRRect& devRRect, const SkMatrix& matrix,
289 SkMaskFilter::filterRRectToNine(const SkRRect&, const SkMatrix&, argument
/external/skia/src/core/
H A DSkMaskFilter.cpp15 #include "SkRRect.h"
206 bool SkMaskFilter::filterRRect(const SkRRect& devRRect, const SkMatrix& matrix,
289 SkMaskFilter::filterRRectToNine(const SkRRect&, const SkMatrix&, argument

Completed in 116 milliseconds