Searched refs:bmp_info (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/fb/
H A Dsplash_bmp.c247 static BMP_INFO bmp_info; variable
506 ** Given a pointer (data) to the image of a BMP file, fill in bmp_info with what
518 bmp_info.data = NULL; /* assume setup failed */
534 bmp_info.swidth = swidth;
535 bmp_info.sheight = sheight;
536 bmp_info.sdepth = sdepth;
539 bmp_info.data = (u_char *)data + bmf->bmfh.bfOffBits;
542 bmp_info.width = bmf->bmfi.bmiHeader.biWidth;
543 bmp_info.height = bmf->bmfi.bmiHeader.biHeight;
544 bmp_info
[all...]

Completed in 106 milliseconds