Searched refs:send_sub_rect (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.c | 1470 static int send_sub_rect(VncState *vs, int x, int y, int w, int h) in send_sub_rect() function 1555 n += send_sub_rect(vs, x+dx, y+dy, rw, rh); in send_rect_simple() 1559 n += send_sub_rect(vs, x, y, w, h); in send_rect_simple()
|