Searched refs:TEXT_COLOR (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 53 TEXT_COLOR = (0.0, 0.0, 0.0, 1.0) variable 184 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y) 190 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y) 213 draw_text(ctx, label, TEXT_COLOR, x, rect[1] - 2) 668 draw_text(ctx, headers['title'], TEXT_COLOR, off_x, header_y) 678 draw_text(ctx, txt, TEXT_COLOR, off_x, header_y) 686 draw_text (ctx, txt, TEXT_COLOR, off_x, header_y) 943 draw_text(ctx, l[0], TEXT_COLOR, l[1], l[2]) 963 draw_text(ctx, label, TEXT_COLOR, chart_bounds[0] + off_x,
|