Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplash_bmp.c230 } BMP_INFO; typedef
232 static BMP_INFO bmp_info;
241 bmp_SetPix(BMP_INFO *info, int x, int y, u_char val) in bmp_SetPix()
297 bmp_DecodeRLE4(BMP_INFO *info, int line) in bmp_DecodeRLE4()
362 bmp_DecodeRLE8(BMP_INFO *info, int line) in bmp_DecodeRLE8()
415 bmp_DecodeLine(BMP_INFO *info, int line) in bmp_DecodeLine()