Lines Matching refs:strokeInfo
413 GrStrokeInfo strokeInfo(paint, SkPaint::kStroke_Style); in drawPoints() local
422 fDrawContext->drawPath(fClip, grPaint, *draw.fMatrix, path, strokeInfo); in drawPoints()
492 GrStrokeInfo strokeInfo(paint); in drawRect() local
494 fDrawContext->drawRect(fClip, grPaint, *draw.fMatrix, rect, &strokeInfo); in drawRect()
511 GrStrokeInfo strokeInfo(paint); in drawRRect() local
534 strokeInfo, in drawRRect()
558 SkASSERT(!strokeInfo.isDashed()); in drawRRect()
560 fDrawContext->drawRRect(fClip, grPaint, *draw.fMatrix, rect, strokeInfo); in drawRRect()
687 GrStrokeInfo strokeInfo(paint); in drawOval() local
688 SkASSERT(!strokeInfo.isDashed()); in drawOval()
690 fDrawContext->drawOval(fClip, grPaint, *draw.fMatrix, oval, strokeInfo); in drawOval()