Searched refs:kPath_Type (Results 1 – 16 of 16) sorted by relevance
/external/skia/include/core/ |
D | SkClipStack.h | 50 kPath_Type, enumerator 52 kLastType = kPath_Type 85 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); } in getPath() 129 case kPath_Type: in getBounds() 149 case kPath_Type: in contains() 163 return kPath_Type == fType && fPath.get()->isInverseFillType(); in isInverseFilled()
|
D | SkDrawFilter.h | 36 kPath_Type, enumerator
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkClipStack.h | 50 kPath_Type, enumerator 52 kLastType = kPath_Type 85 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); } in getPath() 129 case kPath_Type: in getBounds() 149 case kPath_Type: in contains() 163 return kPath_Type == fType && fPath.get()->isInverseFillType(); in isInverseFilled()
|
D | SkDrawFilter.h | 36 kPath_Type, enumerator
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkClipStack.cpp | 30 case kPath_Type: in Element() 56 case kPath_Type: in operator ==() 74 case kPath_Type: in replay() 95 fType = kPath_Type; in invertShapeFillType() 101 fType = kPath_Type; in invertShapeFillType() 103 case kPath_Type: in invertShapeFillType() 128 fType = kPath_Type; in initPath() 145 case kPath_Type: in asPath() 404 case kPath_Type: in updateBoundAndGenID() 860 SK_COMPILE_ASSERT(3 == kPath_Type, type_str); in dump() [all …]
|
D | SkCanvas.cpp | 2015 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, bounds) in drawPath() 2341 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, NULL) in drawVertices()
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 30 case kPath_Type: in Element() 56 case kPath_Type: in operator ==() 74 case kPath_Type: in replay() 95 fType = kPath_Type; in invertShapeFillType() 101 fType = kPath_Type; in invertShapeFillType() 103 case kPath_Type: in invertShapeFillType() 128 fType = kPath_Type; in initPath() 145 case kPath_Type: in asPath() 404 case kPath_Type: in updateBoundAndGenID() 860 SK_COMPILE_ASSERT(3 == kPath_Type, type_str); in dump() [all …]
|
D | SkCanvas.cpp | 2015 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, bounds) in drawPath() 2341 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, NULL) in drawVertices()
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/ |
D | SkPdfDiffEncoder.cpp | 81 case SkClipStack::Element::kPath_Type: in WriteToFile()
|
/external/skia/experimental/PdfViewer/src/ |
D | SkPdfDiffEncoder.cpp | 81 case SkClipStack::Element::kPath_Type: in WriteToFile()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 247 int numBitTests = SkClipStack::Element::kPath_Type == primType ? 4 : 1; in test_bounds() 272 case SkClipStack::Element::kPath_Type: in test_bounds() 852 case SkClipStack::Element::kPath_Type: in add_elem_to_stack() 1209 test_bounds(reporter, SkClipStack::Element::kPath_Type); in DEF_TEST()
|
/external/chromium_org/third_party/skia/tests/ |
D | ClipStackTest.cpp | 247 int numBitTests = SkClipStack::Element::kPath_Type == primType ? 4 : 1; in test_bounds() 272 case SkClipStack::Element::kPath_Type: in test_bounds() 852 case SkClipStack::Element::kPath_Type: in add_elem_to_stack() 1209 test_bounds(reporter, SkClipStack::Element::kPath_Type); in DEF_TEST()
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkLua.cpp | 284 case SkClipStack::Element::kPath_Type: in element_type() 333 case SkClipStack::Element::kPath_Type: in pushClipStackElement()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 284 case SkClipStack::Element::kPath_Type: in element_type() 333 case SkClipStack::Element::kPath_Type: in pushClipStackElement()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrClipMaskManager.cpp | 170 case SkClipStack::Element::kPath_Type: in installClipEffects()
|
/external/skia/src/gpu/ |
D | GrClipMaskManager.cpp | 170 case SkClipStack::Element::kPath_Type: in installClipEffects()
|