/external/skia/src/gpu/ |
D | GrPathRenderer.cpp | 28 SkASSERT(!path.isInverseFillType()); in validate() 40 SkASSERT(!path.isInverseFillType()); in getStencilSupport() 93 if (path.isInverseFillType()) { in GetPathDevBounds()
|
D | GrShape.cpp | 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()
|
D | GrShape.h | 254 if (this->path().isInverseFillType()) { in asNestedRects() 359 ret = this->path().isInverseFillType(); in inverseFilled()
|
D | GrReducedClip.cpp | 701 if (path.isInverseFillType()) { in stencil_element() 731 if (path.isInverseFillType()) { in draw_element() 848 fillInverted = clipPath.isInverseFillType(); in drawStencilClipMask()
|
/external/skqp/src/gpu/ |
D | GrPathRenderer.cpp | 28 SkASSERT(!path.isInverseFillType()); in validate() 40 SkASSERT(!path.isInverseFillType()); in getStencilSupport() 93 if (path.isInverseFillType()) { in GetPathDevBounds()
|
D | GrShape.cpp | 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()
|
D | GrShape.h | 254 if (this->path().isInverseFillType()) { in asNestedRects() 359 ret = this->path().isInverseFillType(); in inverseFilled()
|
D | GrReducedClip.cpp | 701 if (path.isInverseFillType()) { in stencil_element() 731 if (path.isInverseFillType()) { in draw_element() 848 fillInverted = clipPath.isInverseFillType(); in drawStencilClipMask()
|
/external/skqp/src/pathops/ |
D | SkPathOpsOp.cpp | 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()
|
D | SkOpBuilder.cpp | 133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
|
D | SkPathOpsSimplify.cpp | 143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in SimplifyDebug()
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 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()
|
D | SkOpBuilder.cpp | 133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
|
D | SkPathOpsSimplify.cpp | 143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in SimplifyDebug()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 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()
|
D | SkMiniRecorder.cpp | 40 return op.path.isInverseFillType() ? SkRectPriv::MakeLargest() in bounds()
|
D | SkRegion_path.cpp | 315 if (path.isInverseFillType()) { in check_inverse_on_empty_return() 363 path.isInverseFillType())) { in setPath()
|
/external/skqp/src/core/ |
D | SkScan_Path.cpp | 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()
|
D | SkMiniRecorder.cpp | 40 return op.path.isInverseFillType() ? SkRectPriv::MakeLargest() in bounds()
|
D | SkRegion_path.cpp | 315 if (path.isInverseFillType()) { in check_inverse_on_empty_return() 363 path.isInverseFillType())) { in setPath()
|
/external/skia/tests/ |
D | EmptyPathTest.cpp | 148 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing()
|
D | GrShapeTest.cpp | 140 if (pathA.isInverseFillType() != pathB.isInverseFillType()) { in check_equivalence() 141 const GrShape* s1 = pathA.isInverseFillType() ? &a : &b; in check_equivalence() 142 const GrShape* s2 = pathA.isInverseFillType() ? &b : &a; in check_equivalence() 163 REPORTER_ASSERT(r, a.inverseFilled() == pA.isInverseFillType()); in check_equivalence() 164 REPORTER_ASSERT(r, b.inverseFilled() == pB.isInverseFillType()); in check_equivalence() 170 pA.setFillType(pA.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in check_equivalence() 172 pB.setFillType(pB.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in check_equivalence() 426 SkASSERT(!path.isInverseFillType()); in PathGeo()
|
/external/skqp/tests/ |
D | EmptyPathTest.cpp | 148 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing()
|
D | GrShapeTest.cpp | 140 if (pathA.isInverseFillType() != pathB.isInverseFillType()) { in check_equivalence() 141 const GrShape* s1 = pathA.isInverseFillType() ? &a : &b; in check_equivalence() 142 const GrShape* s2 = pathA.isInverseFillType() ? &b : &a; in check_equivalence() 163 REPORTER_ASSERT(r, a.inverseFilled() == pA.isInverseFillType()); in check_equivalence() 164 REPORTER_ASSERT(r, b.inverseFilled() == pB.isInverseFillType()); in check_equivalence() 170 pA.setFillType(pA.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in check_equivalence() 172 pB.setFillType(pB.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in check_equivalence() 426 SkASSERT(!path.isInverseFillType()); in PathGeo()
|
/external/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 156 if (path.isInverseFillType()) { in Make()
|