Home
last modified time | relevance | path

Searched refs:SrcY (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430UgaDraw.c128 UINTN SrcY; in CirrusLogic5430UgaDrawBlt() local
201 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in CirrusLogic5430UgaDrawBlt()
203 Offset = (SrcY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + SourceX; in CirrusLogic5430UgaDrawBlt()
308 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in CirrusLogic5430UgaDrawBlt()
334 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in CirrusLogic5430UgaDrawBlt()
337 …Blt = (EFI_UGA_PIXEL *) ((UINT8 *) BltBuffer + (SrcY * Delta) + (SourceX + X) … in CirrusLogic5430UgaDrawBlt()
DCirrusLogic5430GraphicsOutput.c231 UINTN SrcY; in CirrusLogic5430GraphicsOutputBlt() local
306 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in CirrusLogic5430GraphicsOutputBlt()
308 Offset = (SrcY * Private->ModeData[CurrentMode].HorizontalResolution) + SourceX; in CirrusLogic5430GraphicsOutputBlt()
413 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in CirrusLogic5430GraphicsOutputBlt()
439 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in CirrusLogic5430GraphicsOutputBlt()
445 (SrcY * Delta) + in CirrusLogic5430GraphicsOutputBlt()
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c429 UINTN SrcY; in BltLibVideoToBltBufferEx() local
467 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in BltLibVideoToBltBufferEx()
469 Offset = (SrcY * mBltLibWidthInPixels) + SourceX; in BltLibVideoToBltBufferEx()
573 UINTN SrcY; in BltLibBufferToVideoEx() local
608 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in BltLibBufferToVideoEx()
615 BltMemSrc = (VOID *) ((UINT8 *) BltBuffer + (SrcY * Delta)); in BltLibBufferToVideoEx()
621 (SrcY * Delta) + in BltLibBufferToVideoEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c341 UINTN SrcY; in FrameBufferBltLibVideoToBltBuffer() local
379 for (SrcY = SourceY, DstY = DestinationY; in FrameBufferBltLibVideoToBltBuffer()
381 SrcY++, DstY++) { in FrameBufferBltLibVideoToBltBuffer()
383 Offset = (SrcY * Configure->WidthInPixels) + SourceX; in FrameBufferBltLibVideoToBltBuffer()
449 UINTN SrcY; in FrameBufferBltLibBufferToVideo() local
484 for (SrcY = SourceY, DstY = DestinationY; in FrameBufferBltLibBufferToVideo()
485 SrcY < (Height + SourceY); in FrameBufferBltLibBufferToVideo()
486 SrcY++, DstY++) { in FrameBufferBltLibBufferToVideo()
493 Source = (UINT8 *) BltBuffer + (SrcY * Delta); in FrameBufferBltLibBufferToVideo()
499 (SrcY * Delta) + in FrameBufferBltLibBufferToVideo()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.c1193 UINTN SrcY; in FbGopVbeBltWorker() local
1268 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in FbGopVbeBltWorker()
1273 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth)); in FbGopVbeBltWorker()
1290 SrcY = SourceY + Index; in FbGopVbeBltWorker()
1293 SrcY = SourceY + Height - Index - 1; in FbGopVbeBltWorker()
1298 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth); in FbGopVbeBltWorker()
1371 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in FbGopVbeBltWorker()
1372 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + (SrcY * Delta) + (SourceX) * sizeof (EFI… in FbGopVbeBltWorker()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopScreen.c468 UINTN SrcY; in WinNtGopBlt() local
522 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in WinNtGopBlt()
524 …VScreen = &Private->VirtualScreen[(VerticalResolution - SrcY - 1) * HorizontalResolution + SourceX… in WinNtGopBlt()
555 SrcY = SourceY + Index; in WinNtGopBlt()
558 SrcY = SourceY + Height - Index - 1; in WinNtGopBlt()
565 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) ((UINT8 *) BltBuffer + (SrcY * Delta) + SourceX * sizeof (… in WinNtGopBlt()
570 …VScreenSrc = &Private->VirtualScreen[(VerticalResolution - SrcY - 1) * HorizontalResolution + Sour… in WinNtGopBlt()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c1945 UINTN SrcY; in BiosVideoGraphicsOutputVbeBlt() local
2022 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in BiosVideoGraphicsOutputVbeBlt()
2027 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth)); in BiosVideoGraphicsOutputVbeBlt()
2044 SrcY = SourceY + Index; in BiosVideoGraphicsOutputVbeBlt()
2047 SrcY = SourceY + Height - Index - 1; in BiosVideoGraphicsOutputVbeBlt()
2052 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth); in BiosVideoGraphicsOutputVbeBlt()
2124 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in BiosVideoGraphicsOutputVbeBlt()
2125 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + (SrcY * Delta) + (SourceX) * sizeof (EFI… in BiosVideoGraphicsOutputVbeBlt()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c2274 UINTN SrcY; in BiosVideoVbeBltWorker() local
2349 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in BiosVideoVbeBltWorker()
2354 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth)); in BiosVideoVbeBltWorker()
2371 SrcY = SourceY + Index; in BiosVideoVbeBltWorker()
2374 SrcY = SourceY + Height - Index - 1; in BiosVideoVbeBltWorker()
2379 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth); in BiosVideoVbeBltWorker()
2452 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in BiosVideoVbeBltWorker()
2453 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + (SrcY * Delta) + (SourceX) * sizeof (EFI… in BiosVideoVbeBltWorker()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DX11GraphicsWindow.c724 UINTN SrcY; in X11Blt() local
774 for (SrcY = Args->SourceY; SrcY < (Args->Height + Args->SourceY); SrcY++) { in X11Blt()
776 *Blt++ = X11ColorToPixel (Private, XGetPixel (Private->image, SrcX, SrcY)); in X11Blt()