Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py182 def draw_text(ctx, text, color, x, y): function
200 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y)
206 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y)
215 draw_text(ctx, label, color, label_x, y)
229 draw_text(ctx, label, TEXT_COLOR, x, rect[1] - 2)
750 draw_text(ctx, SIGNATURE, SIG_COLOR, off_x + 5, proc_height - 8)
805 draw_text(ctx, headers['title'], TEXT_COLOR, off_x, header_y)
815 draw_text(ctx, txt, TEXT_COLOR, off_x, header_y)
823 draw_text (ctx, txt, TEXT_COLOR, off_x, header_y)
1080 draw_text(ctx, l[0], TEXT_COLOR, l[1], l[2])
[all …]