Searched refs:border_paint (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Ddetachable_toolbar_view.cc96 SkPaint border_paint; local
97 border_paint.setColor(
99 border_paint.setStyle(SkPaint::kStroke_Style);
100 border_paint.setAlpha(96);
101 border_paint.setAntiAlias(true);
105 border_paint);
H A Dcreate_application_shortcut_view.cc205 SkPaint border_paint; local
206 border_paint.setAntiAlias(true);
207 border_paint.setARGB(0xFF, 0xC8, 0xC8, 0xC8);
210 SkIntToScalar(2), border_paint);
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc38 SkPaint border_paint; local
39 border_paint.setStyle(SkPaint::kStroke_Style);
40 border_paint.setColor(SkColorSetA(SK_ColorWHITE, kuint8max * kArrowOpacity));
57 canvas->DrawPath(path, border_paint);

Completed in 339 milliseconds