Home
last modified time | relevance | path

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

/external/skia/gm/
Dcomplexclip.cpp113 SkPaint boundPaint; in onDraw() local
114 boundPaint.setColor(SK_ColorRED); in onDraw()
115 boundPaint.setStyle(SkPaint::kStroke_Style); in onDraw()
116 canvas->drawRect(bounds, boundPaint); in onDraw()