Home | History | Annotate | Download | only in viewer

Lines Matching full:outline

1171                 SkPaint outline;
1172 outline.setStyle(SkPaint::kStroke_Style);
1173 c->drawRect(SkRect::MakeXYWH(mousePos.x, mousePos.y, 1, 1), outline);