Home
last modified time | relevance | path

Searched refs:kPath_Type (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkClipStack.h55 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()
DSkClipStack.cpp33 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 …]
DSkCanvas.cpp2228 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/
DSkDrawFilter.h36 kPath_Type, enumerator
/external/skia/include/utils/
DSkPaintFilterCanvas.h35 kPath_Type, enumerator
/external/skia/gm/
Dwindowrectangles.cpp84 case SkClipStack::Element::kPath_Type: in onCoverClipStack()
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp95 AutoPaintFilter apf(this, kPath_Type, paint); in onDrawPath()
/external/skia/tests/
DClipStackTest.cpp253 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/
DGrClipStackClip.cpp219 case SkClipStack::Element::kPath_Type: in get_analytic_clip_processor()