Lines Matching refs:strokeWidth
91 SkScalar strokeWidth, in Make() argument
98 strokeWidth, style, join, miterLimit, in Make()
106 SkScalar strokeWidth, in AAFlatteningConvexPathOp() argument
113 PathData{viewMatrix, path, color, strokeWidth, miterLimit, style, join}); in AAFlatteningConvexPathOp()
117 SkScalar w = strokeWidth; in AAFlatteningConvexPathOp()
369 SkScalar strokeWidth = args.fViewMatrix->getMaxScale() * stroke.getWidth(); in onCanDrawPath() local
370 if (strokeWidth < 1.0f && stroke.getStyle() == SkStrokeRec::kStroke_Style) { in onCanDrawPath()
373 if (strokeWidth > kMaxStrokeWidth || in onCanDrawPath()
403 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() local
408 args.fContext, std::move(args.fPaint), *args.fViewMatrix, path, strokeWidth, in onDrawPath()
428 SkScalar strokeWidth = -1.f; in GR_DRAW_OP_TEST_DEFINE() local
433 strokeWidth = random->nextRangeF(1.0f, 10.0f); in GR_DRAW_OP_TEST_DEFINE()
443 strokeWidth, style, join, miterLimit, in GR_DRAW_OP_TEST_DEFINE()