Searched refs:draw_fill_rect (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 187 def draw_fill_rect(ctx, color, rect): function 198 draw_fill_rect(ctx, fill_color, (x, y - s, s, s)) 203 draw_fill_rect(ctx, fill_color, (x, y - s/2, s + 1, 3)) 691 draw_fill_rect(ctx, col, (x, y, w, proc_h)) 716 draw_fill_rect(ctx, WHITE, (0, 0, max(w, MIN_IMG_W), h)) 864 draw_fill_rect(ctx, PROC_COLOR_S, (x, y, w, proc_h)) 893 draw_fill_rect(ctx, color, (tx, y, tw, proc_h))
|