/external/skia/src/gpu/ |
D | GrPathRenderer.cpp | 25 SkASSERT(fShape->style().isSimpleFill()); in validate() 39 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport() 63 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()
|
D | GrPathRendererChain.cpp | 88 if (!args.fShape->style().isSimpleFill()) { in getPathRenderer()
|
D | GrStyle.h | 114 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function
|
D | GrSurfaceDrawContext.cpp | 1099 if (!op && style.isSimpleFill()) { in drawRRect() 1350 bool complexStyle = !style.isSimpleFill(); in drawRegion() 1407 if (!op && style.isSimpleFill()) { in drawOval() 1739 } else if (GrAAType::kCoverage == aaType && shape.style().isSimpleFill() && in drawSimpleShape()
|
/external/skqp/src/gpu/ |
D | GrPathRenderer.cpp | 24 SkASSERT(fShape->style().isSimpleFill()); in validate() 39 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport() 65 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()
|
D | GrShape.cpp | 73 if (original.style().isSimpleFill() && !flip_inversion(original.inverseFilled(), inversion)) { in MakeFilled() 118 if (!original.style().isSimpleFill()) { in MakeFilled() 474 } else if (tmpParent.get()->style().isSimpleFill()) { in GrShape() 552 if (closed || this->style().isSimpleFill()) { in attemptToSimplifyPath() 609 if (fStyle.isSimpleFill()) { in attemptToSimplifyRRect() 667 if (fStyle.isSimpleFill()) { in attemptToSimplifyLine() 696 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()
|
D | GrPathRendererChain.cpp | 87 if (!args.fShape->style().isSimpleFill()) { in getPathRenderer()
|
D | GrStyle.h | 113 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function
|
D | GrRenderTargetContext.cpp | 1121 if (style.isSimpleFill()) { in drawRRect() 1485 bool complexStyle = !style.isSimpleFill(); in drawRegion() 1535 if (style.isSimpleFill() && oval.height() != oval.width()) { in drawOval() 1718 } else if (GrAAType::kCoverage == aaType && shape.style().isSimpleFill() && in drawShape()
|
/external/skia/src/gpu/ops/ |
D | GrSmallPathShapeData.cpp | 15 SkASSERT(shape.style().isSimpleFill()); in GrSmallPathShapeDataKey() 26 SkASSERT(shape.style().isSimpleFill()); in GrSmallPathShapeDataKey()
|
D | GrDefaultPathRenderer.cpp | 49 if (shape.style().isSimpleFill()) { in single_pass_shape() 573 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath() 711 if (!args.fShape->style().isSimpleFill() && !isHairline) { in onCanDrawPath()
|
D | GrTriangulatingPathRenderer.cpp | 206 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath() 640 } while (!style.isSimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrAALinearizingConvexPathRenderer.cpp | 399 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
|
D | GrSmallPathRenderer.cpp | 57 if (!args.fShape->style().isSimpleFill()) { in onCanDrawPath()
|
/external/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() 697 if (fStyle.isSimpleFill()) { in simplifyStroke()
|
D | GrStyledShape.h | 167 fShape.asPath(out, fStyle.isSimpleFill()); in asPath() 194 return fShape.convex(fStyle.isSimpleFill()); in knownToBeConvex()
|
/external/skqp/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 47 if (shape.style().isSimpleFill()) { in single_pass_shape() 512 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath() 649 (!args.fShape->style().isSimpleFill() && !isHairline)) { in onCanDrawPath()
|
D | GrTessellatingPathRenderer.cpp | 152 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath() 418 } while (!style.isSimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrSmallPathRenderer.cpp | 68 SkASSERT(shape.style().isSimpleFill()); in set() 80 SkASSERT(shape.style().isSimpleFill()); in set() 186 if (!args.fShape->style().isSimpleFill()) { in onCanDrawPath()
|
D | GrAALinearizingConvexPathRenderer.cpp | 342 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
|
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.cpp | 212 if (!shape.style().isSimpleFill()) { in make_op() 297 if (!shape.style().isSimpleFill()) { in tryAddPathToAtlas()
|
/external/skia/src/core/ |
D | SkPathPriv.h | 102 static bool IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect,
|
/external/skqp/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()
|
/external/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()
|