• Home
  • Raw
  • Download

Lines Matching refs:strokeWidth

782     SkScalar strokeWidth = viewMatrix.mapRadius(stroke.getWidth());  in create_circle_batch()  local
793 if (SkScalarNearlyZero(strokeWidth)) { in create_circle_batch()
796 halfWidth = SkScalarHalf(strokeWidth); in create_circle_batch()
1012 SkScalar strokeWidth = stroke.getWidth(); in create_ellipse_batch() local
1013 scaledStroke.fX = SkScalarAbs(strokeWidth*(viewMatrix[SkMatrix::kMScaleX] + in create_ellipse_batch()
1015 scaledStroke.fY = SkScalarAbs(strokeWidth*(viewMatrix[SkMatrix::kMSkewX] + in create_ellipse_batch()
1256 SkScalar strokeWidth = stroke.getWidth(); in create_diellipse_batch() local
1258 if (SkScalarNearlyZero(strokeWidth)) { in create_diellipse_batch()
1259 strokeWidth = SK_ScalarHalf; in create_diellipse_batch()
1261 strokeWidth *= SK_ScalarHalf; in create_diellipse_batch()
1265 if (strokeWidth > SK_ScalarHalf && in create_diellipse_batch()
1271 if (strokeWidth*(yRadius*yRadius) < (strokeWidth*strokeWidth)*xRadius || in create_diellipse_batch()
1272 strokeWidth*(xRadius*xRadius) < (strokeWidth*strokeWidth)*yRadius) { in create_diellipse_batch()
1278 innerXRadius = xRadius - strokeWidth; in create_diellipse_batch()
1279 innerYRadius = yRadius - strokeWidth; in create_diellipse_batch()
1282 xRadius += strokeWidth; in create_diellipse_batch()
1283 yRadius += strokeWidth; in create_diellipse_batch()
1760 SkScalar strokeWidth = stroke.getWidth(); in create_rrect_batch() local
1770 scaledStroke.fX = SkScalarAbs(strokeWidth*(viewMatrix[SkMatrix::kMScaleX] + in create_rrect_batch()
1772 scaledStroke.fY = SkScalarAbs(strokeWidth*(viewMatrix[SkMatrix::kMSkewX] + in create_rrect_batch()