Home | History | Annotate | Download | only in VideoDxe

Lines Matching refs:BitsPerPixel

1564     if (BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel < 24) {

1568 if (BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel > 32) {
1572 if ((BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel % 8) != 0) {
1694 if ((BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel == 32) &&
1712 CurrentModeData->BitsPerPixel = BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel;
1834 ModeBuffer->BitsPerPixel = 8;
1931 (*Info)->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel;
2114 This->Mode->Info->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel;
2293 VbePixelWidth = Mode->BitsPerPixel / 8;