Lines Matching refs:BytesPerScanLine
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() argument
1826 …FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixel… in CopyVideoBuffer()
1950 UINTN BytesPerScanLine; in BiosVideoGraphicsOutputVbeBlt() local
1965 BytesPerScanLine = Mode->BytesPerScanLine; in BiosVideoGraphicsOutputVbeBlt()
2027 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth)); in BiosVideoGraphicsOutputVbeBlt()
2051 … VbeBuffer = ((UINT8 *) VbeFrameBuffer + DstY * BytesPerScanLine + DestinationX * VbePixelWidth); in BiosVideoGraphicsOutputVbeBlt()
2052 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth); in BiosVideoGraphicsOutputVbeBlt()
2071 BytesPerScanLine in BiosVideoGraphicsOutputVbeBlt()
2077 …VbeBuffer = (UINT8 *) ((UINTN) VbeFrameBuffer + (DestinationY * BytesPerScanLine) + DestinationX *… in BiosVideoGraphicsOutputVbeBlt()
2098 …VbeBuffer = (UINT8 *) ((UINTN) VbeFrameBuffer + (DestinationY * BytesPerScanLine) + DestinationX *… in BiosVideoGraphicsOutputVbeBlt()
2101 … (VOID *) ((UINTN) VbeFrameBuffer + (DstY * BytesPerScanLine) + DestinationX * VbePixelWidth), in BiosVideoGraphicsOutputVbeBlt()
2118 BytesPerScanLine in BiosVideoGraphicsOutputVbeBlt()
2126 … VbeBuffer = ((UINT8 *) VbeFrameBuffer + (DstY * BytesPerScanLine + DestinationX * VbePixelWidth)); in BiosVideoGraphicsOutputVbeBlt()
2143 … VbeBuffer = ((UINT8 *) VbeFrameBuffer + (DstY * BytesPerScanLine + DestinationX * VbePixelWidth)); in BiosVideoGraphicsOutputVbeBlt()
2156 BytesPerScanLine in BiosVideoGraphicsOutputVbeBlt()
2367 UINTN BytesPerScanLine; in BiosVideoGraphicsOutputVgaBlt() local
2399 BytesPerScanLine = BiosVideoPrivate->ModeData[CurrentMode].BytesPerScanLine >> 3; in BiosVideoGraphicsOutputVgaBlt()
2504 for (Index = 0, Offset = 0; Index < Height; Index++, Offset += BytesPerScanLine) { in BiosVideoGraphicsOutputVgaBlt()
2584 … for (Index = 0, Address = StartAddress; Index < Height; Index++, Address += BytesPerScanLine) { in BiosVideoGraphicsOutputVgaBlt()
2620 …for (Index = 0, Address = StartAddress + 1; Index < Height; Index++, Address += BytesPerScanLine) { in BiosVideoGraphicsOutputVgaBlt()
2642 …(Index = 0, Address = StartAddress + Bytes; Index < Height; Index++, Address += BytesPerScanLine) { in BiosVideoGraphicsOutputVgaBlt()
2691 for (Index = 0, Address = StartAddress; Index < Height; Index++, Address += BytesPerScanLine) { in BiosVideoGraphicsOutputVgaBlt()