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

  /external/skia/include/core/
SkDrawFilter.h 36 kPath_Type,
  /external/skia/include/utils/
SkPaintFilterCanvas.h 35 kPath_Type,
  /external/skia/src/core/
SkClipStack.h 54 kPath_Type,
56 kLastType = kPath_Type
97 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); }
115 const SkRRect& asRRect() const { SkASSERT(kPath_Type != fType); return fRRect; }
144 case kPath_Type:
164 case kPath_Type:
181 case kPath_Type:
195 return kPath_Type == fType && fPath.get()->isInverseFillType();

Completed in 64 milliseconds