Lines Matching refs:strokeWidth
651 SkScalar strokeWidth = viewMatrix.mapRadius(stroke.getWidth()); in Make() local
661 if (SkScalarNearlyZero(strokeWidth)) { in Make()
664 halfWidth = SkScalarHalf(strokeWidth); in Make()
1179 SkScalar strokeWidth = stroke.getWidth(); in Make() local
1181 strokeWidth * (viewMatrix[SkMatrix::kMScaleX] + viewMatrix[SkMatrix::kMSkewY])); in Make()
1183 strokeWidth * (viewMatrix[SkMatrix::kMSkewX] + viewMatrix[SkMatrix::kMScaleY])); in Make()
1401 SkScalar strokeWidth = stroke.getWidth(); in Make() local
1403 if (SkScalarNearlyZero(strokeWidth)) { in Make()
1404 strokeWidth = SK_ScalarHalf; in Make()
1406 strokeWidth *= SK_ScalarHalf; in Make()
1410 if (strokeWidth > SK_ScalarHalf && in Make()
1416 if (strokeWidth * (yRadius * yRadius) < (strokeWidth * strokeWidth) * xRadius || in Make()
1417 strokeWidth * (xRadius * xRadius) < (strokeWidth * strokeWidth) * yRadius) { in Make()
1423 innerXRadius = xRadius - strokeWidth; in Make()
1424 innerYRadius = yRadius - strokeWidth; in Make()
1427 xRadius += strokeWidth; in Make()
1428 yRadius += strokeWidth; in Make()
2314 SkScalar strokeWidth = stroke.getWidth(); in make_rrect_op() local
2326 strokeWidth * (viewMatrix[SkMatrix::kMScaleX] + viewMatrix[SkMatrix::kMSkewY])); in make_rrect_op()
2328 strokeWidth * (viewMatrix[SkMatrix::kMSkewX] + viewMatrix[SkMatrix::kMScaleY])); in make_rrect_op()