Lines Matching defs:y
141 int x, y, d, dx; in tight_detect_smooth_image24() local
420 static int tight_fill_palette(VncState *vs, int x, int y, in tight_fill_palette()
558 int x, y, c; in tight_filter_gradient24() local
676 check_solid_tile32(VncState *vs, int x, int y, int w, int h, in check_solid_tile32()
705 static bool check_solid_tile(VncState *vs, int x, int y, int w, int h, in check_solid_tile()
712 static void find_best_solid_area(VncState *vs, int x, int y, int w, int h, in find_best_solid_area()
750 static void extend_solid_area(VncState *vs, int x, int y, int w, int h, in extend_solid_area()
917 static int send_full_color_rect(VncState *vs, int x, int y, int w, int h) in send_full_color_rect()
962 static int send_mono_rect(VncState *vs, int x, int y, in send_mono_rect()
1041 static bool send_gradient_rect(VncState *vs, int x, int y, int w, int h) in send_gradient_rect()
1077 static int send_palette_rect(VncState *vs, int x, int y, in send_palette_rect()
1177 static int send_jpeg_rect(VncState *vs, int x, int y, int w, int h, int quality) in send_jpeg_rect()
1291 static int send_png_rect(VncState *vs, int x, int y, int w, int h, in send_png_rect()
1401 static int send_sub_rect_nojpeg(VncState *vs, int x, int y, int w, int h, in send_sub_rect_nojpeg()
1425 static int send_sub_rect_jpeg(VncState *vs, int x, int y, int w, int h, in send_sub_rect_jpeg()
1470 static int send_sub_rect(VncState *vs, int x, int y, int w, int h) in send_sub_rect()
1524 static int send_sub_rect_solid(VncState *vs, int x, int y, int w, int h) in send_sub_rect_solid()
1535 static int send_rect_simple(VncState *vs, int x, int y, int w, int h, in send_rect_simple()
1565 static int find_large_solid_color_rect(VncState *vs, int x, int y, in find_large_solid_color_rect()
1647 static int tight_send_framebuffer_update(VncState *vs, int x, int y, in tight_send_framebuffer_update()
1681 int vnc_tight_send_framebuffer_update(VncState *vs, int x, int y, in vnc_tight_send_framebuffer_update()
1688 int vnc_tight_png_send_framebuffer_update(VncState *vs, int x, int y, in vnc_tight_png_send_framebuffer_update()