Home | Sort by: relevance | last modified time | path |
/src/sys/dev/wscons/ | |
wscons_rinit.c | 73 u_int32_t *pix, npix; local in function:rcons_initfont 81 pix = rc->rc_font->chars[ch].r->pixels; 86 if (pix[i] & (1 << bit)) 88 pix[i] = npix; |
/src/sys/dev/splash/ | |
splash.c | 249 u_char pix[3]; local in function:splash_render8 265 pix[0] = *d++; 266 pix[1] = *d++; 267 pix[2] = *d++; 273 pix[0], pix[1], pix[2]) + 279 fb[x] = SPLASH_INDEX(pix[0], pix[1], pix[2]) 323 u_char pix[3]; local in function:splash_render16 388 u_char pix[3]; local in function:splash_render32 [all...] |
/src/sys/sys/ | |
videoio.h | 3125 * @pix: definition of an image format 3135 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member in union:v4l2_format::__anona13a034e150a |