Searched refs:isDashed (Results 1 – 16 of 16) sorted by relevance
124 bool hasNonDashPathEffect() const { return fPathEffect.get() && !this->isDashed(); } in hasNonDashPathEffect()126 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed() function128 SkASSERT(this->isDashed()); in dashPhase()132 SkASSERT(this->isDashed()); in dashIntervalCnt()136 SkASSERT(this->isDashed()); in dashIntervals()
14 if (style.isDashed()) { in KeySize()46 if (style.isDashed()) { in WriteKey()
123 bool hasNonDashPathEffect() const { return fPathEffect.get() && !this->isDashed(); } in hasNonDashPathEffect()125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed() function127 SkASSERT(this->isDashed()); in dashPhase()131 SkASSERT(this->isDashed()); in dashIntervalCnt()135 SkASSERT(this->isDashed()); in dashIntervals()
20 if (args.fShape->style().isDashed() && args.fShape->asLine(pts, &inverted)) { in onCanDrawPath()
52 if (!style.isDashed() || 2 != style.dashIntervalCnt()) { in CanDrawDashLine()
3061 } else if (style.isDashed()) { in MakeCircleOp()
22 if (args.fShape->style().isDashed() && args.fShape->asLine(pts, &inverted)) { in onCanDrawPath()
1201 if (!style.isDashed() || 2 != style.dashIntervalCnt()) { in CanDrawDashLine()
3318 } else if (style.isDashed()) { in MakeCircleOp()
516 this->changeType(inverted && !this->style().isDashed() ? Type::kInvertedEmpty in attemptToSimplifyPath()583 bool inverse = !this->style().isDashed() && this->path().isInverseFillType(); in attemptToSimplifyPath()615 if (fStyle.isDashed() && !fRRectData.fRRect.width() && !fRRectData.fRRect.height()) { in attemptToSimplifyRRect()625 } else if (fStyle.isDashed()) { in attemptToSimplifyRRect()645 if (fStyle.isDashed()) { in attemptToSimplifyLine()
363 SkASSERT(!(ret && this->style().isDashed())); in inverseFilled()
214 SkASSERT(!(fShape.inverted() && this->style().isDashed())); in inverseFilled()
570 : fShape(shape), fInverted(!style.isDashed() && fShape->inverted()) {} in AutoRestoreInverseness()665 if (fStyle.isDashed()) { in simplifyStroke()
143 bool canDropInverse1 = s1->style().isDashed(); in check_equivalence()144 bool canDropInverse2 = s2->style().isDashed(); in check_equivalence()217 a.style().isDashed() == b.style().isDashed()) { in check_equivalence()
143 bool canDropInverse1 = s1->style().isDashed(); in check_equivalence()144 bool canDropInverse2 = s2->style().isDashed(); in check_equivalence()216 a.style().isDashed() == b.style().isDashed()) { in check_equivalence()