Lines Matching refs:strokeWidth
128 SkScalar strokeWidth,
140 SkScalar radius = SkScalarHalf(strokeWidth) - 0.5f;
151 SkScalar halfStroke = SkScalarHalf(strokeWidth);
463 SkScalar strokeWidth = args.fSrcStrokeWidth * args.fPerpendicularScale;
465 if ((strokeWidth < 1.f && !useAA) || 0.f == strokeWidth) {
466 strokeWidth = 1.f;
469 SkScalar halfDevStroke = strokeWidth * 0.5f;
473 devIntervals[0] += strokeWidth;
474 devIntervals[1] -= strokeWidth;
555 draw.fStrokeWidth = strokeWidth;
702 * interval). The radius of the dots is given by the strokeWidth and the spacing by the DashInfo.
901 * This effect will draw a dashed line. The width of the dash is given by the strokeWidth and the
1189 SkScalar strokeWidth = lineData.fSrcStrokeWidth * lineData.fPerpendicularScale;
1193 offInterval -= strokeWidth;