Home
last modified time | relevance | path

Searched refs:capStroke (Results 1 – 1 of 1) sorted by relevance

/external/skia/docs/examples/
Dstroke_closed_degenerate_path.cpp18 SkPaint capStroke; in draw() local
19 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()