Home
last modified time | relevance | path

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

/external/skia/gm/
Dfilterfastbounds.cpp172 SkPaint redStroked; in draw_geom_with_paint() local
173 redStroked.setColor(SK_ColorRED); in draw_geom_with_paint()
174 redStroked.setStyle(SkPaint::kStroke_Style); in draw_geom_with_paint()
194 canvas->drawRect(r, redStroked); in draw_geom_with_paint()
202 SkPaint redStroked; in draw_savelayer_with_paint() local
203 redStroked.setColor(SK_ColorRED); in draw_savelayer_with_paint()
204 redStroked.setStyle(SkPaint::kStroke_Style); in draw_savelayer_with_paint()
223 canvas->drawRect(bounds, redStroked); in draw_savelayer_with_paint()
/external/skqp/gm/
Dfilterfastbounds.cpp172 SkPaint redStroked; in draw_geom_with_paint() local
173 redStroked.setColor(SK_ColorRED); in draw_geom_with_paint()
174 redStroked.setStyle(SkPaint::kStroke_Style); in draw_geom_with_paint()
194 canvas->drawRect(r, redStroked); in draw_geom_with_paint()
202 SkPaint redStroked; in draw_savelayer_with_paint() local
203 redStroked.setColor(SK_ColorRED); in draw_savelayer_with_paint()
204 redStroked.setStyle(SkPaint::kStroke_Style); in draw_savelayer_with_paint()
223 canvas->drawRect(bounds, redStroked); in draw_savelayer_with_paint()