• Home
  • Raw
  • Download

Lines Matching refs:start_y

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);
856 rfb_decoder_raw_encoding (RfbDecoder * decoder, gint start_x, gint start_y, in rfb_decoder_raw_encoding() argument
872 decoder->frame + (((start_y * decoder->rect_width) + in rfb_decoder_raw_encoding()
886 rfb_decoder_copyrect_encoding (RfbDecoder * decoder, gint start_x, gint start_y, in rfb_decoder_copyrect_encoding() argument
907 decoder->frame + ((start_y * decoder->rect_width) + in rfb_decoder_copyrect_encoding()
939 rfb_decoder_rre_encoding (RfbDecoder * decoder, gint start_x, gint start_y, 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()
968 rfb_decoder_fill_rectangle (decoder, start_x + x, start_y + y, w, h, color); in rfb_decoder_rre_encoding()
975 rfb_decoder_corre_encoding (RfbDecoder * decoder, gint start_x, gint start_y, 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()
1004 rfb_decoder_fill_rectangle (decoder, start_x + x, start_y + y, w, h, color); in rfb_decoder_corre_encoding()
1011 rfb_decoder_hextile_encoding (RfbDecoder * decoder, gint start_x, gint start_y, in rfb_decoder_hextile_encoding() argument
1025 y_max = start_y + rect_h; in rfb_decoder_hextile_encoding()
1029 for (y = start_y; y < y_max; y += 16) { in rfb_decoder_hextile_encoding()