Searched refs:kPath_Type (Results 1 - 16 of 16) 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();
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp30 case kPath_Type:
56 case kPath_Type:
74 case kPath_Type:
95 fType = kPath_Type;
101 fType = kPath_Type;
103 case kPath_Type:
128 fType = kPath_Type;
145 case kPath_Type:
404 case kPath_Type:
860 SK_COMPILE_ASSERT(3 == kPath_Type, type_st
[all...]
H A DSkCanvas.cpp2015 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, bounds)
2341 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, NULL)
/external/skia/src/core/
H A DSkClipStack.cpp30 case kPath_Type:
56 case kPath_Type:
74 case kPath_Type:
95 fType = kPath_Type;
101 fType = kPath_Type;
103 case kPath_Type:
128 fType = kPath_Type;
145 case kPath_Type:
404 case kPath_Type:
860 SK_COMPILE_ASSERT(3 == kPath_Type, type_st
[all...]
H A DSkCanvas.cpp2015 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, bounds)
2341 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, NULL)
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp81 case SkClipStack::Element::kPath_Type:
/external/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp81 case SkClipStack::Element::kPath_Type:
/external/chromium_org/third_party/skia/tests/
H A DClipStackTest.cpp247 int numBitTests = SkClipStack::Element::kPath_Type == primType ? 4 : 1;
272 case SkClipStack::Element::kPath_Type:
852 case SkClipStack::Element::kPath_Type:
1209 test_bounds(reporter, SkClipStack::Element::kPath_Type);
/external/skia/tests/
H A DClipStackTest.cpp247 int numBitTests = SkClipStack::Element::kPath_Type == primType ? 4 : 1;
272 case SkClipStack::Element::kPath_Type:
852 case SkClipStack::Element::kPath_Type:
1209 test_bounds(reporter, SkClipStack::Element::kPath_Type);
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp284 case SkClipStack::Element::kPath_Type:
333 case SkClipStack::Element::kPath_Type:
/external/skia/src/utils/
H A DSkLua.cpp284 case SkClipStack::Element::kPath_Type:
333 case SkClipStack::Element::kPath_Type:
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.cpp170 case SkClipStack::Element::kPath_Type:
/external/skia/src/gpu/
H A DGrClipMaskManager.cpp170 case SkClipStack::Element::kPath_Type:

Completed in 192 milliseconds