Searched refs:kOval_Type (Results 1 - 10 of 10) sorted by relevance

/external/skia/include/core/
H A DSkDrawFilter.h35 kOval_Type, enumerator in enum:SkDrawFilter::Type
H A DSkRRect.h64 kOval_Type, enumerator in enum:SkRRect::Type
97 inline bool isOval() const { return kOval_Type == this->getType(); }
154 fType = kOval_Type;
/external/skia/src/core/
H A DSkRRect.cpp41 fType = kOval_Type;
83 fType = kOval_Type;
222 if (kOval_Type == this->type()) {
341 fType = kOval_Type;
401 if (kOval_Type == fType) {
563 case kOval_Type:
H A DSkCanvas.cpp1873 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, bounds)
/external/skia/include/utils/
H A DSkPaintFilterCanvas.h28 kOval_Type, enumerator in enum:SkPaintFilterCanvas::Type
/external/skia/src/utils/
H A DSkPaintFilterCanvas.cpp61 AutoPaintFilter apf(this, kOval_Type, paint);
H A DSkLua.cpp1583 case SkRRect::kOval_Type: return "oval";
/external/skia/bench/
H A DPathBench.cpp733 kOval_Type, enumerator in enum:ConservativelyContainsBench::Type
748 case kOval_Type:
1041 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/external/skia/tests/
H A DRoundRectTest.cpp140 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type());
254 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type());
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp327 case SkRRect::kOval_Type:

Completed in 242 milliseconds