Lines Matching defs:h

117 static bool tight_can_send_png_rect(VncState *vs, int w, int h)  in tight_can_send_png_rect()
138 tight_detect_smooth_image24(VncState *vs, int w, int h) in tight_detect_smooth_image24()
296 tight_detect_smooth_image(VncState *vs, int w, int h) in tight_detect_smooth_image()
550 tight_filter_gradient24(VncState *vs, uint8_t *buf, int w, int h) in tight_filter_gradient24()
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()
963 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect()
1041 static bool send_gradient_rect(VncState *vs, int x, int y, int w, int h) in send_gradient_rect()
1078 int w, int h, VncPalette *palette) 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()
1566 int w, int h, int max_rows) in find_large_solid_color_rect()
1648 int w, int h) in tight_send_framebuffer_update()
1682 int w, int h) in vnc_tight_send_framebuffer_update()
1689 int w, int h) in vnc_tight_png_send_framebuffer_update()