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

  /external/skia/include/core/
SkRRect.h 59 kEmpty_Type,
98 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
124 fType = kEmpty_Type;
  /external/skia/src/core/
SkClipStack.h 48 kEmpty_Type,
146 case kEmpty_Type:
166 case kEmpty_Type:
183 case kEmpty_Type:
286 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) {

Completed in 163 milliseconds