Searched refs:PROC_BORDER_COLOR (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 100 PROC_BORDER_COLOR = (0.71, 0.71, 0.71, 1.0) variable 199 draw_rect(ctx, PROC_BORDER_COLOR, (x, y - s, s, s)) 692 draw_rect(ctx, PROC_BORDER_COLOR, (x, y, w, proc_h)) 832 draw_rect(ctx, PROC_BORDER_COLOR, (x, y, w, proc_h))
|