Searched refs:TEXT_COLOR (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 53 TEXT_COLOR = (0.0, 0.0, 0.0, 1.0) variable 200 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y) 206 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y) 229 draw_text(ctx, label, TEXT_COLOR, x, rect[1] - 2) 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]) 1100 draw_text(ctx, label, TEXT_COLOR, chart_bounds[0] + off_x,
|