Home
last modified time | relevance | path

Searched refs:top_color (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py79 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_org/chrome/browser/ui/views/
Ddetachable_toolbar_view.cc113 SkColor top_color, in PaintVerticalDivider() argument
119 vertical_padding + 1, height / 2, top_color, middle_color); in PaintVerticalDivider()
Ddetachable_toolbar_view.h88 SkColor top_color,
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
Dsched-migration.py291 top_color = None
294 top_color = rq.event.color()
296 self.root_win.paint_rectangle_zone(cpu, color, top_color, slice.start, slice.end)