Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleClock.cpp36 SkPaint paintStroke; in onDrawContent() local
46 paintStroke.setAntiAlias(true); in onDrawContent()
47 paintStroke.setStyle(SkPaint::kStroke_Style); in onDrawContent()
48 paintStroke.setColor(SK_ColorBLACK); in onDrawContent()
49 paintStroke.setStrokeWidth(8); in onDrawContent()
50 paintStroke.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
67 canvas->drawPath(path, paintStroke); in onDrawContent()
77 paintStroke.setStrokeWidth(5); in onDrawContent()
95 canvas->drawPath(path, paintStroke); in onDrawContent()
113 paintStroke.setStrokeWidth(14); in onDrawContent()
[all …]