Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplash_bmp.c52 static int bmp_Init(char *data, int swidth, int sheight, int sdepth);
221 u_char sdepth; /* screen depth (1, 4, 8 bpp) */ member
260 switch(info->sdepth) { in bmp_SetPix()
478 bmp_Init(char *data, int swidth, int sheight, int sdepth) in bmp_Init() argument
501 bmp_info.sdepth = sdepth; in bmp_Init()
530 (bmp_info.ncols > (1 << sdepth))) { in bmp_Init()
592 if (bmp_info.sdepth == 1) in bmp_Draw()
H A Dsplash_pcx.c49 static int pcx_init(void *data, int sdepth);