Searched refs:outerFirstApprox (Results 1 – 1 of 1) sorted by relevance
394 SkPath outerFirstApprox; variable713 outerFirstApprox.rewind(); in strokeSegment()714 outerFirstApprox.moveTo(quadApprox.fPoints[0]); in strokeSegment()715 outerFirstApprox.quadTo(quadApprox.fPoints[1], quadApprox.fPoints[2]); in strokeSegment()1141 canvas->drawPath(viz::outerFirstApprox, firstApproxPaint); in draw()