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.py187 def draw_text(ctx, text, color, x, y): function
205 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y)
211 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y)
220 draw_text(ctx, label, color, label_x, y)
234 draw_text(ctx, label, TEXT_COLOR, x, rect[1] - 2)
441 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y)
452 draw_text(ctx, "Iface: %s" % (iface), TEXT_COLOR, off_x, curr_y+20)
518 draw_text (ctx, label, CPU_PRESSURE_AVG10_COLOR, pos_x + shift_x, curr_y + shift_y)
552 draw_text (ctx, label, IO_PRESSURE_AVG10_COLOR, pos_x + shift_x, curr_y + shift_y)
586 draw_text (ctx, label, MEM_PRESSURE_AVG10_COLOR, pos_x + shift_x, curr_y + shift_y)
[all …]