Searched refs:BytesPerScanLine (Results 1 – 12 of 12) sorted by relevance
800 UINTN BytesPerScanLine; in FbGopCheckForVbe() local825 BytesPerScanLine = HorizontalResolution * (BitsPerPixel / 8); in FbGopCheckForVbe()837 BytesPerScanLine * VerticalResolution in FbGopCheckForVbe()853 CurrentModeData->BytesPerScanLine = (UINT16)BytesPerScanLine; in FbGopCheckForVbe()863 …CurrentModeData->FrameBufferSize = CurrentModeData->BytesPerScanLine * CurrentModeData->VerticalRe… in FbGopCheckForVbe()979 (*Info)->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in FbGopGraphicsOutputQueryMode()1065 IN UINTN BytesPerScanLine in CopyVideoBuffer() argument1074 …FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixel… in CopyVideoBuffer()1198 UINTN BytesPerScanLine; in FbGopVbeBltWorker() local1211 BytesPerScanLine = Mode->BytesPerScanLine; in FbGopVbeBltWorker()[all …]
56 UINT16 BytesPerScanLine; member
1368 …CurrentModeData->BytesPerScanLine = BiosVideoPrivate->VbeModeInformationBlock->LinBytesPerScanLine; in BiosVideoCheckForVbe()1378 … CurrentModeData->BytesPerScanLine = BiosVideoPrivate->VbeModeInformationBlock->BytesPerScanLine; in BiosVideoCheckForVbe()1545 ModeBuffer->BytesPerScanLine = 640; in BiosVideoCheckForVga()1638 (*Info)->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in BiosVideoGraphicsOutputQueryMode()1695 ModeData->BytesPerScanLine, in BiosVideoGraphicsOutputSetMode()1732 ModeData->BytesPerScanLine * ModeData->VerticalResolution, in BiosVideoGraphicsOutputSetMode()1763 … (ModeData->BytesPerScanLine * ModeData->VerticalResolution) >> 2, in BiosVideoGraphicsOutputSetMode()1777 This->Mode->Info->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in BiosVideoGraphicsOutputSetMode()1817 IN UINTN BytesPerScanLine in CopyVideoBuffer() argument1826 …FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixel… in CopyVideoBuffer()[all …]
310 UINT16 BytesPerScanLine; // Bytes per scanline member
58 UINT16 BytesPerScanLine; member
1672 …CurrentModeData->BytesPerScanLine = BiosVideoPrivate->VbeModeInformationBlock->LinBytesPerScanLine; in BiosVideoCheckForVbe()1682 … CurrentModeData->BytesPerScanLine = BiosVideoPrivate->VbeModeInformationBlock->BytesPerScanLine; in BiosVideoCheckForVbe()1713 …CurrentModeData->FrameBufferSize = CurrentModeData->BytesPerScanLine * CurrentModeData->VerticalRe… in BiosVideoCheckForVbe()1829 ModeBuffer->BytesPerScanLine = 640; in BiosVideoCheckForVga()1931 (*Info)->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in BiosVideoGraphicsOutputQueryMode()1972 ModeData->BytesPerScanLine in BiosVideoSetModeWorker()2002 ModeData->BytesPerScanLine * ModeData->VerticalResolution in BiosVideoSetModeWorker()2036 … (ModeData->BytesPerScanLine * ModeData->VerticalResolution) >> 2, in BiosVideoSetModeWorker()2114 This->Mode->Info->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in BiosVideoGraphicsOutputSetMode()2146 IN UINTN BytesPerScanLine in CopyVideoBuffer() argument[all …]
319 UINT16 BytesPerScanLine; // Bytes per scanline member
61 UINT16 BytesPerScanLine; member
33 UINT16 BytesPerScanLine; member
53 UINT16 BytesPerScanLine; member
216 VbeModeInfo->BytesPerScanLine = 1024 * 4; in InstallVbeShim()
681 pFbInfo->BytesPerScanLine = (UINT16)CbFbRec->bytes_per_line; in CbParseFbInfo()