Home | History | Annotate | Download | only in qemu

Lines Matching refs:send_framebuffer_update

644 static void send_framebuffer_update(VncState *vs, int x, int y, int w, int h)
794 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h);
802 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h);