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,
SkClipStack.h 49 kPath_Type,
51 kLastType = kPath_Type
84 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); }
128 case kPath_Type:
148 case kPath_Type:
162 return kPath_Type == fType && fPath.get()->isInverseFillType();
  /external/skia/include/utils/
SkPaintFilterCanvas.h 39 kPath_Type,

Completed in 521 milliseconds