Searched refs:pixelp (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | rfb.c | 469 uint32_t *pixelp; in rfb_adjust_pixels() local 478 for (i = 0, pixelp = rc->pixrow; i < width; i++, pixelp++, gcptr++) { in rfb_adjust_pixels() 482 *pixelp = (red << rc->pixfmt.red_shift) | in rfb_adjust_pixels() 498 uint32_t *p, *pixelp; in rfb_send_rect() local 519 pixelp = rfb_adjust_pixels(rc, p, width); in rfb_send_rect() 520 rc->zstream.next_in = (Bytef *)pixelp; in rfb_send_rect() 556 pixelp = rfb_adjust_pixels(rc, p, width); in rfb_send_rect() 557 memcpy(zbufp, pixelp, w); in rfb_send_rect()
|