Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleClock.cpp25 SkPaint paintStroke; variable
35 paintStroke.setAntiAlias(true);
36 paintStroke.setStyle(SkPaint::kStroke_Style);
37 paintStroke.setColor(SK_ColorBLACK);
38 paintStroke.setStrokeWidth(8);
39 paintStroke.setStrokeCap(SkPaint::kRound_Cap);
56 canvas->drawPath(path, paintStroke);
66 paintStroke.setStrokeWidth(5);
84 canvas->drawPath(path, paintStroke);
102 paintStroke
[all...]

Completed in 1 milliseconds