Lines Matching refs:strokeWidth
58 SkScalar strokeWidth = args.fViewMatrix->getMaxScale() * stroke.getWidth(); in onCanDrawPath() local
59 if (strokeWidth < 1.0f && stroke.getStyle() == SkStrokeRec::kStroke_Style) { in onCanDrawPath()
62 return strokeWidth <= kMaxStrokeWidth && in onCanDrawPath()
126 SkScalar strokeWidth, in Make() argument
131 color, viewMatrix, path, strokeWidth, style, join, miterLimit)); in Make()
153 SkScalar strokeWidth, in AAFlatteningConvexPathOp() argument
159 PathData{color, viewMatrix, path, strokeWidth, style, join, miterLimit}); in AAFlatteningConvexPathOp()
163 SkScalar w = strokeWidth; in AAFlatteningConvexPathOp()
335 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() local
341 strokeWidth, stroke.getStyle(), join, miterLimit); in onDrawPath()
366 SkScalar strokeWidth = -1.f; in DRAW_OP_TEST_DEFINE() local
371 strokeWidth = random->nextRangeF(1.0f, 10.0f); in DRAW_OP_TEST_DEFINE()
380 return AAFlatteningConvexPathOp::Make(color, viewMatrix, path, strokeWidth, style, join, in DRAW_OP_TEST_DEFINE()