/external/chromium/chrome/browser/chromeos/login/ |
rounded_rect_painter.h | 25 SkColor top_color; member in struct:chromeos::BorderDefinition
|
rounded_rect_painter.cc | 30 SkColor top_color, SkColor bottom_color, 42 if (top_color != bottom_color) { 46 SkColor colors[2] = { top_color, bottom_color }; 54 paint.setColor(top_color); 110 SkColor top_color = border->top_color; local 134 top_color, bottom_color,
|
/external/chromium/chrome/browser/ui/views/ |
detachable_toolbar_view.h | 76 // The color of the divider is a gradient starting with |top_color| at the 83 const SkColor& top_color,
|
detachable_toolbar_view.cc | 95 const SkColor& top_color, 102 top_color,
|
/external/chromium_org/chrome/browser/ui/views/ |
detachable_toolbar_view.h | 81 // The color of the divider is a gradient starting with |top_color| at the 88 SkColor top_color,
|
detachable_toolbar_view.cc | 114 SkColor top_color, 120 vertical_padding + 1, height / 2, top_color, middle_color);
|
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
SchedGui.py | 79 def paint_rectangle_zone(self, nr, color, top_color, start, end): 88 if top_color is not None: 89 (r, g, b) = top_color 90 top_color = wx.Colour(r, g, b) 91 brush = wx.Brush(top_color, wx.SOLID)
|
/external/linux-tools-perf/scripts/python/ |
sched-migration.py | 291 top_color = None 294 top_color = rq.event.color() 296 self.root_win.paint_rectangle_zone(cpu, color, top_color, slice.start, slice.end)
|
/external/chromium_org/chrome/browser/ui/gtk/ |
location_bar_view_gtk.cc | 1797 const GdkColor top_color = GetGradientTopColor(); local [all...] |