Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Drfb.c485 int celly, cellwidth; in rfb_send_screen() local
553 cellwidth = rem_x; in rfb_send_screen()
555 cellwidth = PIX_PER_CELL; in rfb_send_screen()
559 cellwidth * sizeof(uint32_t), in rfb_send_screen()
564 cellwidth * sizeof(uint32_t)); in rfb_send_screen()
566 p += cellwidth; in rfb_send_screen()
599 cellwidth = rem_x; in rfb_send_screen()
601 cellwidth = PIX_PER_CELL; in rfb_send_screen()
606 cellwidth, in rfb_send_screen()