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

  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 65 kEmpty_Type,
101 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
116 fType = kEmpty_Type;
SkClipStack.h 41 kEmpty_Type,
76 case kEmpty_Type:
125 case kEmpty_Type:
143 case kEmpty_Type:
225 fType = kEmpty_Type;
  /external/skia/include/core/
SkRRect.h 65 kEmpty_Type,
101 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
116 fType = kEmpty_Type;
SkClipStack.h 41 kEmpty_Type,
76 case kEmpty_Type:
125 case kEmpty_Type:
143 case kEmpty_Type:
225 fType = kEmpty_Type;

Completed in 140 milliseconds