Searched refs:leg_s (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 328 leg_s = 10 variable 571 off_x + i * 250, curr_y+20, leg_s) 603 MEM_SWAP_COLOR, off_x + 480, curr_y+20, leg_s) 627 TASK_COLOR_CONFIGURE, off_x , curr_y + 45, leg_s) 629 TASK_COLOR_COMPILE, off_x+120, curr_y + 45, leg_s) 631 TASK_COLOR_INSTALL, off_x+240, curr_y + 45, leg_s) 768 PROC_COLOR_R, off_x , curr_y + 45, leg_s) 770 PROC_COLOR_D, off_x+120, curr_y + 45, leg_s) 772 PROC_COLOR_S, off_x+240, curr_y + 45, leg_s) 774 PROC_COLOR_Z, off_x+360, curr_y + 45, leg_s) [all …]
|