Searched refs:kPath_Type (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | SkClipStack.cpp | 31 case kPath_Type: in Element() 57 case kPath_Type: in operator ==() 75 case kPath_Type: in replay() 96 fType = kPath_Type; in invertShapeFillType() 102 fType = kPath_Type; in invertShapeFillType() 104 case kPath_Type: in invertShapeFillType() 131 fType = kPath_Type; in initPath() 151 case kPath_Type: in asPath() 411 case kPath_Type: in updateBoundAndGenID() 871 static_assert(3 == kPath_Type, "type_str"); in dump() [all …]
|
D | SkCanvas.cpp | 2172 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, bounds) in onDrawPath() 2639 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, nullptr) in onDrawVertices() 2671 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, nullptr) in onDrawPatch() 2721 LOOPER_BEGIN(pnt, SkDrawFilter::kPath_Type, nullptr) in onDrawAtlas()
|
/external/skia/include/core/ |
D | SkClipStack.h | 49 kPath_Type, enumerator 51 kLastType = kPath_Type 84 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); } in getPath() 128 case kPath_Type: in getBounds() 148 case kPath_Type: in contains() 162 return kPath_Type == fType && fPath.get()->isInverseFillType(); in isInverseFilled()
|
D | SkDrawFilter.h | 36 kPath_Type, enumerator
|
/external/skia/include/utils/ |
D | SkPaintFilterCanvas.h | 39 kPath_Type, enumerator
|
/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/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 91 AutoPaintFilter apf(this, kPath_Type, paint); in onDrawPath()
|
D | SkLua.cpp | 344 case SkClipStack::Element::kPath_Type: in element_type() 393 case SkClipStack::Element::kPath_Type: in pushClipStackElement()
|
/external/skia/src/gpu/ |
D | GrClipMaskManager.cpp | 249 case SkClipStack::Element::kPath_Type: in getAnalyticClipProcessor()
|