Home
last modified time | relevance | path

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

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