Searched refs:isDashed (Results 1 – 9 of 9) sorted by relevance
25 if (includeDash && src.isDashed()) {46 if (other.isDashed()) {101 bool isDashed() const { in isDashed() function108 SkASSERT(this->isDashed()); in getDashCount()113 SkASSERT(this->isDashed()); in getDashPhase()118 SkASSERT(this->isDashed()); in getDashIntervals()
63 !stroke.isDashed() && in canDrawPath()109 SkASSERT(!stroke.isDashed()); in onDrawPath()
13 if (this->isDashed()) { in applyDash()
27 if (stroke.isDashed() && path.isLine(pts)) { in canDrawPath()
160 if (stroke.isDashed()) { in IsStrokeHairlineOrEquivalent()
24 if (stroke.isDashed()) { in canDrawPath()
583 if (strokeInfo && strokeInfo->isDashed()) { in drawRect()1047 if (strokeInfo.isDashed()) { in drawRRect()1131 if (strokeInfo.isDashed()) { in drawOval()1247 if (!strokeInfo.isDashed()) { in drawPath()1316 if (NULL == pr && strokeInfo.isDashed()) { in internalDrawPath()
464 if (!usePath && pe && !strokeInfo.isDashed()) { in drawRect()537 if (pe && !strokeInfo.isDashed()) { in drawRRect()600 if (pe && !strokeInfo.isDashed()) { in drawOval()818 if (!strokeInfo.isDashed() && pathEffect && pathEffect->filterPath(effectPath.init(), *pathPtr, in internalDrawPath()828 if (strokeInfo.isDashed()) { in internalDrawPath()
45 if (!strokeInfo.isDashed() || 2 != strokeInfo.getDashCount()) { in CanDrawDashLine()