Home | History | Annotate | Download | only in viewer

Lines Matching full:outline

1361                 SkPaint outline;
1362 outline.setStyle(SkPaint::kStroke_Style);
1363 c->drawRect(SkRect::MakeXYWH(mousePos.x, mousePos.y, 1, 1), outline);