Home
last modified time | relevance | path

Searched refs:update_y0 (Results 1 – 1 of 1) sorted by relevance

/qemu/ui/
H A Dconsole-vc.c62 int update_y0; member
182 if (s->update_y0 > y * FONT_HEIGHT) in invalidate_xy()
183 s->update_y0 = y * FONT_HEIGHT; in invalidate_xy()
454 s->update_y0 = 0; in vc_put_lf()
861 s->update_y0 = s->height * FONT_HEIGHT; in DECLARE_INSTANCE_CHECKER()
870 dpy_gfx_update(QEMU_CONSOLE(s), s->update_x0, s->update_y0, in DECLARE_INSTANCE_CHECKER()
872 s->update_y1 - s->update_y0); in DECLARE_INSTANCE_CHECKER()