HomeSort by relevance Sort by last modified time
    Searched refs:BitPerPixel (Results 1 - 8 of 8) sorted by null

  /external/vboot_reference/utility/
image_types.c 25 uint16_t BitPerPixel; // 1, 4, 8, or 24 for x86
50 (bhdr->BitPerPixel == 1 || bhdr->BitPerPixel == 4 ||
51 bhdr->BitPerPixel == 8 || bhdr->BitPerPixel == 24)) {
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 37 UINT16 BitPerPixel; ///< 1, 4, 8, or 24
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Bmp/
Bmp.h 46 UINT16 BitPerPixel; // 1, 4, 8, or 24
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
BmpImageDecoderLib.c 100 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
122 switch (BmpHeader->BitPerPixel) {
178 switch (BmpHeader->BitPerPixel) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 197 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
219 switch (BmpHeader->BitPerPixel) {
278 switch (BmpHeader->BitPerPixel) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 198 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
220 switch (BmpHeader->BitPerPixel) {
279 switch (BmpHeader->BitPerPixel) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 717 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
739 switch (BmpHeader->BitPerPixel) {
810 switch (BmpHeader->BitPerPixel) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 717 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
739 switch (BmpHeader->BitPerPixel) {
810 switch (BmpHeader->BitPerPixel) {
    [all...]

Completed in 2697 milliseconds