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

  /external/chromium_org/third_party/skia/include/core/
SkDrawFilter.h 36 kPath_Type,
SkClipStack.h 50 kPath_Type,
52 kLastType = kPath_Type
85 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); }
129 case kPath_Type:
149 case kPath_Type:
163 return kPath_Type == fType && fPath.get()->isInverseFillType();
  /external/skia/include/core/
SkDrawFilter.h 36 kPath_Type,
SkClipStack.h 50 kPath_Type,
52 kLastType = kPath_Type
85 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); }
129 case kPath_Type:
149 case kPath_Type:
163 return kPath_Type == fType && fPath.get()->isInverseFillType();

Completed in 172 milliseconds