Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Drfb.c1072 uint_t cellwidth; in rfb_send_screen() local
1075 cellwidth = rem_x; in rfb_send_screen()
1077 cellwidth = RFB_PIX_PER_CELL; in rfb_send_screen()
1081 cellwidth * sizeof (uint32_t), ncrc[x]); in rfb_send_screen()
1084 (Bytef *)p, cellwidth * sizeof (uint32_t)); in rfb_send_screen()
1087 p += cellwidth; in rfb_send_screen()
1141 uint_t cellwidth; in rfb_send_screen() local
1147 cellwidth = rem_x; in rfb_send_screen()
1149 cellwidth = RFB_PIX_PER_CELL; in rfb_send_screen()
1153 cellwidth, y + RFB_PIX_PER_CELL >= gci->height ? in rfb_send_screen()