Searched refs:vnc_write_u16 (Results 1 – 3 of 3) sorted by relevance
/qemu/ui/ |
H A D | vnc.c | 675 vnc_write_u16(vs, x); in vnc_framebuffer_update() 676 vnc_write_u16(vs, y); in vnc_framebuffer_update() 677 vnc_write_u16(vs, w); in vnc_framebuffer_update() 678 vnc_write_u16(vs, h); in vnc_framebuffer_update() 691 vnc_write_u16(vs, 1); /* number of rects */ in vnc_desktop_resize_ext() 702 vnc_write_u16(vs, 0); /* screen x-pos */ in vnc_desktop_resize_ext() 703 vnc_write_u16(vs, 0); /* screen y-pos */ in vnc_desktop_resize_ext() 704 vnc_write_u16(vs, vs->client_width); in vnc_desktop_resize_ext() 705 vnc_write_u16(vs, vs->client_height); in vnc_desktop_resize_ext() 740 vnc_write_u16(vs, 1); /* number of rects */ in vnc_desktop_resize() [all …]
|
H A D | vnc-jobs.c | 284 vnc_write_u16(&vs, 0); in vnc_worker_thread_loop()
|
H A D | vnc.h | 559 void vnc_write_u16(VncState *vs, uint16_t value);
|