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

  /external/chromium_org/chrome/browser/ui/views/
detachable_toolbar_view.cc 96 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);
create_application_shortcut_view.cc 207 SkPaint border_paint; local
208 border_paint.setAntiAlias(true);
209 border_paint.setARGB(0xFF, 0xC8, 0xC8, 0xC8);
212 SkIntToScalar(2), border_paint);
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 38 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 125 milliseconds