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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DBmp.h37 UINT16 BitPerPixel; ///< 1, 4, 8, or 24 member in struct:__anon11617
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c656 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
678 switch (BmpHeader->BitPerPixel) {
746 switch (BmpHeader->BitPerPixel) {

Completed in 34 milliseconds