Searched refs:draw_text (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 166 def draw_text(ctx, text, color, x, y): function 184 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y) 190 draw_text(ctx, label, TEXT_COLOR, x + s + 5, y) 199 draw_text(ctx, label, color, label_x, y) 213 draw_text(ctx, label, TEXT_COLOR, x, rect[1] - 2) 414 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y) 613 draw_text(ctx, SIGNATURE, SIG_COLOR, off_x + 5, proc_height - 8) 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) [all …]
|