Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Drfb.c674 int celly, cellwidth; in rfb_send_screen() local
765 cellwidth = rem_x; in rfb_send_screen()
767 cellwidth = PIX_PER_CELL; in rfb_send_screen()
771 cellwidth * sizeof(uint32_t), in rfb_send_screen()
776 cellwidth * sizeof(uint32_t)); in rfb_send_screen()
778 p += cellwidth; in rfb_send_screen()
823 cellwidth = rem_x; in rfb_send_screen()
825 cellwidth = PIX_PER_CELL; in rfb_send_screen()
830 cellwidth, in rfb_send_screen()