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

  /external/qemu/
console.c 141 int update_x0; member in struct:TextConsole
546 if (s->update_x0 > x * FONT_WIDTH)
547 s->update_x0 = x * FONT_WIDTH;
720 s->update_x0 = 0;
1085 s->update_x0 = s->width * FONT_WIDTH;
1094 if (ds_get_bits_per_pixel(s->ds) && s->update_x0 < s->update_x1) {
1095 dpy_update(s->ds, s->update_x0, s->update_y0,
1096 s->update_x1 - s->update_x0,
    [all...]

Completed in 27 milliseconds