Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Drfb.c470 uint32_t *pixelp; in rfb_adjust_pixels() local
479 for (i = 0, pixelp = rc->pixrow; i < width; i++, pixelp++, gcptr++) { in rfb_adjust_pixels()
483 *pixelp = (red << rc->pixfmt.red_shift) | in rfb_adjust_pixels()
499 uint32_t *p, *pixelp; in rfb_send_rect() local
520 pixelp = rfb_adjust_pixels(rc, p, width); in rfb_send_rect()
521 rc->zstream.next_in = (Bytef *)pixelp; in rfb_send_rect()
557 pixelp = rfb_adjust_pixels(rc, p, width); in rfb_send_rect()
558 memcpy(zbufp, pixelp, w); in rfb_send_rect()