Lines Matching refs:VncState

75 static int tight_send_framebuffer_update(VncState *vs, int x, int y,
114 static int send_png_rect(VncState *vs, int x, int y, int w, int 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()
208 tight_detect_smooth_image##bpp(VncState *vs, int w, int h) { \
296 tight_detect_smooth_image(VncState *vs, int w, int h) in tight_detect_smooth_image()
347 tight_fill_palette##bpp(VncState *vs, int x, int y, \
420 static int tight_fill_palette(VncState *vs, int x, int y, in tight_fill_palette()
550 tight_filter_gradient24(VncState *vs, uint8_t *buf, int w, int h) in tight_filter_gradient24()
608 tight_filter_gradient##bpp(VncState *vs, uint##bpp##_t *buf, \
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()
785 static int tight_init_stream(VncState *vs, int stream_id, in tight_init_stream()
819 static void tight_send_compact_size(VncState *vs, size_t len) in tight_send_compact_size()
839 static int tight_compress_data(VncState *vs, int stream_id, size_t bytes, in tight_compress_data()
886 static void tight_pack24(VncState *vs, uint8_t *buf, size_t count, size_t *ret) in tight_pack24()
917 static int send_full_color_rect(VncState *vs, int x, int y, int w, int h) in send_full_color_rect()
945 static int send_solid_rect(VncState *vs) in send_solid_rect()
962 static int send_mono_rect(VncState *vs, int x, int y, in send_mono_rect()
1029 VncState *vs;
1039 VncState *vs = priv->vs; in write_palette()
1049 static bool send_gradient_rect(VncState *vs, int x, int y, int w, int h) in send_gradient_rect()
1085 static int send_palette_rect(VncState *vs, int x, int y, in send_palette_rect()
1157 VncState *vs = cinfo->client_data; in jpeg_init_destination()
1167 VncState *vs = cinfo->client_data; in jpeg_empty_output_buffer()
1179 VncState *vs = cinfo->client_data; in jpeg_term_destination()
1185 static int send_jpeg_rect(VncState *vs, int x, int y, int w, int h, int quality) in send_jpeg_rect()
1249 VncState *vs = priv->vs; in write_png_palette()
1277 VncState *vs = png_get_io_ptr(png_ptr); in png_write_data()
1299 static int send_png_rect(VncState *vs, int x, int y, int w, int h, in send_png_rect()
1393 static void vnc_tight_start(VncState *vs) in vnc_tight_start()
1402 static void vnc_tight_stop(VncState *vs) in vnc_tight_stop()
1409 static int send_sub_rect_nojpeg(VncState *vs, int x, int y, int w, int h, in send_sub_rect_nojpeg()
1433 static int send_sub_rect_jpeg(VncState *vs, int x, int y, int w, int h, in send_sub_rect_jpeg()
1478 static int send_sub_rect(VncState *vs, int x, int y, int w, int h) in send_sub_rect()
1532 static int send_sub_rect_solid(VncState *vs, int x, int y, int w, int h) in send_sub_rect_solid()
1543 static int send_rect_simple(VncState *vs, int x, int y, int w, int h, in send_rect_simple()
1573 static int find_large_solid_color_rect(VncState *vs, int x, int y, in find_large_solid_color_rect()
1655 static int tight_send_framebuffer_update(VncState *vs, int x, int y, in tight_send_framebuffer_update()
1689 int vnc_tight_send_framebuffer_update(VncState *vs, int x, int y, in vnc_tight_send_framebuffer_update()
1696 int vnc_tight_png_send_framebuffer_update(VncState *vs, int x, int y, in vnc_tight_png_send_framebuffer_update()
1703 void vnc_tight_clear(VncState *vs) in vnc_tight_clear()