Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-tight.c114 static int send_png_rect(VncState *vs, int x, int y, int w, int h,
924 return send_png_rect(vs, x, y, w, h, NULL); in send_full_color_rect()
977 ret = send_png_rect(vs, x, y, w, h, palette); in send_mono_rect()
1087 return send_png_rect(vs, x, y, w, h, palette); in send_palette_rect()
1291 static int send_png_rect(VncState *vs, int x, int y, int w, int h, in send_png_rect() function