Home
last modified time | relevance | path

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

1234

/external/skia/src/gpu/
DGrPathRenderer.cpp28 SkASSERT(!path.isInverseFillType()); in validate()
40 SkASSERT(!path.isInverseFillType()); in getStencilSupport()
90 if (path.isInverseFillType()) { in GetPathDevBounds()
/external/skqp/src/gpu/
DGrPathRenderer.cpp28 SkASSERT(!path.isInverseFillType()); in validate()
40 SkASSERT(!path.isInverseFillType()); in getStencilSupport()
93 if (path.isInverseFillType()) { in GetPathDevBounds()
DGrShape.cpp115 if (flip_inversion(original.fPathData.fPath.isInverseFillType(), inversion)) { in MakeFilled()
514 bool inverted = this->path().isInverseFillType(); in attemptToSimplifyPath()
585 bool inverse = !this->style().isDashed() && this->path().isInverseFillType(); in attemptToSimplifyPath()
594 if (this->path().isInverseFillType()) { in attemptToSimplifyPath()
DGrShape.h254 if (this->path().isInverseFillType()) { in asNestedRects()
359 ret = this->path().isInverseFillType(); in inverseFilled()
/external/skia/src/gpu/geometry/
DGrShape.h99 return this->isPath() ? fPath.isInverseFillType() : SkToBool(fInverted); in inverted()
120 if (inverted != fPath.isInverseFillType()) { in setInverted()
185 fInverted = path.isInverseFillType(); in setPath()
237 fInverted = fPath.isInverseFillType(); in setType()
DGrStyledShape.cpp200 SkASSERT(fShape.inverted() == fShape.path().isInverseFillType()); in writeUnstyledKey()
529 if (fShape.path().isInverseFillType()) { in asNestedRects()
575 SkASSERT(!fShape->isPath() || fInverted == fShape->path().isInverseFillType()); in ~AutoRestoreInverseness()
DGrStyledShape.h212 SkASSERT(!fShape.isPath() || fShape.inverted() == fShape.path().isInverseFillType()); in inverseFilled()
/external/skqp/src/pathops/
DSkPathOpsOp.cpp251 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()]; in OpDebug()
252 bool inverseFill = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()]; in OpDebug()
286 if (inverseFill != work.isInverseFillType()) { in OpDebug()
DSkOpBuilder.cpp133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
DSkPathOpsSimplify.cpp143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in SimplifyDebug()
/external/skia/src/pathops/
DSkPathOpsOp.cpp249 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()]; in OpDebug()
250 bool inverseFill = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()]; in OpDebug()
284 if (inverseFill != work.isInverseFillType()) { in OpDebug()
DSkOpBuilder.cpp135 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
DSkPathOpsSimplify.cpp143 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug()
/external/skia/docs/examples/
DPath_isInverseFillType_2.cpp9 path.isInverseFillType() ? "true" : "false"); in draw()
/external/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp46 uint32_t key = ((clipPath.isInverseFillType()) ? 1 : 0); in onGetGLSLProcessorKey()
95 if (proc.fClipPath->deviceSpacePath().isInverseFillType()) { in emitCode()
DGrCoverageCountingPathRenderer.cpp75 return deviceSpacePath.isInverseFillType() ? GrFPSuccess(nullptr) : GrFPFailure(nullptr); in makeClipProcessor()
/external/skqp/src/core/
DSkScan_Path.cpp411 if (path.isInverseFillType()) { in sk_fill_path()
464 if (path.isInverseFillType()) { in sk_fill_path()
647 if (path.isInverseFillType()) { in FillPath()
653 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped); in FillPath()
659 if (path.isInverseFillType()) { in FillPath()
666 if (path.isInverseFillType()) { in FillPath()
DSkMiniRecorder.cpp40 return op.path.isInverseFillType() ? SkRectPriv::MakeLargest() in bounds()
DSkRegion_path.cpp315 if (path.isInverseFillType()) { in check_inverse_on_empty_return()
363 path.isInverseFillType())) { in setPath()
/external/skia/src/core/
DSkScan_Path.cpp410 if (path.isInverseFillType()) { in sk_fill_path()
463 if (path.isInverseFillType()) { in sk_fill_path()
646 if (path.isInverseFillType()) { in FillPath()
652 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped); in FillPath()
658 if (path.isInverseFillType()) { in FillPath()
665 if (path.isInverseFillType()) { in FillPath()
DSkMiniRecorder.cpp40 return op.path.isInverseFillType() ? SkRectPriv::MakeLargest() in bounds()
DSkRegion_path.cpp315 if (path.isInverseFillType()) { in check_inverse_on_empty_return()
362 path.isInverseFillType())) { in setPath()
/external/skia/src/pdf/
DSkPDFGraphicStackState.cpp87 operand.isInverseFillType() || in apply_clip()
92 SkASSERT(!operand.isInverseFillType()); in apply_clip()
/external/skia/tests/
DEmptyPathTest.cpp148 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing()
/external/skqp/tests/
DEmptyPathTest.cpp148 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing()

1234