Searched refs:paintStroke (Results 1 – 2 of 2) sorted by relevance
35 SkPaint paintStroke; in onDrawContent() local45 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 …]