Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleClock.cpp35 SkPaint paintStroke; in onDrawContent() local
45 paintStroke.setAntiAlias(true); in onDrawContent()
46 paintStroke.setStyle(SkPaint::kStroke_Style); in onDrawContent()
47 paintStroke.setColor(SK_ColorBLACK); in onDrawContent()
48 paintStroke.setStrokeWidth(8); in onDrawContent()
49 paintStroke.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
66 canvas->drawPath(path, paintStroke); in onDrawContent()
76 paintStroke.setStrokeWidth(5); in onDrawContent()
94 canvas->drawPath(path, paintStroke); in onDrawContent()
112 paintStroke.setStrokeWidth(14); in onDrawContent()
[all …]
/external/skqp/samplecode/
DSampleClock.cpp35 SkPaint paintStroke; in onDrawContent() local
45 paintStroke.setAntiAlias(true); in onDrawContent()
46 paintStroke.setStyle(SkPaint::kStroke_Style); in onDrawContent()
47 paintStroke.setColor(SK_ColorBLACK); in onDrawContent()
48 paintStroke.setStrokeWidth(8); in onDrawContent()
49 paintStroke.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
66 canvas->drawPath(path, paintStroke); in onDrawContent()
76 paintStroke.setStrokeWidth(5); in onDrawContent()
94 canvas->drawPath(path, paintStroke); in onDrawContent()
112 paintStroke.setStrokeWidth(14); in onDrawContent()
[all …]