Home
last modified time | relevance | path

Searched refs:SourceX (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
DLcdGraphicsOutputBlt.c37 IN UINTN SourceX, in VideoCopyNoHorizontalOverlap() argument
70 … = (VOID *)((UINT16 *)FrameBufferBase + SourceLine * HorizontalResolution + SourceX ); in VideoCopyNoHorizontalOverlap()
90 IN UINTN SourceX, in VideoCopyHorizontalOverlap() argument
125 SourcePixel16bit = (UINT16 *)FrameBufferBase + SourcePixelY * HorizontalResolution + SourceX; in VideoCopyHorizontalOverlap()
157 IN UINTN SourceX, in BltVideoFill() argument
213 IN UINTN SourceX, in BltVideoToBltBuffer() argument
253 for (SourcePixelX = SourceX, DestinationPixelX = DestinationX; in BltVideoToBltBuffer()
254 SourcePixelX < SourceX + Width; in BltVideoToBltBuffer()
280 IN UINTN SourceX, in BltBufferToVideo() argument
319 for (SourcePixelX = SourceX, DestinationPixelX = DestinationX; in BltBufferToVideo()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DLcdGraphicsOutputBlt.c37 IN UINTN SourceX, in VideoCopyNoHorizontalOverlap() argument
74 … = (VOID *)((UINT32 *)FrameBufferBase + SourceLine * HorizontalResolution + SourceX ); in VideoCopyNoHorizontalOverlap()
94 … = (VOID *)((UINT16 *)FrameBufferBase + SourceLine * HorizontalResolution + SourceX ); in VideoCopyNoHorizontalOverlap()
129 IN UINTN SourceX, in VideoCopyHorizontalOverlap() argument
172 SourcePixel32bit = (UINT32 *)FrameBufferBase + SourcePixelY * HorizontalResolution + SourceX; in VideoCopyHorizontalOverlap()
216 SourcePixel16bit = (UINT16 *)FrameBufferBase + SourcePixelY * HorizontalResolution + SourceX; in VideoCopyHorizontalOverlap()
263 IN UINTN SourceX, in BltVideoFill() argument
406 IN UINTN SourceX, in BltVideoToBltBuffer() argument
457 …OID *)((UINT32 *)FrameBufferBase + SourceLine * HorizontalResolution + SourceX ); in BltVideoToBltBuffer()
471 for (SourcePixelX = SourceX, DestinationPixelX = DestinationX; in BltVideoToBltBuffer()
[all …]
DLcdGraphicsOutputDxe.h82 IN UINTN SourceX,
/device/linaro/bootloader/edk2/OptionRomPkg/Library/GopBltLib/
DGopBltLib.c107 IN UINTN SourceX, in InternalGopBltCommon() argument
124 SourceX, in InternalGopBltCommon()
161 IN UINTN SourceX, in BltLibGopBlt() argument
173 SourceX, in BltLibGopBlt()
240 IN UINTN SourceX, in BltLibVideoToBltBuffer() argument
249 SourceX, in BltLibVideoToBltBuffer()
282 IN UINTN SourceX, in BltLibVideoToBltBufferEx() argument
294 SourceX, in BltLibVideoToBltBufferEx()
365 IN UINTN SourceX, in BltLibBufferToVideoEx() argument
377 SourceX, in BltLibBufferToVideoEx()
[all …]
/device/linaro/bootloader/edk2/OptionRomPkg/Include/Library/
DBltLib.h65 IN UINTN SourceX,
118 IN UINTN SourceX,
147 IN UINTN SourceX,
204 IN UINTN SourceX,
232 IN UINTN SourceX,
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c156 IN UINTN SourceX, in BltLibGopBlt() argument
169 SourceX, in BltLibGopBlt()
180 SourceX, in BltLibGopBlt()
200 SourceX, in BltLibGopBlt()
378 IN UINTN SourceX, in BltLibVideoToBltBuffer() argument
386 SourceX, in BltLibVideoToBltBuffer()
419 IN UINTN SourceX, in BltLibVideoToBltBufferEx() argument
445 if (SourceX + Width > mBltLibWidthInPixels) { in BltLibVideoToBltBufferEx()
469 Offset = (SrcY * mBltLibWidthInPixels) + SourceX; in BltLibVideoToBltBufferEx()
563 IN UINTN SourceX, in BltLibBufferToVideoEx() argument
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c331 IN UINTN SourceX, in FrameBufferBltLibVideoToBltBuffer() argument
357 if (SourceX + Width > Configure->WidthInPixels) { in FrameBufferBltLibVideoToBltBuffer()
383 Offset = (SrcY * Configure->WidthInPixels) + SourceX; in FrameBufferBltLibVideoToBltBuffer()
439 IN UINTN SourceX, in FrameBufferBltLibBufferToVideo() argument
500 ((SourceX + IndexX) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)) in FrameBufferBltLibBufferToVideo()
540 IN UINTN SourceX, in FrameBufferBltLibVideoToVideo() argument
561 if (SourceX + Width > Configure->WidthInPixels) { in FrameBufferBltLibVideoToVideo()
579 Offset = (SourceY * Configure->WidthInPixels) + SourceX; in FrameBufferBltLibVideoToVideo()
640 IN UINTN SourceX, in FrameBufferBlt() argument
658 SourceX, in FrameBufferBlt()
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
DGop.c433 IN UINTN SourceX, in GopBlt() argument
497 if (SourceX > CurrentHorizontal || in GopBlt()
498 Width > CurrentHorizontal - SourceX || in GopBlt()
540 (SourceY + Y) * CurrentHorizontal + SourceX, in GopBlt()
559 (SourceY + Y) * Delta + SourceX * sizeof *BltBuffer, in GopBlt()
584 (SourceY + Y) * CurrentHorizontal + SourceX, in GopBlt()
594 (SourceY + Y) * CurrentHorizontal + SourceX, in GopBlt()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitterGraphics.c257 IN UINTN SourceX, in ConSplitterGraphicsOutputBlt() argument
291 SourceX, in ConSplitterGraphicsOutputBlt()
315 SourceX, in ConSplitterGraphicsOutputBlt()
531 IN UINTN SourceX, in ConSplitterUgaDrawBlt() argument
559 SourceX, in ConSplitterUgaDrawBlt()
582 SourceX, in ConSplitterUgaDrawBlt()
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430UgaDraw.c116 IN UINTN SourceX, in CirrusLogic5430UgaDrawBlt() argument
174 if (SourceX + Width > Private->ModeData[Private->CurrentMode].HorizontalResolution) { in CirrusLogic5430UgaDrawBlt()
203 Offset = (SrcY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + SourceX; in CirrusLogic5430UgaDrawBlt()
239 …urceOffset = (SourceY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + (SourceX); in CirrusLogic5430UgaDrawBlt()
337 … = (EFI_UGA_PIXEL *) ((UINT8 *) BltBuffer + (SrcY * Delta) + (SourceX + X) * sizeof (EF… in CirrusLogic5430UgaDrawBlt()
DCirrusLogic5430GraphicsOutput.c191 IN UINTN SourceX, in CirrusLogic5430GraphicsOutputBlt() argument
279 if (SourceX + Width > Private->ModeData[CurrentMode].HorizontalResolution) { in CirrusLogic5430GraphicsOutputBlt()
308 Offset = (SrcY * Private->ModeData[CurrentMode].HorizontalResolution) + SourceX; in CirrusLogic5430GraphicsOutputBlt()
344 SourceOffset = (SourceY * Private->ModeData[CurrentMode].HorizontalResolution) + (SourceX); in CirrusLogic5430GraphicsOutputBlt()
446 ((SourceX + X) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)) in CirrusLogic5430GraphicsOutputBlt()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c1931 IN UINTN SourceX, in BiosVideoGraphicsOutputVbeBlt() argument
1990 if (SourceX + Width > Mode->HorizontalResolution) { in BiosVideoGraphicsOutputVbeBlt()
2027 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth)); in BiosVideoGraphicsOutputVbeBlt()
2052 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth); in BiosVideoGraphicsOutputVbeBlt()
2125 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + (SrcY * Delta) + (SourceX) * sizeof (EFI… in BiosVideoGraphicsOutputVbeBlt()
2355 IN UINTN SourceX, in BiosVideoGraphicsOutputVgaBlt() argument
2423 if (SourceX + Width > BiosVideoPrivate->ModeData[CurrentMode].HorizontalResolution) { in BiosVideoGraphicsOutputVgaBlt()
2459 SourceOffset = (SourceY << 6) + (SourceY << 4) + (SourceX >> 3); in BiosVideoGraphicsOutputVgaBlt()
2460 SourceWidth = ((SourceX + Width - 1) >> 3) - (SourceX >> 3) + 1; in BiosVideoGraphicsOutputVgaBlt()
2478 for (Columns = 0, X = SourceX; Columns < Width; Columns++, X++, BltBuffer++) { in BiosVideoGraphicsOutputVgaBlt()
[all …]
DBiosVideo.h334 IN UINTN SourceX,
371 IN UINTN SourceX,
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopScreen.c195 IN UINTN SourceX, in EmuGopBlt() argument
242 GopBltArgs.SourceX = SourceX; in EmuGopBlt()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.h303 IN UINTN SourceX,
346 IN UINTN SourceX,
DFbGop.c1180 IN UINTN SourceX, in FbGopVbeBltWorker() argument
1236 if (SourceX + Width > Mode->HorizontalResolution) { in FbGopVbeBltWorker()
1273 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth)); in FbGopVbeBltWorker()
1298 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth); in FbGopVbeBltWorker()
1372 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + (SrcY * Delta) + (SourceX) * sizeof (EFI… in FbGopVbeBltWorker()
1449 IN UINTN SourceX, in FbGopGraphicsOutputVbeBlt() argument
1472 SourceX, in FbGopGraphicsOutputVbeBlt()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DFrameBufferBltLib.h85 IN UINTN SourceX,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c2261 IN UINTN SourceX, in BiosVideoVbeBltWorker() argument
2317 if (SourceX + Width > Mode->HorizontalResolution) { in BiosVideoVbeBltWorker()
2354 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth)); in BiosVideoVbeBltWorker()
2379 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth); in BiosVideoVbeBltWorker()
2453 …Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + (SrcY * Delta) + (SourceX) * sizeof (EFI… in BiosVideoVbeBltWorker()
2530 IN UINTN SourceX, in BiosVideoGraphicsOutputVbeBlt() argument
2553 SourceX, in BiosVideoGraphicsOutputVbeBlt()
2752 IN UINTN SourceX, in BiosVideoGraphicsOutputVgaBlt() argument
2819 if (SourceX + Width > BiosVideoPrivate->ModeData[CurrentMode].HorizontalResolution) { in BiosVideoGraphicsOutputVgaBlt()
2855 SourceOffset = (SourceY << 6) + (SourceY << 4) + (SourceX >> 3); in BiosVideoGraphicsOutputVgaBlt()
[all …]
DBiosVideo.h346 IN UINTN SourceX,
389 IN UINTN SourceX,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUgaDraw.h145 IN UINTN SourceX,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaDraw/
DUgaDraw.h117 IN UINTN SourceX,
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
DUgaDraw.h150 IN UINTN SourceX,
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
DEmuFileSystem.h87 UINTN SourceX; member
DEmuGraphicsWindow.h81 UINTN SourceX; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
DGraphicsOutput.h132 IN UINTN SourceX,

12