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

  /external/qemu/
console.c 144 int update_y1; member in struct:TextConsole
552 if (s->update_y1 < (y + 1) * FONT_HEIGHT)
553 s->update_y1 = (y + 1) * FONT_HEIGHT;
723 s->update_y1 = s->height * FONT_HEIGHT;
1088 s->update_y1 = 0;
1097 s->update_y1 - s->update_y0);
    [all...]

Completed in 50 milliseconds