Searched refs:PIX_PER_CELL (Results 1 – 1 of 1) sorted by relevance
473 #define PIX_PER_CELL 32 macro522 xcells = howmany(rc->crc_width, PIX_PER_CELL); in rfb_send_screen()523 ycells = howmany(rc->crc_height, PIX_PER_CELL); in rfb_send_screen()529 rem_y = PIX_PER_CELL; in rfb_send_screen()553 cellwidth = PIX_PER_CELL; in rfb_send_screen()587 for (y = 0; y < h; y += PIX_PER_CELL) { in rfb_send_screen()599 cellwidth = PIX_PER_CELL; in rfb_send_screen()602 x * PIX_PER_CELL, in rfb_send_screen()603 celly * PIX_PER_CELL, in rfb_send_screen()605 y + PIX_PER_CELL >= h ? rem_y : PIX_PER_CELL); in rfb_send_screen()