Home
last modified time | relevance | path

Searched refs:PIX_PER_CELL (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/usr.sbin/bhyve/
H A Drfb.c475 #define PIX_PER_CELL 32 macro
524 xcells = howmany(rc->crc_width, PIX_PER_CELL); in rfb_send_screen()
525 ycells = howmany(rc->crc_height, PIX_PER_CELL); in rfb_send_screen()
531 rem_y = PIX_PER_CELL; in rfb_send_screen()
555 cellwidth = PIX_PER_CELL; in rfb_send_screen()
589 for (y = 0; y < h; y += PIX_PER_CELL) { in rfb_send_screen()
601 cellwidth = PIX_PER_CELL; in rfb_send_screen()
604 x * PIX_PER_CELL, in rfb_send_screen()
605 celly * PIX_PER_CELL, in rfb_send_screen()
607 y + PIX_PER_CELL >= h ? rem_y : PIX_PER_CELL); in rfb_send_screen()