Searched defs:blackStroke (Results 1 - 1 of 1) sorted by relevance

/external/skia/samplecode/
H A DSampleRectanizer.cpp91 SkPaint blackStroke; variable
92 blackStroke.setStyle(SkPaint::kStroke_Style);
99 canvas->drawRect(r, blackStroke);
108 canvas->drawRect(r, blackStroke);

Completed in 41 milliseconds