Home
last modified time | relevance | path

Searched refs:isInverseFillType (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkScan_AntiPath.cpp638 if (path.isInverseFillType()) { in AntiFillPath()
648 if (path.isInverseFillType()) { in AntiFillPath()
685 if (path.isInverseFillType()) { in AntiFillPath()
694 if (path.isInverseFillType()) { in AntiFillPath()
710 if (!path.isInverseFillType() && MaskSuperBlitter::CanHandleRect(ir) && !forceRLE) { in AntiFillPath()
719 if (path.isInverseFillType()) { in AntiFillPath()
DSkScan_Path.cpp426 if (path.isInverseFillType()) { in sk_fill_path()
466 if (path.isInverseFillType()) { in sk_fill_path()
571 if (path.isInverseFillType()) { in FillPath()
583 if (path.isInverseFillType()) { in FillPath()
588 if (path.isInverseFillType()) { in FillPath()
DSkStroke.cpp650 if (src.isInverseFillType()) { in strokePath()
651 SkASSERT(!dst->isInverseFillType()); in strokePath()
DSkRegion_path.cpp266 if (path.isInverseFillType()) { in setPath()
DSkCanvas.cpp1391 if (!path.isInverseFillType() && paint.canComputeFastBounds()) { in drawPath()
1400 if (path.isInverseFillType()) { in drawPath()
DSkAAClip.cpp1300 if (path.isInverseFillType()) { in setPath()
/external/skia/tests/
DEmptyPathTest.cpp144 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing()
DPathTest.cpp1077 REPORTER_ASSERT(reporter, !p.isInverseFillType()); in TestPath()
/external/skia/include/core/
DSkPath.h82 bool isInverseFillType() const { return (fFillType & 2) != 0; } in isInverseFillType() function
/external/skia/src/pdf/
DSkPDFDevice.cpp316 (clipEntry->fPath && clipEntry->fPath->isInverseFillType())) { in updateClip()