Home
last modified time | relevance | path

Searched refs:isSimpleFill (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DTessellationPathRenderer.cpp79 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()
H A DSmallPathShapeData.cpp17 SkASSERT(shape.style().isSimpleFill()); in SmallPathShapeDataKey()
28 SkASSERT(shape.style().isSimpleFill()); in SmallPathShapeDataKey()
H A DDefaultPathRenderer.cpp52 if (shape.style().isSimpleFill()) { in single_pass_shape()
639 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath()
786 if (!args.fShape->style().isSimpleFill() && !isHairline) { in onCanDrawPath()
H A DTriangulatingPathRenderer.cpp560 } while (!style.isSimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
587 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath()
H A DAtlasPathRenderer.cpp265 bool canDrawPath = args.fShape->style().isSimpleFill() && in onCanDrawPath()
H A DAALinearizingConvexPathRenderer.cpp401 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
H A DAAConvexPathRenderer.cpp913 (GrAAType::kCoverage == args.fAAType) && args.fShape->style().isSimpleFill() && in onCanDrawPath()
H A DSmallPathRenderer.cpp672 if (!args.fShape->style().isSimpleFill()) { in onCanDrawPath()
/third_party/skia/src/gpu/v1/
H A DPathRenderer.cpp30 SkASSERT(fShape->style().isSimpleFill()); in validate()
42 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport()
66 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()
H A DPathRendererChain.cpp87 if (!args.fShape->style().isSimpleFill()) { in getPathRenderer()
H A DSurfaceDrawContext.cpp1100 if (!op && style.isSimpleFill()) { in drawRRect()
1349 bool complexStyle = !style.isSimpleFill(); in drawRegion()
1401 if (!op && style.isSimpleFill()) { in drawOval()
1762 shape.style().isSimpleFill() && in drawSimpleShape()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp47 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()
H A DGrStyledShape.h167 fShape.asPath(out, fStyle.isSimpleFill()); in asPath()
194 return fShape.convex(fStyle.isSimpleFill()); in knownToBeConvex()
/third_party/skia/src/gpu/
H A DGrStyle.h114 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function in GrStyle
/third_party/skia/src/core/
H A DSkPathPriv.h100 * 'isSimpleFill' is true, an uncloseed rect will also be accepted as long as it starts and
103 static bool IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect,
H A DSkPath.cpp3129 bool SkPathPriv::IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect, in IsSimpleRect() argument
3136 bool needsClose = !isSimpleFill; in IsSimpleRect()
H A DSkBlurMF.cpp1469 if (!shape.style().isSimpleFill()) { in directFilterMaskGPU()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp107 (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()

Completed in 28 milliseconds