Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole-vc.c61 int update_x0; member
180 if (s->update_x0 > x * FONT_WIDTH) in invalidate_xy()
181 s->update_x0 = x * FONT_WIDTH; in invalidate_xy()
453 s->update_x0 = 0; in vc_put_lf()
860 s->update_x0 = s->width * FONT_WIDTH; in DECLARE_INSTANCE_CHECKER()
869 if (s->update_x0 < s->update_x1) { in DECLARE_INSTANCE_CHECKER()
870 dpy_gfx_update(QEMU_CONSOLE(s), s->update_x0, s->update_y0, in DECLARE_INSTANCE_CHECKER()
871 s->update_x1 - s->update_x0, in DECLARE_INSTANCE_CHECKER()