Home | History | Annotate | Download | only in tests

Lines Matching refs:strokePaint

1472     SkPaint strokePaint;
1473 strokePaint.setStyle(SkPaint::kStroke_Style);
1474 strokePaint.setStrokeWidth(2);
1475 strokePaint.getFillPath(src, &dst);