Searched refs:isSimpleFill (Results 1 – 18 of 18) sorted by relevance
65 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport()165 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()194 SkASSERT(fShape->style().isSimpleFill()); in validate()
94 if (!args.fShape->style().isSimpleFill()) { in getPathRenderer()
319 } else if (tmpParent.get()->style().isSimpleFill()) { in GrShape()393 if (closed || this->style().isSimpleFill()) { in attemptToSimplifyPath()483 if (fStyle.isSimpleFill() && !fLineData.fInverted) { in attemptToSimplifyLine()
113 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function
171 SkASSERT(style.isSimpleFill()); in draw_path_with_mask_filter()
241 return (this->style().isSimpleFill() || this->path().isLastContourClosed()) && in knownToBeConvex()
1298 bool complexStyle = !style.isSimpleFill(); in drawRegion()1392 style.isSimpleFill()); in drawArc()1537 if (style.isSimpleFill() && !path.isConvex()) { in drawPath()
55 SkASSERT(shape.style().isSimpleFill()); in set()72 SkASSERT(shape.style().isSimpleFill()); in set()
44 if (shape.style().isSimpleFill()) { in single_pass_shape()491 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath()617 (args.fShape->style().isSimpleFill() || isHairline); in onCanDrawPath()
143 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath()394 } while (!style.isSimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
593 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()
332 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
95 if (!args.fShape->style().isSimpleFill()) { in onCanDrawPath()
670 (GrAAType::kCoverage == args.fAAType) && args.fShape->style().isSimpleFill() && in onCanDrawPath()
72 if (!fStyle.isSimpleFill()) { in onInitPath()
345 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()
43 if (!args.fShape->style().isSimpleFill() || in onCanDrawPath()
398 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()