Searched refs:SrcY (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430GraphicsOutput.c231 UINTN SrcY; local
306 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
308 Offset = (SrcY * Private->ModeData[CurrentMode].HorizontalResolution) + SourceX;
413 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
439 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]
H A DCirrusLogic5430UgaDraw.c128 UINTN SrcY; local
201 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
203 Offset = (SrcY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + SourceX;
308 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
334 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c429 UINTN SrcY; local
467 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
469 Offset = (SrcY * mBltLibWidthInPixels) + SourceX;
573 UINTN SrcY; local
608 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
615 BltMemSrc = (VOID *) ((UINT8 *) BltBuffer + (SrcY * Delta));
621 (SrcY * Delt
[all...]
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
H A DFbGop.c1198 UINTN SrcY; local
1273 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
1278 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth));
1295 SrcY = SourceY + Index;
1298 SrcY = SourceY + Height - Index - 1;
1303 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth);
1376 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
H A DWinNtGopScreen.c468 UINTN SrcY; local
522 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
524 VScreen = &Private->VirtualScreen[(VerticalResolution - SrcY - 1) * HorizontalResolution + SourceX];
555 SrcY = SourceY + Index;
558 SrcY = SourceY + Height - Index - 1;
565 Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) ((UINT8 *) BltBuffer + (SrcY * Delta) + SourceX * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
570 VScreenSrc = &Private->VirtualScreen[(VerticalResolution - SrcY - 1) * HorizontalResolution + SourceX];
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DBiosVideo.c1945 UINTN SrcY; local
2022 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
2027 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth));
2044 SrcY = SourceY + Index;
2047 SrcY = SourceY + Height - Index - 1;
2052 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth);
2124 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DX11GraphicsWindow.c724 UINTN SrcY; local
774 for (SrcY = Args->SourceY; SrcY < (Args->Height + Args->SourceY); SrcY++) {
776 *Blt++ = X11ColorToPixel (Private, XGetPixel (Private->image, SrcX, SrcY));
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2275 UINTN SrcY; local
2350 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
2355 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth));
2372 SrcY = SourceY + Index;
2375 SrcY = SourceY + Height - Index - 1;
2380 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth);
2453 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]

Completed in 143 milliseconds