HomeSort by relevance Sort by last modified time
    Searched full:total_height (Results 1 - 1 of 1) sorted by null

  /external/qemu/
console.c 130 int total_height; member in struct:TextConsole
517 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell));
518 for(y = 0; y < s->total_height; y++) {
567 y1 = (s->y_base + y) % s->total_height;
570 y2 += s->total_height;
596 y1 = (s->y_base + s->y) % s->total_height;
599 y += s->total_height;
640 if (++y1 == s->total_height)
660 if (++s->y_displayed == s->total_height)
666 if (i > s->total_height - s->height
    [all...]

Completed in 26 milliseconds