Lines Matching refs:xcells
987 int xcells, ycells; in rfb_send_screen() local
1052 xcells = howmany(gci->width, RFB_PIX_PER_CELL); in rfb_send_screen()
1061 ncrc = c->rc_crc_tmp - xcells; in rfb_send_screen()
1062 ocrc = c->rc_crc - xcells; in rfb_send_screen()
1064 memset(c->rc_crc_tmp, '\0', sizeof (uint32_t) * xcells * ycells); in rfb_send_screen()
1067 ncrc += xcells; in rfb_send_screen()
1068 ocrc += xcells; in rfb_send_screen()
1071 for (x = 0; x < xcells; x++) { in rfb_send_screen()
1074 if (x == xcells - 1 && rem_x > 0) in rfb_send_screen()
1103 perc = (changes * 100) / (xcells * ycells); in rfb_send_screen()
1140 for (x = 0; x < xcells; x++) { in rfb_send_screen()
1146 if (x == xcells - 1 && rem_x > 0) in rfb_send_screen()