Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-zlib.c125 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB); in vnc_zlib_send_framebuffer_update()
H A Dvnc.c672 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() function
692 vnc_framebuffer_update(vs, in vnc_desktop_resize_ext()
741 vnc_framebuffer_update(vs, 0, 0, vs->client_width, vs->client_height, in vnc_desktop_resize()
958 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE); in vnc_send_framebuffer_update()
974 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW); in vnc_send_framebuffer_update()
1001 vnc_framebuffer_update(vs, c->hot_x, c->hot_y, c->width, c->height, in vnc_cursor_define()
1013 vnc_framebuffer_update(vs, c->hot_x, c->hot_y, c->width, c->height, in vnc_cursor_define()
1779 vnc_framebuffer_update(vs, absolute, 0, in check_pointer_type_change()
1840 vnc_framebuffer_update(vs, 0, 0, 1, 1, VNC_ENCODING_LED_STATE); in vnc_led_state_change()
2094 vnc_framebuffer_update(vs, 0, 0, in send_ext_key_event_ack()
[all …]
H A Dvnc-enc-zrle.c340 vnc_framebuffer_update(vs, x, y, w, h, vs->zrle->type); in zrle_send_framebuffer_update()
H A Dvnc.h590 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h,
H A Dvnc-enc-tight.c1494 vnc_framebuffer_update(vs, x, y, w, h, vs->tight->type); in send_sub_rect()
1534 vnc_framebuffer_update(vs, x, y, w, h, vs->tight->type); in send_sub_rect_solid()