Lines Matching refs:strokeWidth
66 SkScalar strokeWidth = args.fViewMatrix->getMaxScale() * stroke.getWidth(); in onCanDrawPath() local
67 if (strokeWidth < 1.0f && stroke.getStyle() == SkStrokeRec::kStroke_Style) { in onCanDrawPath()
70 if (strokeWidth > kMaxStrokeWidth || in onCanDrawPath()
128 SkScalar strokeWidth, in Make() argument
135 strokeWidth, style, join, miterLimit, in Make()
143 SkScalar strokeWidth, in AAFlatteningConvexPathOp() argument
150 PathData{color, viewMatrix, path, strokeWidth, style, join, miterLimit}); in AAFlatteningConvexPathOp()
154 SkScalar w = strokeWidth; in AAFlatteningConvexPathOp()
349 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() local
354 args.fContext, std::move(args.fPaint), *args.fViewMatrix, path, strokeWidth, in onDrawPath()
374 SkScalar strokeWidth = -1.f; in GR_DRAW_OP_TEST_DEFINE() local
379 strokeWidth = random->nextRangeF(1.0f, 10.0f); in GR_DRAW_OP_TEST_DEFINE()
388 return AAFlatteningConvexPathOp::Make(context, std::move(paint), viewMatrix, path, strokeWidth, in GR_DRAW_OP_TEST_DEFINE()