Home | History | Annotate | Download | only in tests

Lines Matching refs:strokePaint

2076     SkPaint strokePaint;
2077 strokePaint.setStyle(SkPaint::kStroke_Style);
2078 strokePaint.setStrokeWidth(2);
2079 strokePaint.getFillPath(src, &dst);