HomeSort by relevance Sort by last modified time
    Searched refs:blackStroke (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/samplecode/
SampleRectanizer.cpp 91 SkPaint blackStroke;
92 blackStroke.setStyle(SkPaint::kStroke_Style);
99 canvas->drawRect(r, blackStroke);
108 canvas->drawRect(r, blackStroke);
  /external/skia/samplecode/
SampleRectanizer.cpp 91 SkPaint blackStroke;
92 blackStroke.setStyle(SkPaint::kStroke_Style);
99 canvas->drawRect(r, blackStroke);
108 canvas->drawRect(r, blackStroke);

Completed in 464 milliseconds