Lines Matching refs:vnc_framebuffer_update
672 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()
2108 vnc_framebuffer_update(vs, 0, 0, in send_ext_audio_ack()
2362 vnc_framebuffer_update(vs, 0, 0, in vnc_colordepth()