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

/external/chromium_org/third_party/skia/include/core/
H A DSkDrawFilter.h35 kOval_Type, enumerator in enum:SkDrawFilter::Type
H A DSkRRect.h73 kOval_Type, enumerator in enum:SkRRect::Type
103 inline bool isOval() const { return kOval_Type == this->getType(); }
154 fType = kOval_Type;
/external/skia/include/core/
H A DSkDrawFilter.h35 kOval_Type, enumerator in enum:SkDrawFilter::Type
H A DSkRRect.h73 kOval_Type, enumerator in enum:SkRRect::Type
103 inline bool isOval() const { return kOval_Type == this->getType(); }
154 fType = kOval_Type;
/external/chromium_org/third_party/skia/src/core/
H A DSkRRect.cpp39 fType = kOval_Type;
126 if (kOval_Type == this->type()) {
227 fType = kOval_Type;
400 case kOval_Type:
H A DSkCanvas.cpp1661 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type)
/external/skia/src/core/
H A DSkRRect.cpp39 fType = kOval_Type;
126 if (kOval_Type == this->type()) {
227 fType = kOval_Type;
400 case kOval_Type:
H A DSkCanvas.cpp1661 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type)
/external/skia/tests/
H A DRoundRectTest.cpp70 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type());
170 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type());
/external/skia/bench/
H A DPathBench.cpp760 kOval_Type, enumerator in enum:ConservativelyContainsBench::Type
775 case kOval_Type:
1043 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp257 case SkRRect::kOval_Type:
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp257 case SkRRect::kOval_Type:
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp905 case SkRRect::kOval_Type: return "oval";
/external/skia/src/utils/
H A DSkLua.cpp905 case SkRRect::kOval_Type: return "oval";

Completed in 360 milliseconds