Searched refs:TextCell (Results 1 – 1 of 1) sorted by relevance
34 typedef struct TextCell { struct37 } TextCell; argument57 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 …]