Lines Matching refs:stroke
53 SkPaint stroke; in make_hex_plane_picture() local
54 stroke.setStyle(SkPaint::kStroke_Style); in make_hex_plane_picture()
55 stroke.setStrokeWidth(3); in make_hex_plane_picture()
74 canvas->drawPath(hex, stroke); in make_hex_plane_picture()
103 SkPaint stroke; in make_single_layer_hex_plane_picture() local
104 stroke.setStyle(SkPaint::kStroke_Style); in make_single_layer_hex_plane_picture()
105 stroke.setStrokeWidth(3); in make_single_layer_hex_plane_picture()
128 canvas->drawPath(hex, stroke); in make_single_layer_hex_plane_picture()
159 SkPaint stroke; in make_tri_picture() local
160 stroke.setStyle(SkPaint::kStroke_Style); in make_tri_picture()
161 stroke.setStrokeWidth(3); in make_tri_picture()
176 canvas->drawPath(tri, stroke); in make_tri_picture()