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

  /external/chromium_org/third_party/skia/include/core/
SkDrawFilter.h 35 kOval_Type,
SkRRect.h 73 kOval_Type,
103 inline bool isOval() const { return kOval_Type == this->getType(); }
154 fType = kOval_Type;
  /external/skia/include/core/
SkDrawFilter.h 35 kOval_Type,
SkRRect.h 73 kOval_Type,
103 inline bool isOval() const { return kOval_Type == this->getType(); }
154 fType = kOval_Type;
  /external/skia/bench/
PathBench.cpp 760 kOval_Type,
775 case kOval_Type:
1043 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )

Completed in 259 milliseconds