Searched refs:sdepth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/fb/
H A Dsplash_bmp.c54 static int bmp_Init(char *data, int swidth, int sheight, int sdepth);
233 u_char sdepth; /* screen depth (1, 4, 8 bpp) */ member in struct:__anon10063
275 switch(info->sdepth) {
509 ** Take screen dimensions (swidth), (sheight) and (sdepth) and make sure we
513 bmp_Init(char *data, int swidth, int sheight, int sdepth) argument
536 bmp_info.sdepth = sdepth;
565 (bmp_info.ncols > (1 << sdepth))) {
633 if (bmp_info.sdepth == 1)
H A Dsplash_pcx.c49 static int pcx_init(void *data, int sdepth);
203 int swidth, sheight, sbpsl, sdepth, splanes; local
217 sdepth = adp->va_info.vi_depth;

Completed in 51 milliseconds