Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Drfb.c696 int celly, cellwidth; in rfb_send_screen() local
790 cellwidth = rem_x; in rfb_send_screen()
792 cellwidth = PIX_PER_CELL; in rfb_send_screen()
796 cellwidth * sizeof(uint32_t), in rfb_send_screen()
801 cellwidth * sizeof(uint32_t)); in rfb_send_screen()
803 p += cellwidth; in rfb_send_screen()
851 cellwidth = rem_x; in rfb_send_screen()
853 cellwidth = PIX_PER_CELL; in rfb_send_screen()
858 cellwidth, in rfb_send_screen()