Searched refs:PIX_PER_CELL (Results 1 – 1 of 1) sorted by relevance
678 #define PIX_PER_CELL 32 macro728 howmany(RFB_MAX_WIDTH, PIX_PER_CELL) * in rfb_send_screen()729 howmany(RFB_MAX_HEIGHT, PIX_PER_CELL)); in rfb_send_screen()761 xcells = howmany(rc->crc_width, PIX_PER_CELL); in rfb_send_screen()762 ycells = howmany(rc->crc_height, PIX_PER_CELL); in rfb_send_screen()768 rem_y = PIX_PER_CELL; in rfb_send_screen()792 cellwidth = PIX_PER_CELL; in rfb_send_screen()841 for (y = 0; y < h; y += PIX_PER_CELL) { in rfb_send_screen()853 cellwidth = PIX_PER_CELL; in rfb_send_screen()856 x * PIX_PER_CELL, in rfb_send_screen()[all …]