/device/linaro/bootloader/edk2/OptionRomPkg/Library/GopBltLib/ |
D | GopBltLib.c | 109 IN UINTN DestinationX, in InternalGopBltCommon() argument 126 DestinationX, in InternalGopBltCommon() 163 IN UINTN DestinationX, in BltLibGopBlt() argument 175 DestinationX, in BltLibGopBlt() 202 IN UINTN DestinationX, in BltLibVideoFill() argument 213 DestinationX, in BltLibVideoFill() 284 IN UINTN DestinationX, in BltLibVideoToBltBufferEx() argument 296 DestinationX, in BltLibVideoToBltBufferEx() 323 IN UINTN DestinationX, in BltLibBufferToVideo() argument 334 DestinationX, in BltLibBufferToVideo() [all …]
|
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputBlt.c | 39 IN UINTN DestinationX, in VideoCopyNoHorizontalOverlap() argument 71 …Addr = (VOID *)((UINT16 *)FrameBufferBase + DestinationLine * HorizontalResolution + DestinationX); in VideoCopyNoHorizontalOverlap() 92 IN UINTN DestinationX, in VideoCopyHorizontalOverlap() argument 138 …Pixel16bit = (UINT16 *)FrameBufferBase + (DestinationPixelY * HorizontalResolution + DestinationX); in VideoCopyHorizontalOverlap() 159 IN UINTN DestinationX, in BltVideoFill() argument 192 for (DestinationPixelX = DestinationX; in BltVideoFill() 193 DestinationPixelX < DestinationX + Width; in BltVideoFill() 215 IN UINTN DestinationX, in BltVideoToBltBuffer() argument 253 for (SourcePixelX = SourceX, DestinationPixelX = DestinationX; in BltVideoToBltBuffer() 282 IN UINTN DestinationX, in BltBufferToVideo() argument [all …]
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputBlt.c | 39 IN UINTN DestinationX, in VideoCopyNoHorizontalOverlap() argument 75 …Addr = (VOID *)((UINT32 *)FrameBufferBase + DestinationLine * HorizontalResolution + DestinationX); in VideoCopyNoHorizontalOverlap() 95 …Addr = (VOID *)((UINT16 *)FrameBufferBase + DestinationLine * HorizontalResolution + DestinationX); in VideoCopyNoHorizontalOverlap() 131 IN UINTN DestinationX, in VideoCopyHorizontalOverlap() argument 184 …onPixel32bit = (UINT32 *)FrameBufferBase + DestinationPixelY * HorizontalResolution + DestinationX; in VideoCopyHorizontalOverlap() 229 …Pixel16bit = (UINT16 *)FrameBufferBase + (DestinationPixelY * HorizontalResolution + DestinationX); in VideoCopyHorizontalOverlap() 265 IN UINTN DestinationX, in BltVideoFill() argument 301 …ddr = (VOID *)((UINT32 *)FrameBufferBase + DestinationLine * HorizontalResolution + DestinationX); in BltVideoFill() 322 for (DestinationPixelX = DestinationX; in BltVideoFill() 323 DestinationPixelX < DestinationX + Width; in BltVideoFill() [all …]
|
/device/linaro/bootloader/edk2/OptionRomPkg/Include/Library/ |
D | BltLib.h | 67 IN UINTN DestinationX, 93 IN UINTN DestinationX, 149 IN UINTN DestinationX, 175 IN UINTN DestinationX, 206 IN UINTN DestinationX, 234 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/ |
D | FrameBufferBltLib.c | 158 IN UINTN DestinationX, in BltLibGopBlt() argument 171 DestinationX, in BltLibGopBlt() 182 DestinationX, in BltLibGopBlt() 191 DestinationX, in BltLibGopBlt() 202 DestinationX, in BltLibGopBlt() 232 IN UINTN DestinationX, in BltLibVideoFill() argument 258 if (DestinationX + Width > mBltLibWidthInPixels) { in BltLibVideoFill() 307 if (UseWideFill && (DestinationX == 0) && (Width == mBltLibWidthInPixels)) { in BltLibVideoFill() 323 Offset = (DstY * mBltLibWidthInPixels) + DestinationX; in BltLibVideoFill() 421 IN UINTN DestinationX, in BltLibVideoToBltBufferEx() argument [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/ |
D | FrameBufferBltLib.c | 178 IN UINTN DestinationX, in FrameBufferBltLibVideoFill() argument 204 if (DestinationX + Width > Configure->WidthInPixels) { in FrameBufferBltLibVideoFill() 257 if (UseWideFill && (DestinationX == 0) && (Width == Configure->WidthInPixels)) { in FrameBufferBltLibVideoFill() 273 Offset = (IndexY * Configure->WidthInPixels) + DestinationX; in FrameBufferBltLibVideoFill() 333 IN UINTN DestinationX, in FrameBufferBltLibVideoToBltBuffer() argument 388 …Destination = (UINT8 *) BltBuffer + (DstY * Delta) + (DestinationX * sizeof (EFI_GRAPHICS_OUTPUT_B… in FrameBufferBltLibVideoToBltBuffer() 399 (DestinationX + IndexX) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in FrameBufferBltLibVideoToBltBuffer() 441 IN UINTN DestinationX, in FrameBufferBltLibBufferToVideo() argument 465 if (DestinationX + Width > Configure->WidthInPixels) { in FrameBufferBltLibBufferToVideo() 488 Offset = (DstY * Configure->WidthInPixels) + DestinationX; in FrameBufferBltLibBufferToVideo() [all …]
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/ |
D | Gop.c | 435 IN UINTN DestinationX, in GopBlt() argument 483 if (DestinationX > CurrentHorizontal || in GopBlt() 484 Width > CurrentHorizontal - DestinationX || in GopBlt() 520 (DestinationY + Y) * CurrentHorizontal + DestinationX, in GopBlt() 538 (DestinationY + Y) * Delta + DestinationX * sizeof *BltBuffer, in GopBlt() 557 (DestinationY + Y) * CurrentHorizontal + DestinationX, in GopBlt() 582 (DestinationY + Y) * CurrentHorizontal + DestinationX, in GopBlt() 592 (DestinationY + Y) * CurrentHorizontal + DestinationX, in GopBlt() 610 DestinationX); in GopBlt() 613 (UINT32)DestinationX, // X in GopBlt() [all …]
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/ |
D | FbGop.c | 1061 IN UINTN DestinationX, in CopyVideoBuffer() argument 1074 …FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixel… in CopyVideoBuffer() 1182 IN UINTN DestinationX, in FbGopVbeBltWorker() argument 1247 if (DestinationX + Width > Mode->HorizontalResolution) { in FbGopVbeBltWorker() 1269 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + DstY * Delta + DestinationX * sizeof (EFI_GRAP… in FbGopVbeBltWorker() 1274 for (DstX = DestinationX; DstX < (Width + DestinationX); DstX++) { in FbGopVbeBltWorker() 1297 … VbeBuffer = ((UINT8 *) VbeFrameBuffer + DstY * BytesPerScanLine + DestinationX * VbePixelWidth); in FbGopVbeBltWorker() 1313 DestinationX, in FbGopVbeBltWorker() 1323 …INT8 *) ((UINTN) VbeFrameBuffer + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth… in FbGopVbeBltWorker() 1344 …INT8 *) ((UINTN) VbeFrameBuffer + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth… in FbGopVbeBltWorker() [all …]
|
D | FbGop.h | 305 IN UINTN DestinationX, 348 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
D | BiosVideo.c | 1813 IN UINTN DestinationX, in CopyVideoBuffer() argument 1826 …FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixel… in CopyVideoBuffer() 1933 IN UINTN DestinationX, in BiosVideoGraphicsOutputVbeBlt() argument 2001 if (DestinationX + Width > Mode->HorizontalResolution) { in BiosVideoGraphicsOutputVbeBlt() 2023 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + DstY * Delta + DestinationX * sizeof (EFI_GRAP… in BiosVideoGraphicsOutputVbeBlt() 2028 for (DstX = DestinationX; DstX < (Width + DestinationX); DstX++) { in BiosVideoGraphicsOutputVbeBlt() 2051 … VbeBuffer = ((UINT8 *) VbeFrameBuffer + DstY * BytesPerScanLine + DestinationX * VbePixelWidth); in BiosVideoGraphicsOutputVbeBlt() 2067 DestinationX, in BiosVideoGraphicsOutputVbeBlt() 2077 …INT8 *) ((UINTN) VbeFrameBuffer + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth… in BiosVideoGraphicsOutputVbeBlt() 2098 …INT8 *) ((UINTN) VbeFrameBuffer + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth… in BiosVideoGraphicsOutputVbeBlt() [all …]
|
D | BiosVideo.h | 336 IN UINTN DestinationX, 373 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/ |
D | CirrusLogic5430UgaDraw.c | 118 IN UINTN DestinationX, in CirrusLogic5430UgaDrawBlt() argument 185 if (DestinationX + Width > Private->ModeData[Private->CurrentMode].HorizontalResolution) { in CirrusLogic5430UgaDrawBlt() 225 …Blt = (EFI_UGA_PIXEL *) ((UINT8 *) BltBuffer + (DstY * Delta) + (DestinationX + X) * sizeo… in CirrusLogic5430UgaDrawBlt() 240 … = (DestinationY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + (DestinationX); in CirrusLogic5430UgaDrawBlt() 286 … if (DestinationX == 0 && Width == Private->ModeData[Private->CurrentMode].HorizontalResolution) { in CirrusLogic5430UgaDrawBlt() 309 … Offset = (DstY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + DestinationX; in CirrusLogic5430UgaDrawBlt() 341 Offset = (DstY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + DestinationX; in CirrusLogic5430UgaDrawBlt()
|
D | CirrusLogic5430GraphicsOutput.c | 193 IN UINTN DestinationX, in CirrusLogic5430GraphicsOutputBlt() argument 290 if (DestinationX + Width > Private->ModeData[CurrentMode].HorizontalResolution) { in CirrusLogic5430GraphicsOutputBlt() 330 …GRAPHICS_OUTPUT_BLT_PIXEL *) ((UINT8 *) BltBuffer + (DstY * Delta) + (DestinationX + X) * sizeof (… in CirrusLogic5430GraphicsOutputBlt() 345 …set = (DestinationY * Private->ModeData[CurrentMode].HorizontalResolution) + (DestinationX); in CirrusLogic5430GraphicsOutputBlt() 391 if (DestinationX == 0 && Width == Private->ModeData[CurrentMode].HorizontalResolution) { in CirrusLogic5430GraphicsOutputBlt() 414 Offset = (DstY * Private->ModeData[CurrentMode].HorizontalResolution) + DestinationX; in CirrusLogic5430GraphicsOutputBlt() 452 Offset = (DstY * Private->ModeData[CurrentMode].HorizontalResolution) + DestinationX; in CirrusLogic5430GraphicsOutputBlt()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/ |
D | BiosVideo.c | 2142 IN UINTN DestinationX, in CopyVideoBuffer() argument 2155 …FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixel… in CopyVideoBuffer() 2263 IN UINTN DestinationX, in BiosVideoVbeBltWorker() argument 2328 if (DestinationX + Width > Mode->HorizontalResolution) { in BiosVideoVbeBltWorker() 2350 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + DstY * Delta + DestinationX * sizeof (EFI_GRAP… in BiosVideoVbeBltWorker() 2355 for (DstX = DestinationX; DstX < (Width + DestinationX); DstX++) { in BiosVideoVbeBltWorker() 2378 … VbeBuffer = ((UINT8 *) VbeFrameBuffer + DstY * BytesPerScanLine + DestinationX * VbePixelWidth); in BiosVideoVbeBltWorker() 2394 DestinationX, in BiosVideoVbeBltWorker() 2404 …INT8 *) ((UINTN) VbeFrameBuffer + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth… in BiosVideoVbeBltWorker() 2425 …INT8 *) ((UINTN) VbeFrameBuffer + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth… in BiosVideoVbeBltWorker() [all …]
|
D | BiosVideo.h | 348 IN UINTN DestinationX, 391 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
D | ConSplitterGraphics.c | 259 IN UINTN DestinationX, in ConSplitterGraphicsOutputBlt() argument 293 DestinationX, in ConSplitterGraphicsOutputBlt() 317 DestinationX, in ConSplitterGraphicsOutputBlt() 533 IN UINTN DestinationX, in ConSplitterUgaDrawBlt() argument 561 DestinationX, in ConSplitterUgaDrawBlt() 584 DestinationX, in ConSplitterUgaDrawBlt()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
D | BootLogo.h | 53 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | FrameBufferBltLib.h | 87 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/ |
D | GopScreen.c | 197 IN UINTN DestinationX, in EmuGopBlt() argument 238 GopBltArgs.DestinationX = DestinationX; in EmuGopBlt()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/ |
D | BootGraphicsResourceTableDxe.c | 115 IN UINTN DestinationX, 146 IN UINTN DestinationX, in SetBootLogo() argument 192 mLogoDestX = DestinationX; in SetBootLogo()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | X11GraphicsWindow.c | 765 if (Args->DestinationX + Args->Width > Private->width) { in X11Blt() 772 …EL *)((UINT8 *)BltBuffer + (Args->DestinationY * Args->Delta) + Args->DestinationX * sizeof (EFI_U… in X11Blt() 785 for (DstX = Args->DestinationX; DstX < (Args->Width + Args->DestinationX); DstX++) { in X11Blt() 793 Dst = Private->image_data + (Args->DestinationX << Private->pixel_shift) in X11Blt() 821 for (DstX = Args->DestinationX; DstX < (Args->Width + Args->DestinationX); DstX++) { in X11Blt() 838 Args->DestinationX, Args->DestinationY in X11Blt() 854 Args->DestinationX, Args->DestinationY, Args->Width, Args->Height in X11Blt() 859 Redraw (Private, Args->DestinationX, Args->DestinationY, Args->Width, Args->Height); in X11Blt()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaDraw/ |
D | UgaDraw.h | 119 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/ |
D | UgaDraw.h | 152 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | UgaDraw.h | 147 IN UINTN DestinationX,
|
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/ |
D | EmuFileSystem.h | 89 UINTN DestinationX; member
|