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