Searched refs:PIX_PER_CELL (Results 1 – 1 of 1) sorted by relevance
653 #define PIX_PER_CELL 32 macro703 howmany(RFB_MAX_WIDTH, PIX_PER_CELL) * in rfb_send_screen()704 howmany(RFB_MAX_HEIGHT, PIX_PER_CELL)); in rfb_send_screen()740 rem_y = PIX_PER_CELL; in rfb_send_screen()764 cellwidth = PIX_PER_CELL; in rfb_send_screen()810 for (y = 0; y < h; y += PIX_PER_CELL) { in rfb_send_screen()822 cellwidth = PIX_PER_CELL; in rfb_send_screen()825 x * PIX_PER_CELL, in rfb_send_screen()826 celly * PIX_PER_CELL, in rfb_send_screen()828 y + PIX_PER_CELL >= h ? rem_y : PIX_PER_CELL); in rfb_send_screen()[all …]