Home
last modified time | relevance | path

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

/trueos/sys/dev/fb/
HDsplash_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
275 switch(info->sdepth) { in bmp_SetPix()
513 bmp_Init(char *data, int swidth, int sheight, int sdepth) in bmp_Init() argument
536 bmp_info.sdepth = sdepth; in bmp_Init()
565 (bmp_info.ncols > (1 << sdepth))) { in bmp_Init()
633 if (bmp_info.sdepth == 1) in bmp_Draw()
HDsplash_pcx.c49 static int pcx_init(void *data, int sdepth);
203 int swidth, sheight, sbpsl, sdepth, splanes; in pcx_draw() local
217 sdepth = adp->va_info.vi_depth; in pcx_draw()