Searched refs:PROC_COLOR_R (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 104 PROC_COLOR_R = CPU_COLOR variable 171 STATE_COLORS = [(0, 0, 0, 0), PROC_COLOR_R, PROC_COLOR_S, PROC_COLOR_D, \ 768 PROC_COLOR_R, off_x , curr_y + 45, leg_s) 888 color = tuple(list(PROC_COLOR_R[0:3]) + [alpha])
|