Searched refs:vnc_framebuffer_update (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | vnc.c | 279 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() function 318 vnc_framebuffer_update(vs, 0, 0, ds->width, ds->height, -223); in vnc_dpy_resize() 415 vnc_framebuffer_update(vs, x, y, w, h, 0); in send_framebuffer_update_raw() 466 vnc_framebuffer_update(vs, x, y, w, h, 5); in send_framebuffer_update_hextile() 526 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, 1); in vnc_copy() 904 vnc_framebuffer_update(vs, absolute, 0, in check_pointer_type_change() 1121 vnc_framebuffer_update(vs, 0, 0, vs->ds->width, vs->ds->height, -258); in send_ext_key_event_ack() 1353 vnc_framebuffer_update(vs, 0, 0, ds->width, ds->height, 0x574D5669); in vnc_colordepth()
|