HomeSort by relevance Sort by last modified time
    Searched refs:kOval_Type (Results 1 - 10 of 10) sorted by null

  /external/skia/include/core/
SkDrawFilter.h 35 kOval_Type,
SkRRect.h 64 kOval_Type,
97 inline bool isOval() const { return kOval_Type == this->getType(); }
154 fType = kOval_Type;
  /external/skia/src/core/
SkRRect.cpp 41 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:
SkCanvas.cpp     [all...]
  /external/skia/include/utils/
SkPaintFilterCanvas.h 28 kOval_Type,
  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 61 AutoPaintFilter apf(this, kOval_Type, paint);
SkLua.cpp     [all...]
  /external/skia/bench/
PathBench.cpp 733 kOval_Type,
748 case kOval_Type:
1041 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
  /external/skia/tests/
RoundRectTest.cpp 140 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type());
254 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type());
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 327 case SkRRect::kOval_Type:
    [all...]

Completed in 89 milliseconds