Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/fb/
Dsplash_bmp.c232 } BMP_INFO; typedef
234 static BMP_INFO bmp_info;
243 bmp_SetPix(BMP_INFO *info, int x, int y, u_char val) in bmp_SetPix()
299 bmp_DecodeRLE4(BMP_INFO *info, int line) in bmp_DecodeRLE4()
364 bmp_DecodeRLE8(BMP_INFO *info, int line) in bmp_DecodeRLE8()
417 bmp_DecodeLine(BMP_INFO *info, int line) in bmp_DecodeLine()