Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Drfb.c670 int celly, cellwidth; in rfb_send_screen() local
761 cellwidth = rem_x; in rfb_send_screen()
763 cellwidth = PIX_PER_CELL; in rfb_send_screen()
767 cellwidth * sizeof(uint32_t), in rfb_send_screen()
772 cellwidth * sizeof(uint32_t)); in rfb_send_screen()
774 p += cellwidth; in rfb_send_screen()
819 cellwidth = rem_x; in rfb_send_screen()
821 cellwidth = PIX_PER_CELL; in rfb_send_screen()
826 cellwidth, in rfb_send_screen()