Searched refs:PROC_COLOR_S (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 106 PROC_COLOR_S = (0.94, 0.94, 0.94, 1.0) variable 171 STATE_COLORS = [(0, 0, 0, 0), PROC_COLOR_R, PROC_COLOR_S, PROC_COLOR_D, \ 772 PROC_COLOR_S, off_x+240, curr_y + 45, leg_s) 864 draw_fill_rect(ctx, PROC_COLOR_S, (x, y, w, proc_h))
|