Searched refs:top_color (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | rounded_rect_painter.cc | 30 SkColor top_color, SkColor bottom_color, in DrawRoundedRect() argument 42 if (top_color != bottom_color) { in DrawRoundedRect() 46 SkColor colors[2] = { top_color, bottom_color }; in DrawRoundedRect() 54 paint.setColor(top_color); in DrawRoundedRect() 110 SkColor top_color = border->top_color; in DrawRectWithBorder() local 134 top_color, bottom_color, in DrawRectWithBorder()
|
D | rounded_rect_painter.h | 25 SkColor top_color; member
|
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument 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/chromium/chrome/browser/ui/views/ |
D | detachable_toolbar_view.cc | 95 const SkColor& top_color, in PaintVerticalDivider() argument 102 top_color, in PaintVerticalDivider()
|
D | detachable_toolbar_view.h | 83 const SkColor& top_color,
|
/external/linux-tools-perf/scripts/python/ |
D | 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)
|