Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.c78 typedef struct TextCell { struct
81 } TextCell; argument
171 TextCell *cells;
550 TextCell *cells, *c, *c1; in text_console_resize()
561 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell)); in text_console_resize()
602 TextCell *c; in update_xy()
626 TextCell *c; in console_show_cursor()
660 TextCell *c; in console_refresh()
727 TextCell *c; in console_put_lf()
872 TextCell *c = &s->cells[y1 * s->width + x]; in console_clear_xy()
[all …]