Searched refs:kPath_Type (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | SkClipStack.h | 55 kPath_Type, enumerator 57 kLastType = kPath_Type 98 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); } in getPath() 116 const SkRRect& asRRect() const { SkASSERT(kPath_Type != fType); return fRRect; } in asRRect() 145 case kPath_Type: in getBounds() 165 case kPath_Type: in contains() 182 case kPath_Type: in contains() 196 return kPath_Type == fType && fPath.get()->isInverseFillType(); in isInverseFilled()
|
D | SkClipStack.cpp | 33 case kPath_Type: in Element() 59 case kPath_Type: in operator ==() 77 case kPath_Type: in replay() 98 fType = kPath_Type; in invertShapeFillType() 104 fType = kPath_Type; in invertShapeFillType() 106 case kPath_Type: in invertShapeFillType() 133 fType = kPath_Type; in initPath() 153 case kPath_Type: in asPath() 414 case kPath_Type: in updateBoundAndGenID() 975 static_assert(3 == kPath_Type, "type_str"); in dump() [all …]
|
D | SkCanvas.cpp | 2228 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, &pathBounds) in onDrawPath() 2687 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, nullptr) in onDrawVerticesObject() 2719 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, nullptr) in onDrawPatch() 2764 LOOPER_BEGIN(pnt, SkDrawFilter::kPath_Type, nullptr) in onDrawAtlas()
|
/external/skia/include/core/ |
D | SkDrawFilter.h | 36 kPath_Type, enumerator
|
/external/skia/include/utils/ |
D | SkPaintFilterCanvas.h | 35 kPath_Type, enumerator
|
/external/skia/gm/ |
D | windowrectangles.cpp | 84 case SkClipStack::Element::kPath_Type: in onCoverClipStack()
|
/external/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 95 AutoPaintFilter apf(this, kPath_Type, paint); in onDrawPath()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 253 int numBitTests = SkClipStack::Element::kPath_Type == primType ? 4 : 1; in test_bounds() 278 case SkClipStack::Element::kPath_Type: in test_bounds() 907 case SkClipStack::Element::kPath_Type: in add_elem_to_stack() 1398 test_bounds(reporter, SkClipStack::Element::kPath_Type); in DEF_TEST()
|
/external/skia/src/gpu/ |
D | GrClipStackClip.cpp | 219 case SkClipStack::Element::kPath_Type: in get_analytic_clip_processor()
|