Searched refs:pixelp (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | rfb.c | 495 uint32_t *pixelp; in rfb_adjust_pixels() local 504 for (i = 0, pixelp = rc->pixrow; i < width; i++, pixelp++, gcptr++) { in rfb_adjust_pixels() 508 *pixelp = (red << rc->pixfmt.red_shift) | in rfb_adjust_pixels() 524 uint32_t *p, *pixelp; in rfb_send_rect() local 545 pixelp = rfb_adjust_pixels(rc, p, width); in rfb_send_rect() 546 rc->zstream.next_in = (Bytef *)pixelp; in rfb_send_rect() 582 pixelp = rfb_adjust_pixels(rc, p, width); in rfb_send_rect() 583 memcpy(zbufp, pixelp, w); in rfb_send_rect()
|