Home
last modified time | relevance | path

Searched refs:proc_h (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py327 proc_h = 16 # the height of a process variable
352 h = proc_h * processes + header_h + 2 * off_y
698 y = y + proc_h
792 y = y + proc_h * proc_tree.num_nodes([root])
848 next_y = y + proc_h
893 draw_fill_rect(ctx, color, (tx, y, tw, proc_h))
900 dep_off_y = proc_h / 4
901 ctx.move_to(x, y + proc_h / 2)
902 ctx.line_to(px - dep_off_x, y + proc_h / 2)
906 ctx.move_to(x, y + proc_h / 2)
[all …]