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 45 kPath_Type,
72 case kPath_Type:
123 case kPath_Type:
141 case kPath_Type:
155 return kPath_Type == fType && fPath.isInverseFillType();
220 fType = kPath_Type;
  /external/skia/include/core/
SkDrawFilter.h 36 kPath_Type,
SkClipStack.h 45 kPath_Type,
72 case kPath_Type:
123 case kPath_Type:
141 case kPath_Type:
155 return kPath_Type == fType && fPath.isInverseFillType();
220 fType = kPath_Type;

Completed in 224 milliseconds