Searched refs:kOval_Type (Results 1 - 17 of 17) 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.h67 kOval_Type, enumerator in enum:SkRRect::Type
105 inline bool isOval() const { return kOval_Type == this->getType(); }
162 fType = kOval_Type;
/external/skia/include/core/
H A DSkDrawFilter.h35 kOval_Type, enumerator in enum:SkDrawFilter::Type
H A DSkRRect.h67 kOval_Type, enumerator in enum:SkRRect::Type
105 inline bool isOval() const { return kOval_Type == this->getType(); }
162 fType = kOval_Type;
/external/chromium_org/third_party/skia/src/core/
H A DSkRRect.cpp39 fType = kOval_Type;
75 fType = kOval_Type;
181 if (kOval_Type == this->type()) {
296 fType = kOval_Type;
483 case kOval_Type:
H A DSkCanvas.cpp1934 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, bounds)
/external/skia/src/core/
H A DSkRRect.cpp39 fType = kOval_Type;
75 fType = kOval_Type;
181 if (kOval_Type == this->type()) {
296 fType = kOval_Type;
483 case kOval_Type:
H A DSkCanvas.cpp1934 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, bounds)
/external/chromium_org/third_party/skia/bench/
H A DPathBench.cpp734 kOval_Type, enumerator in enum:ConservativelyContainsBench::Type
749 case kOval_Type:
1013 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/external/skia/bench/
H A DPathBench.cpp734 kOval_Type, enumerator in enum:ConservativelyContainsBench::Type
749 case kOval_Type:
1013 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
/external/chromium_org/third_party/skia/tests/
H A DRoundRectTest.cpp76 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type());
198 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type());
/external/skia/tests/
H A DRoundRectTest.cpp76 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type());
198 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextRecorder.cpp557 case SkRRect::kOval_Type: return "Oval";
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp281 case SkRRect::kOval_Type:
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp281 case SkRRect::kOval_Type:
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp1283 case SkRRect::kOval_Type: return "oval";
/external/skia/src/utils/
H A DSkLua.cpp1283 case SkRRect::kOval_Type: return "oval";

Completed in 327 milliseconds