Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Drfb.c473 uint32_t *pixelp; in rfb_adjust_pixels() local
482 for (i = 0, pixelp = rc->pixrow; i < width; i++, pixelp++, gcptr++) { in rfb_adjust_pixels()
486 *pixelp = (red << rc->pixfmt.red_shift) | in rfb_adjust_pixels()
502 uint32_t *p, *pixelp; in rfb_send_rect() local
523 pixelp = rfb_adjust_pixels(rc, p, width); in rfb_send_rect()
524 rc->zstream.next_in = (Bytef *)pixelp; in rfb_send_rect()
560 pixelp = rfb_adjust_pixels(rc, p, width); in rfb_send_rect()
561 memcpy(zbufp, pixelp, w); in rfb_send_rect()