Searched refs:redStroked (Results 1 – 1 of 1) sorted by relevance
174 SkPaint redStroked; in draw_geom_with_paint() local175 redStroked.setColor(SK_ColorRED); in draw_geom_with_paint()176 redStroked.setStyle(SkPaint::kStroke_Style); in draw_geom_with_paint()196 canvas->drawRect(r, redStroked); in draw_geom_with_paint()204 SkPaint redStroked; in draw_savelayer_with_paint() local205 redStroked.setColor(SK_ColorRED); in draw_savelayer_with_paint()206 redStroked.setStyle(SkPaint::kStroke_Style); in draw_savelayer_with_paint()225 canvas->drawRect(bounds, redStroked); in draw_savelayer_with_paint()