Searched refs:kOval_Type (Results 1 - 12 of 12) 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.h72 kOval_Type, enumerator in enum:SkRRect::Type
102 inline bool isOval() const { return kOval_Type == this->getType(); }
153 fType = kOval_Type;
/external/skia/include/core/
H A DSkDrawFilter.h35 kOval_Type, enumerator in enum:SkDrawFilter::Type
H A DSkRRect.h72 kOval_Type, enumerator in enum:SkRRect::Type
102 inline bool isOval() const { return kOval_Type == this->getType(); }
153 fType = kOval_Type;
/external/chromium_org/third_party/skia/src/core/
H A DSkRRect.cpp38 fType = kOval_Type;
146 if (kOval_Type == this->type()) {
247 fType = kOval_Type;
337 case kOval_Type:
H A DSkCanvas.cpp1657 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type)
/external/skia/src/core/
H A DSkRRect.cpp38 fType = kOval_Type;
146 if (kOval_Type == this->type()) {
247 fType = kOval_Type;
337 case kOval_Type:
H A DSkCanvas.cpp1657 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type)
/external/skia/tests/
H A DRoundRectTest.cpp68 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type());
216 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type());
/external/skia/bench/
H A DPathBench.cpp799 kOval_Type, enumerator in enum:ConservativelyContainsBench::Type
815 case kOval_Type:
1085 DEF_BENCH( return new ConservativelyContainsBench(p, ConservativelyContainsBench::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 359 milliseconds