Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRenderer.h65 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport()
165 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()
194 SkASSERT(fShape->style().isSimpleFill()); in validate()
DGrPathRendererChain.cpp94 if (!args.fShape->style().isSimpleFill()) { in getPathRenderer()
DGrShape.cpp319 } else if (tmpParent.get()->style().isSimpleFill()) { in GrShape()
393 if (closed || this->style().isSimpleFill()) { in attemptToSimplifyPath()
483 if (fStyle.isSimpleFill() && !fLineData.fInverted) { in attemptToSimplifyLine()
DGrStyle.h113 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function
DGrBlurUtils.cpp171 SkASSERT(style.isSimpleFill()); in draw_path_with_mask_filter()
DGrShape.h241 return (this->style().isSimpleFill() || this->path().isLastContourClosed()) && in knownToBeConvex()
DGrRenderTargetContext.cpp1298 bool complexStyle = !style.isSimpleFill(); in drawRegion()
1392 style.isSimpleFill()); in drawArc()
1537 if (style.isSimpleFill() && !path.isConvex()) { in drawPath()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.h55 SkASSERT(shape.style().isSimpleFill()); in set()
72 SkASSERT(shape.style().isSimpleFill()); in set()
DGrDefaultPathRenderer.cpp44 if (shape.style().isSimpleFill()) { in single_pass_shape()
491 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath()
617 (args.fShape->style().isSimpleFill() || isHairline); in onCanDrawPath()
DGrTessellatingPathRenderer.cpp143 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath()
394 } while (!style.isSimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
DGrMSAAPathRenderer.cpp593 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath()
690 return args.fShape->style().isSimpleFill() && (GrAAType::kCoverage != args.fAAType); in onCanDrawPath()
716 SkASSERT(args.fShape->style().isSimpleFill()); in onStencilPath()
DGrAALinearizingConvexPathRenderer.cpp332 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
DGrSmallPathRenderer.cpp95 if (!args.fShape->style().isSimpleFill()) { in onCanDrawPath()
DGrAAConvexPathRenderer.cpp670 (GrAAType::kCoverage == args.fAAType) && args.fShape->style().isSimpleFill() && in onCanDrawPath()
/external/skia/src/gpu/gl/
DGrGLPathRange.cpp72 if (!fStyle.isSimpleFill()) { in onInitPath()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp345 if (fFont.isFakeBoldText() && fStyle.isSimpleFill()) { in TextRun()
368 if (!fStyle.isSimpleFill()) { in TextRun()
392 if (fUsingRawGlyphPaths && fStyle.isSimpleFill()) { in TextRun()
622 if (!fStyle.isSimpleFill()) { in draw()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp43 if (!args.fShape->style().isSimpleFill() || in onCanDrawPath()
/external/skia/tests/
DGrShapeTest.cpp398 REPORTER_ASSERT(r, fAppliedFull.style().isSimpleFill()); in init()
451 (shape.style().isSimpleFill() && path.isConvex()); in can_interchange_winding_and_even_odd_fill()
476 bool allowedClosednessDiff = (a.style().isSimpleFill() != b.style().isSimpleFill()); in check_equivalence()