Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.cpp69 SkASSERT(!args.fPath->isInverseFillType()); in onStencilPath()
91 if (path.isInverseFillType()) { in onDrawPath()
DGrTessellatingPathRenderer.cpp150 fPath.isInverseFillType() ? sizeof(fClipBounds) / sizeof(uint32_t) : 0; in onPrepareDraws()
156 if (fPath.isInverseFillType()) { in onPrepareDraws()
222 if (path.isInverseFillType()) { in TessellatingPathBatch()
DGrAALinearizingConvexPathRenderer.cpp44 if (args.fPath->isInverseFillType()) { in onCanDrawPath()
DGrDefaultPathRenderer.cpp165 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) { in single_pass_path()
DGrAADistanceFieldPathRenderer.cpp89 args.fPath->isInverseFillType() || args.fPath->isVolatile() || in onCanDrawPath()
/external/skia/src/core/
DSkScan_Path.cpp444 if (path.isInverseFillType()) { in sk_fill_path()
497 if (path.isInverseFillType()) { in sk_fill_path()
655 if (path.isInverseFillType()) { in FillPath()
661 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType()); in FillPath()
667 if (path.isInverseFillType()) { in FillPath()
672 if (path.isInverseFillType()) { in FillPath()
DSkRasterClip.cpp148 … return this->setConservativeRect(path.getBounds(), clip.getBounds(), path.isInverseFillType()); in setPath()
180 switch (mutate_conservative_op(&op, path.isInverseFillType())) { in op()
DSkRegion_path.cpp313 if (path.isInverseFillType()) { in check_inverse_on_empty_return()
351 path.isInverseFillType())) { in setPath()
DSkClipStack.cpp115 if (!path.isInverseFillType()) { in initPath()
414 if (fPath.get()->isInverseFillType()) { in updateBoundAndGenID()
DSkStroke.cpp1365 if (src.isInverseFillType()) { in strokePath()
1366 SkASSERT(!dst->isInverseFillType()); in strokePath()
1456 if (src.isInverseFillType()) { in strokePath()
1457 SkASSERT(!dst->isInverseFillType()); in strokePath()
DSkScan_AntiPath.cpp632 const bool isInverse = path.isInverseFillType(); in AntiFillPath()
DSkCanvas.cpp1586 if (!path.isInverseFillType() && fMCRec->fMatrix.rectStaysRect()) { in clipPath()
1609 if (SkRegion::kIntersect_Op == op && !path.isInverseFillType()) { in onClipPath()
2156 if (!path.isInverseFillType() && paint.canComputeFastBounds()) { in onDrawPath()
2166 if (path.isInverseFillType()) { in onDrawPath()
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp127 if (args.fPath->isInverseFillType()) { in onDrawPath()
145 if (args.fPath->isInverseFillType()) { in onDrawPath()
DGrPathRenderer.cpp18 if (path.isInverseFillType()) { in GetPathDevBounds()
DGrDrawContext.cpp591 if (path.isInverseFillType()) { in is_nested_rects()
670 if (path.isInverseFillType()) { in drawPath()
701 if (isOval && !path.isInverseFillType()) { in drawPath()
DGrPathRenderer.h67 SkASSERT(!path.isInverseFillType()); in getStencilSupport()
DGrClipMaskManager.cpp85 if (path.isInverseFillType()) { in PathNeedsSWRenderer()
541 if (path.isInverseFillType()) { in drawElement()
797 fillInverted = clipPath.isInverseFillType(); in createStencilClipMask()
/external/skia/src/pathops/
DSkPathOpsOp.cpp265 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()]; in OpDebug()
266 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()] in OpDebug()
DSkOpBuilder.cpp112 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
DSkPathOpsSimplify.cpp170 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in Simplify()
/external/skia/tests/
DEmptyPathTest.cpp147 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing()
/external/skia/include/core/
DSkClipStack.h162 return kPath_Type == fType && fPath.get()->isInverseFillType(); in isInverseFilled()
DSkPath.h99 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType() function
/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp284 if (path.isInverseFillType()) { in Create()
/external/skia/src/pdf/
DSkPDFDevice.cpp346 SkASSERT(invPath.isInverseFillType()); in calculate_inverse_path()
409 if (outClipPath->isInverseFillType()) { in get_clip_stack_path()
1631 if (!origPath.isInverseFillType()) { in handleInversePath()

12