Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Drfb.c514 int celly, cellwidth; in rfb_send_screen() local
601 cellwidth = rem_x; in rfb_send_screen()
603 cellwidth = PIX_PER_CELL; in rfb_send_screen()
607 cellwidth * sizeof(uint32_t), in rfb_send_screen()
612 cellwidth * sizeof(uint32_t)); in rfb_send_screen()
614 p += cellwidth; in rfb_send_screen()
659 cellwidth = rem_x; in rfb_send_screen()
661 cellwidth = PIX_PER_CELL; in rfb_send_screen()
666 cellwidth, in rfb_send_screen()