Searched defs:kPath_Type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkDrawFilter.h36 kPath_Type, enumerator in enum:SkDrawFilter::Type
H A DSkClipStack.h50 kPath_Type, enumerator in enum:SkClipStack::Element::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/
H A DSkDrawFilter.h36 kPath_Type, enumerator in enum:SkDrawFilter::Type
H A DSkClipStack.h50 kPath_Type, enumerator in enum:SkClipStack::Element::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 99 milliseconds