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

  /external/chromium/chrome/browser/ui/views/
detachable_toolbar_view.cc 80 SkPaint border_paint; local
81 border_paint.setColor(
83 border_paint.setStyle(SkPaint::kStroke_Style);
84 border_paint.setAlpha(96);
85 border_paint.setAntiAlias(true);
89 border_paint);
create_application_shortcut_view.cc 171 SkPaint border_paint; local
172 border_paint.setAntiAlias(true);
173 border_paint.setARGB(0xFF, 0xC8, 0xC8, 0xC8);
176 border_rect, SkIntToScalar(2), SkIntToScalar(2), border_paint);

Completed in 171 milliseconds