Home
last modified time | relevance | path

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

/external/skia/gm/
Dfilterfastbounds.cpp182 SkPaint redStroked; in draw_geom_with_paint() local
183 redStroked.setColor(SK_ColorRED); in draw_geom_with_paint()
184 redStroked.setStyle(SkPaint::kStroke_Style); in draw_geom_with_paint()
204 canvas->drawRect(r, redStroked); in draw_geom_with_paint()
212 SkPaint redStroked; in draw_savelayer_with_paint() local
213 redStroked.setColor(SK_ColorRED); in draw_savelayer_with_paint()
214 redStroked.setStyle(SkPaint::kStroke_Style); in draw_savelayer_with_paint()
233 canvas->drawRect(bounds, redStroked); in draw_savelayer_with_paint()