Searched refs:isInverseFillType (Results 1 – 25 of 76) sorted by relevance
1234
28 SkASSERT(!path.isInverseFillType()); in validate()40 SkASSERT(!path.isInverseFillType()); in getStencilSupport()90 if (path.isInverseFillType()) { in GetPathDevBounds()
28 SkASSERT(!path.isInverseFillType()); in validate()40 SkASSERT(!path.isInverseFillType()); in getStencilSupport()93 if (path.isInverseFillType()) { in GetPathDevBounds()
115 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()
254 if (this->path().isInverseFillType()) { in asNestedRects()359 ret = this->path().isInverseFillType(); in inverseFilled()
99 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()
200 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()
212 SkASSERT(!fShape.isPath() || fShape.inverted() == fShape.path().isInverseFillType()); in inverseFilled()
251 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()
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in SimplifyDebug()
249 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()
135 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
143 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug()
9 path.isInverseFillType() ? "true" : "false"); in draw()
46 uint32_t key = ((clipPath.isInverseFillType()) ? 1 : 0); in onGetGLSLProcessorKey()95 if (proc.fClipPath->deviceSpacePath().isInverseFillType()) { in emitCode()
75 return deviceSpacePath.isInverseFillType() ? GrFPSuccess(nullptr) : GrFPFailure(nullptr); in makeClipProcessor()
411 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()
40 return op.path.isInverseFillType() ? SkRectPriv::MakeLargest() in bounds()
315 if (path.isInverseFillType()) { in check_inverse_on_empty_return()363 path.isInverseFillType())) { in setPath()
410 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()
315 if (path.isInverseFillType()) { in check_inverse_on_empty_return()362 path.isInverseFillType())) { in setPath()
87 operand.isInverseFillType() || in apply_clip()92 SkASSERT(!operand.isInverseFillType()); in apply_clip()
148 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing()