HomeSort by relevance Sort by last modified time
    Searched refs:BitPerPixel (Results 1 - 10 of 10) 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/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 97 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
119 switch (BmpHeader->BitPerPixel) {
190 switch (BmpHeader->BitPerPixel) {
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
QuietBoot.c 97 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
119 switch (BmpHeader->BitPerPixel) {
190 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/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c 382 DataSizePerLine = ((BmpHeader->PixelWidth * BmpHeader->BitPerPixel + 31) >> 3) & (~0x3);
404 switch (BmpHeader->BitPerPixel) {
475 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 78 milliseconds