Searched refs:total_height (Results 1 – 1 of 1) sorted by relevance
130 int total_height; member517 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell)); in text_console_resize()518 for(y = 0; y < s->total_height; y++) { in text_console_resize()567 y1 = (s->y_base + y) % s->total_height; in update_xy()570 y2 += s->total_height; in update_xy()596 y1 = (s->y_base + s->y) % s->total_height; in console_show_cursor()599 y += s->total_height; in console_show_cursor()640 if (++y1 == s->total_height) in console_refresh()660 if (++s->y_displayed == s->total_height) in console_scroll()666 if (i > s->total_height - s->height) in console_scroll()[all …]