Home
last modified time | relevance | path

Searched refs:isDashed (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrStrokeInfo.h25 if (includeDash && src.isDashed()) {
46 if (other.isDashed()) {
101 bool isDashed() const { in isDashed() function
108 SkASSERT(this->isDashed()); in getDashCount()
113 SkASSERT(this->isDashed()); in getDashPhase()
118 SkASSERT(this->isDashed()); in getDashIntervals()
DGrStencilAndCoverPathRenderer.cpp63 !stroke.isDashed() && in canDrawPath()
109 SkASSERT(!stroke.isDashed()); in onDrawPath()
DGrStrokeInfo.cpp13 if (this->isDashed()) { in applyDash()
DGrDashLinePathRenderer.cpp27 if (stroke.isDashed() && path.isLine(pts)) { in canDrawPath()
DGrPathRenderer.h160 if (stroke.isDashed()) { in IsStrokeHairlineOrEquivalent()
DGrSoftwarePathRenderer.cpp24 if (stroke.isDashed()) { in canDrawPath()
DGrContext.cpp583 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()
DSkGpuDevice.cpp464 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()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp45 if (!strokeInfo.isDashed() || 2 != strokeInfo.getDashCount()) { in CanDrawDashLine()