/third_party/skia/src/gpu/ops/ |
D | TessellationPathRenderer.cpp | 79 if (!shape.style().isSimpleFill() || shape.inverseFilled()) { in onGetStencilSupport() 97 if (!shape.style().isSimpleFill()) { in onCanDrawPath() 105 if (!shape.style().isSimpleFill() || !shape.knownToBeConvex() || shape.inverseFilled()) { in onCanDrawPath() 127 if (!args.fShape->style().isSimpleFill()) { in onDrawPath() 146 if (!args.fShape->style().isSimpleFill()) { in onDrawPath() 197 SkASSERT(args.fShape->style().isSimpleFill()); // See onGetStencilSupport(). in onStencilPath()
|
D | SmallPathShapeData.cpp | 17 SkASSERT(shape.style().isSimpleFill()); in SmallPathShapeDataKey() 28 SkASSERT(shape.style().isSimpleFill()); in SmallPathShapeDataKey()
|
D | DefaultPathRenderer.cpp | 52 if (shape.style().isSimpleFill()) { in single_pass_shape() 639 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath() 786 if (!args.fShape->style().isSimpleFill() && !isHairline) { in onCanDrawPath()
|
D | TriangulatingPathRenderer.cpp | 560 } while (!style.isSimpleFill()); in GR_DRAW_OP_TEST_DEFINE() 587 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath()
|
D | AALinearizingConvexPathRenderer.cpp | 401 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
|
D | AtlasPathRenderer.cpp | 265 bool canDrawPath = args.fShape->style().isSimpleFill() && in onCanDrawPath()
|
/third_party/skia/src/gpu/v1/ |
D | PathRenderer.cpp | 30 SkASSERT(fShape->style().isSimpleFill()); in validate() 42 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport() 66 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()
|
D | PathRendererChain.cpp | 87 if (!args.fShape->style().isSimpleFill()) { in getPathRenderer()
|
D | SurfaceDrawContext.cpp | 1098 if (!op && style.isSimpleFill()) { in drawRRect() 1347 bool complexStyle = !style.isSimpleFill(); in drawRegion() 1399 if (!op && style.isSimpleFill()) { in drawOval() 1760 shape.style().isSimpleFill() && in drawSimpleShape()
|
/third_party/flutter/skia/src/gpu/ |
D | GrPathRenderer.cpp | 24 SkASSERT(fShape->style().isSimpleFill()); in validate() 38 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport() 61 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()
|
D | GrPathRendererChain.cpp | 95 if (!args.fShape->style().isSimpleFill()) { in getPathRenderer()
|
D | GrStyle.h | 113 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function
|
D | GrRenderTargetContext.cpp | 1060 if (!op && style.isSimpleFill()) { in drawRRect() 1425 bool complexStyle = !style.isSimpleFill(); in drawRegion() 1475 if (!op && style.isSimpleFill()) { in drawOval() 2075 } else if (GrAAType::kCoverage == aaType && shape.style().isSimpleFill() && in drawShape()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrShape.cpp | 73 if (original.style().isSimpleFill() && !flip_inversion(original.inverseFilled(), inversion)) { in MakeFilled() 118 if (!original.style().isSimpleFill()) { in MakeFilled() 472 } else if (tmpParent.get()->style().isSimpleFill()) { in GrShape() 550 if (closed || this->style().isSimpleFill()) { in attemptToSimplifyPath() 607 if (fStyle.isSimpleFill()) { in attemptToSimplifyRRect() 665 if (fStyle.isSimpleFill()) { in attemptToSimplifyLine() 694 if (fStyle.isSimpleFill() || (!fStyle.pathEffect() && !fArcData.fUseCenter && in attemptToSimplifyArc()
|
D | GrShape.h | 223 fStyle.isSimpleFill()); in asPath() 325 fStyle.isSimpleFill()); in knownToBeConvex() 333 return (this->style().isSimpleFill() || this->path().isLastContourClosed()) && in knownToBeConvex()
|
/third_party/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 47 if (original.style().isSimpleFill() && newIsInverted == original.fShape.inverted()) { in MakeFilled() 53 SkASSERT(result.fStyle.isSimpleFill()); in MakeFilled() 62 if (!original.style().isSimpleFill()) { in MakeFilled() 389 } else if (tmpParent->style().isSimpleFill()) { in GrStyledShape() 587 if (fStyle.isSimpleFill()) { in simplify() 696 if (fStyle.isSimpleFill()) { in simplifyStroke()
|
D | GrStyledShape.h | 167 fShape.asPath(out, fStyle.isSimpleFill()); in asPath() 194 return fShape.convex(fStyle.isSimpleFill()); in knownToBeConvex()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 49 if (shape.style().isSimpleFill()) { in single_pass_shape() 515 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath() 654 if (!args.fShape->style().isSimpleFill() && !isHairline) { in onCanDrawPath()
|
D | GrTessellatingPathRenderer.cpp | 150 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath() 430 } while (!style.isSimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrSmallPathRenderer.cpp | 72 SkASSERT(shape.style().isSimpleFill()); in set() 84 SkASSERT(shape.style().isSimpleFill()); in set() 190 if (!args.fShape->style().isSimpleFill()) { in onCanDrawPath()
|
D | GrAALinearizingConvexPathRenderer.cpp | 347 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
|
/third_party/skia/src/gpu/ |
D | GrStyle.h | 114 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function
|
/third_party/skia/src/core/ |
D | SkPathPriv.h | 103 static bool IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect,
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 107 (shape.style().isSimpleFill() && path.isConvex()); in can_interchange_winding_and_even_odd_fill() 132 bool allowedClosednessDiff = (a.style().isSimpleFill() != b.style().isSimpleFill()); in check_equivalence() 303 if (shape.style().isSimpleFill()) { in test_inversions() 683 REPORTER_ASSERT(r, fAppliedFull->style().isSimpleFill()); in init() 2354 ovalExpectations = style.isSimpleFill() ? TestCase::kAllSame_ComparisonExpecation in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | GrShapeTest.cpp | 107 (shape.style().isSimpleFill() && path.isConvex()); in can_interchange_winding_and_even_odd_fill() 132 bool allowedClosednessDiff = (a.style().isSimpleFill() != b.style().isSimpleFill()); in check_equivalence() 298 if (shape.style().isSimpleFill()) { in test_inversions() 673 REPORTER_ASSERT(r, fAppliedFull->style().isSimpleFill()); in init() 2335 ovalExpectations = style.isSimpleFill() ? TestCase::kAllSame_ComparisonExpecation in DEF_TEST()
|