Home
last modified time | relevance | path

Searched refs:redStroked (Results 1 – 1 of 1) sorted by relevance

/external/skia/gm/
Dfilterfastbounds.cpp174 SkPaint redStroked; in draw_geom_with_paint() local
175 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() local
205 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()