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 …]
25 SkPaint paintStroke; in onDrawContent() local35 paintStroke.setAntiAlias(true); in onDrawContent()36 paintStroke.setStyle(SkPaint::kStroke_Style); in onDrawContent()37 paintStroke.setColor(SK_ColorBLACK); in onDrawContent()38 paintStroke.setStrokeWidth(8); in onDrawContent()39 paintStroke.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()56 canvas->drawPath(path, paintStroke); in onDrawContent()66 paintStroke.setStrokeWidth(5); in onDrawContent()84 canvas->drawPath(path, paintStroke); in onDrawContent()102 paintStroke.setStrokeWidth(14); in onDrawContent()[all …]