Home | History | Annotate | Download | only in BiosVideoThunkDxe

Lines Matching refs:BitsPerPixel

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

1287 if (BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel > 32) {
1291 if ((BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel % 8) != 0) {
1389 if ((BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel == 32) &&
1407 CurrentModeData->BitsPerPixel = BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel;
1550 ModeBuffer->BitsPerPixel = 8;
1638 (*Info)->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel;
1777 This->Mode->Info->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel;
1966 VbePixelWidth = Mode->BitsPerPixel / 8;