Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Drfb.c671 int celly, cellwidth; in rfb_send_screen() local
762 cellwidth = rem_x; in rfb_send_screen()
764 cellwidth = PIX_PER_CELL; in rfb_send_screen()
768 cellwidth * sizeof(uint32_t), in rfb_send_screen()
773 cellwidth * sizeof(uint32_t)); in rfb_send_screen()
775 p += cellwidth; in rfb_send_screen()
820 cellwidth = rem_x; in rfb_send_screen()
822 cellwidth = PIX_PER_CELL; in rfb_send_screen()
827 cellwidth, in rfb_send_screen()