Home
last modified time | relevance | path

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

/qemu/ui/
H A Dconsole-vc.c34 typedef struct TextCell { struct
37 } TextCell; argument
57 TextCell *cells;
192 TextCell *c; in console_show_cursor()
222 TextCell *c; in console_refresh()
380 TextCell *cells, *c, *c1; in text_console_resize()
397 cells = g_new(TextCell, t->width * t->total_height + 1); in text_console_resize()
419 TextCell *c; in vc_put_lf()
561 TextCell *c; in vc_update_xy()
592 TextCell *c = &s->cells[y1 * s->width + x]; in vc_clear_xy()
[all …]