Searched refs:send_full_color_rect (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.c | 917 static int send_full_color_rect(VncState *vs, int x, int y, int w, int h) in send_full_color_rect() function 1048 return send_full_color_rect(vs, x, y, w, h); in send_gradient_rect() 1188 return send_full_color_rect(vs, x, y, w, h); in send_jpeg_rect() 1410 ret = send_full_color_rect(vs, x, y, w, h); in send_sub_rect_nojpeg() 1438 ret = send_full_color_rect(vs, x, y, w, h); in send_sub_rect_jpeg()
|