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

  /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();
  /external/skia/src/core/
SkClipStack.cpp 31 case kPath_Type:
57 case kPath_Type:
75 case kPath_Type:
96 fType = kPath_Type;
102 fType = kPath_Type;
104 case kPath_Type:
131 fType = kPath_Type;
148 case kPath_Type:
408 case kPath_Type:
868 SK_COMPILE_ASSERT(3 == kPath_Type, type_str)
    [all...]
SkCanvas.cpp     [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfDiffEncoder.cpp 81 case SkClipStack::Element::kPath_Type:
  /external/skia/include/utils/
SkPaintFilterCanvas.h 29 kPath_Type,
  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 66 AutoPaintFilter apf(this, kPath_Type, paint);
SkLua.cpp 340 case SkClipStack::Element::kPath_Type:
389 case SkClipStack::Element::kPath_Type:
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 247 int numBitTests = SkClipStack::Element::kPath_Type == primType ? 4 : 1;
272 case SkClipStack::Element::kPath_Type:
852 case SkClipStack::Element::kPath_Type:
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 171 case SkClipStack::Element::kPath_Type:
    [all...]

Completed in 148 milliseconds