Searched refs:vnc_framebuffer_update (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-enc-zlib.c | 125 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB); in vnc_zlib_send_framebuffer_update()
|
H A D | vnc.c | 674 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() function 694 vnc_framebuffer_update(vs, in vnc_desktop_resize_ext() 743 vnc_framebuffer_update(vs, 0, 0, vs->client_width, vs->client_height, in vnc_desktop_resize() 960 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE); in vnc_send_framebuffer_update() 976 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW); in vnc_send_framebuffer_update() 1003 vnc_framebuffer_update(vs, c->hot_x, c->hot_y, c->width, c->height, in vnc_cursor_define() 1781 vnc_framebuffer_update(vs, absolute, 0, in check_pointer_type_change() 1842 vnc_framebuffer_update(vs, 0, 0, 1, 1, VNC_ENCODING_LED_STATE); in vnc_led_state_change() 2096 vnc_framebuffer_update(vs, 0, 0, in send_ext_key_event_ack() 2110 vnc_framebuffer_update(vs, 0, 0, in send_ext_audio_ack() [all …]
|
H A D | vnc-enc-zrle.c | 340 vnc_framebuffer_update(vs, x, y, w, h, vs->zrle->type); in zrle_send_framebuffer_update()
|
H A D | vnc.h | 591 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h,
|
H A D | vnc-enc-tight.c | 1486 vnc_framebuffer_update(vs, x, y, w, h, vs->tight->type); in send_sub_rect() 1526 vnc_framebuffer_update(vs, x, y, w, h, vs->tight->type); in send_sub_rect_solid()
|