Searched refs:vnc_framebuffer_update (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-zlib.c | 126 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB); in vnc_zlib_send_framebuffer_update()
|
| H A D | vnc.c | 675 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() function 695 vnc_framebuffer_update(vs, in vnc_desktop_resize_ext() 744 vnc_framebuffer_update(vs, 0, 0, vs->client_width, vs->client_height, in vnc_desktop_resize() 962 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE); in vnc_send_framebuffer_update() 978 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW); in vnc_send_framebuffer_update() 1005 vnc_framebuffer_update(vs, c->hot_x, c->hot_y, c->width, c->height, in vnc_cursor_define() 1017 vnc_framebuffer_update(vs, c->hot_x, c->hot_y, c->width, c->height, in vnc_cursor_define() 1776 vnc_framebuffer_update(vs, absolute, 0, in check_pointer_type_change() 1837 vnc_framebuffer_update(vs, 0, 0, 1, 1, VNC_ENCODING_LED_STATE); in vnc_led_state_change() 2091 vnc_framebuffer_update(vs, 0, 0, in send_ext_key_event_ack() [all …]
|
| H A D | vnc-enc-zrle.c | 340 vnc_framebuffer_update(vs, x, y, w, h, worker->zrle.type); in zrle_send_framebuffer_update()
|
| H A D | vnc.h | 600 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h,
|
| H A D | vnc-enc-tight.c | 1514 vnc_framebuffer_update(vs, x, y, w, h, tight->type); in send_sub_rect() 1556 vnc_framebuffer_update(vs, x, y, w, h, worker->tight.type); in send_sub_rect_solid()
|