Searched refs:capStroke (Results 1 – 1 of 1) sorted by relevance
18 SkPaint capStroke; in draw() local19 capStroke.setColor(SK_ColorRED); in draw()20 capStroke.setStrokeWidth(10.f); in draw()21 capStroke.setStyle(SkPaint::kStroke_Style); in draw()22 capStroke.setStrokeCap(SkPaint::kRound_Cap); in draw()23 canvas->drawPath(path, capStroke); in draw()