Searched refs:sdepth (Results 1 – 2 of 2) sorted by relevance
52 static int bmp_Init(char *data, int swidth, int sheight, int sdepth);221 u_char sdepth; /* screen depth (1, 4, 8 bpp) */ member260 switch(info->sdepth) { in bmp_SetPix()478 bmp_Init(char *data, int swidth, int sheight, int sdepth) in bmp_Init() argument501 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()
49 static int pcx_init(void *data, int sdepth);