Lines Matching refs:rect_h
39 gint start_y, gint rect_w, gint rect_h);
41 gint start_x, gint start_y, gint rect_w, gint rect_h);
43 gint start_y, gint rect_w, gint rect_h);
45 gint start_y, gint rect_w, gint rect_h);
47 gint start_x, gint start_y, gint rect_w, gint rect_h);
857 gint rect_w, gint rect_h) in rfb_decoder_raw_encoding() argument
864 size = rect_h * raw_line_size; in rfb_decoder_raw_encoding()
866 GST_DEBUG ("Reading %d bytes (%dx%d)", size, rect_w, rect_h); in rfb_decoder_raw_encoding()
876 while (rect_h--) { in rfb_decoder_raw_encoding()
887 gint rect_w, gint rect_h) in rfb_decoder_copyrect_encoding() argument
910 while (rect_h--) { in rfb_decoder_copyrect_encoding()
940 gint rect_w, gint rect_h) in rfb_decoder_rre_encoding() argument
954 rfb_decoder_fill_rectangle (decoder, start_x, start_y, rect_w, rect_h, color); in rfb_decoder_rre_encoding()
976 gint rect_w, gint rect_h) in rfb_decoder_corre_encoding() argument
990 rfb_decoder_fill_rectangle (decoder, start_x, start_y, rect_w, rect_h, color); in rfb_decoder_corre_encoding()
1012 gint rect_w, gint rect_h) in rfb_decoder_hextile_encoding() argument
1022 y_end = rect_h % 16; in rfb_decoder_hextile_encoding()
1023 y_count = rect_h / 16 + (y_end > 0 ? 1 : 0); in rfb_decoder_hextile_encoding()
1025 y_max = start_y + rect_h; in rfb_decoder_hextile_encoding()