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

  /external/skia/include/core/
SkRRect.h 82 kComplex_Type,
103 inline bool isComplex() const { return kComplex_Type == this->getType(); }
  /external/skia/tests/
RoundRectTest.cpp 194 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr5.type());
243 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr3.type());
274 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr2.type());
288 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr1.type());
  /external/skia/src/core/
SkRRect.cpp 351 fType = kComplex_Type;
581 case kComplex_Type:
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 335 case SkRRect::kComplex_Type:
    [all...]
  /external/skia/src/utils/
SkLua.cpp     [all...]

Completed in 1387 milliseconds