Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
H A Dstroke_closed_degenerate_path.cpp18 SkPaint capStroke; in REG_FIDDLE() local
19 capStroke.setColor(SK_ColorRED); in REG_FIDDLE()
20 capStroke.setStrokeWidth(10.f); in REG_FIDDLE()
21 capStroke.setStyle(SkPaint::kStroke_Style); in REG_FIDDLE()
22 capStroke.setStrokeCap(SkPaint::kRound_Cap); in REG_FIDDLE()
23 canvas->drawPath(path, capStroke); in REG_FIDDLE()

Completed in 1 milliseconds