Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-tight.c1535 static int send_rect_simple(VncState *vs, int x, int y, int w, int h, in send_rect_simple() function
1578 n += send_rect_simple(vs, x, y, w, max_rows, true); in find_large_solid_color_rect()
1617 n += send_rect_simple(vs, x, y, w, y_best-y, true); in find_large_solid_color_rect()
1644 return n + send_rect_simple(vs, x, y, w, h, true); in find_large_solid_color_rect()
1664 return send_rect_simple(vs, x, y, w, h, false); in tight_send_framebuffer_update()
1670 return send_rect_simple(vs, x, y, w, h, true); in tight_send_framebuffer_update()