Home | History | Annotate | Download | only in GenericBdsLib

Lines Matching refs:Bmp

16 #include <IndustryStandard/Bmp.h>

646 Convert a *.BMP graphics image to a GOP blt buffer. If a NULL Blt buffer
650 @param BmpImage Pointer to BMP file
658 @retval EFI_UNSUPPORTED BmpImage is not a valid *.BMP image
754 // BMP file may has padding data between the bmp header section and the bmp data section.
804 // Convert image from BMP to Blt buffer format
813 // Convert 1-bit (2 colors) BMP to 24-bit color
829 // Convert 4-bit (16 colors) BMP Palette to 24-bit color
847 // Convert 8-bit (256 colors) BMP Palette to 24-bit color
856 // It is 24-bit BMP.
865 // Other bit format BMP is not supported.
879 // Bmp Image starts each row on a 32-bit boundary!
1015 // Currently only support BMP format.