Searched defs:BltBuffer (Results 1 - 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/Library/GopBltLib/
H A DGopBltLib.c85 @param[in,out] BltBuffer - The data to transfer to screen
94 If a Delta of 0 is used, the entire BltBuffer will be operated on.
95 If a subrectangle of the BltBuffer is used, then Delta represents
96 the number of bytes in a row of the BltBuffer.
105 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
122 BltBuffer,
138 @param[in,out] BltBuffer - The data to transfer to screen
147 If a Delta of 0 is used, the entire BltBuffer will be operated on.
148 If a subrectangle of the BltBuffer is used, then Delta represents
149 the number of bytes in a row of the BltBuffer
104 InternalGopBltCommon( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
158 BltLibGopBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
238 BltLibVideoToBltBuffer( OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN Width, IN UINTN Height ) argument
280 BltLibVideoToBltBufferEx( OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
321 BltLibBufferToVideo( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument
363 BltLibBufferToVideoEx( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
H A DGop.c225 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
244 BltBuffer - The data to transfer to screen
253 If a Delta of 0 is used, the entire BltBuffer will be operated on.
254 If a subrectangle of the BltBuffer is used, then Delta represents
255 the number of bytes in a row of the BltBuffer.
283 BltBuffer,
223 QemuVideoGraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
H A DGopScreen.c173 @param BltBuffer Buffer containing data to blit into video buffer. This
176 @param SourceX X coordinate of source for the BltBuffer.
177 @param SourceY Y coordinate of source for the BltBuffer.
178 @param DestinationX X coordinate of destination for the BltBuffer.
179 @param DestinationY Y coordinate of destination for the BltBuffer.
180 @param Width Width of rectangle in BltBuffer in pixels.
181 @param Height Hight of rectangle in BltBuffer in pixels.
193 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
219 // If Delta is zero, then the entire BltBuffer is being used, so Delta
220 // is the number of bytes in each row of BltBuffer
191 EmuGopBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitterGraphics.c208 EfiBltVideoFill - Write data from the BltBuffer pixel (SourceX, SourceY)
212 Only one pixel will be used from the BltBuffer. Delta is NOT used.
215 the BltBuffer rectangle (DestinationX, DestinationY )
218 of a row in the BltBuffer.
219 EfiBltBufferToVideo - Write data from the BltBuffer rectangle
224 BltBuffer.
229 The BltBuffer and Delta are not used in this mode.
232 @param BltBuffer Buffer containing data to blit into video buffer.
237 @param SourceX X coordinate of source for the BltBuffer.
238 @param SourceY Y coordinate of source for the BltBuffer
253 ConSplitterGraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
527 ConSplitterUgaDrawBlt( IN EFI_UGA_DRAW_PROTOCOL *This, IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL IN EFI_UGA_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430GraphicsOutput.c189 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
208 BltBuffer - The data to transfer to screen
217 If a Delta of 0 is used, the entire BltBuffer will be operated on.
218 If a subrectangle of the BltBuffer is used, then Delta represents
219 the number of bytes in a row of the BltBuffer.
252 // If Delta is zero, then the entire BltBuffer is being used, so Delta
253 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size,
273 // Video to BltBuffer: Source is Video, destination is BltBuffer
187 CirrusLogic5430GraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
H A DCirrusLogic5430UgaDraw.c114 IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL
148 // If Delta is zero, then the entire BltBuffer is being used, so Delta
149 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size,
168 // Video to BltBuffer: Source is Video, destination is BltBuffer
179 // BltBuffer to Video: Source is BltBuffer, destination is Video
199 // Video to BltBuffer: Source is Video, destination is BltBuffer
112 CirrusLogic5430UgaDrawBlt( IN EFI_UGA_DRAW_PROTOCOL *This, IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL IN EFI_UGA_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
H A DGop.c431 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
463 // rectangle to, BltBuffer.
465 // In these cases, Delta is the stride of BltBuffer, in bytes. If Delta is
466 // zero, then Width is the entire width of BltBuffer, and the stride is
512 // Write data from the BltBuffer pixel (0, 0) directly to every pixel of
515 // BltBuffer. Delta is NOT used.
522 *(UINT32 *)BltBuffer
530 // Width, SourceY + Height) and place it in the BltBuffer rectangle
533 // set to the length in bytes of a row in the BltBuffer.
537 (UINT8 *)BltBuffer
429 GopBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
H A DQuietBoot.c58 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
148 // Calculate the BltBuffer needed size.
186 BltBuffer = *GopBlt;
188 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
596 // More than one Logo displayed, get merged BltBuffer using VideoToBuffer operation.
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
H A DQuietBoot.c58 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
148 // Calculate the BltBuffer needed size.
186 BltBuffer = *GopBlt;
188 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
596 // More than one Logo displayed, get merged BltBuffer using VideoToBuffer operation.
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputBlt.c269 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
309 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
336 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
362 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
405 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
412 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
458 DestinationAddr = (VOID *)((UINT32 *)BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationX);
477 EfiDestinationPixel = BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationPixelX;
504 EfiDestinationPixel = BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationPixelX;
532 EfiDestinationPixel = BltBuffer
403 BltVideoToBltBuffer( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
562 BltBufferToVideo( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
719 BltVideoToVideo( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
779 LcdGraphicsBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
H A DGraphics.c158 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
274 BltBuffer = *GopBlt;
276 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
H A DGraphics.c159 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
275 BltBuffer = *GopBlt;
277 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c197 // BltBuffer to Video: Source is BltBuffer, destination is Video
315 @param[out] BltBuffer Output buffer for pixel color data.
318 @param[in] DestinationX X location within BltBuffer.
319 @param[in] DestinationY Y location within BltBuffer.
322 @param[in] Delta Number of bytes in a row of BltBuffer.
330 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
351 // Video to BltBuffer: Source is Video, destination is BltBuffer
366 // If Delta is zero, then the entire BltBuffer i
328 FrameBufferBltLibVideoToBltBuffer( IN FRAME_BUFFER_CONFIGURE *Configure, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
436 FrameBufferBltLibBufferToVideo( IN FRAME_BUFFER_CONFIGURE *Configure, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
636 FrameBufferBlt( IN FRAME_BUFFER_CONFIGURE *Configure, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
H A DGraphicsOutput.c119 @param BltBuffer The data to transfer to the graphics screen.
121 @param BltOperation The operation to perform when copying BltBuffer on to the graphics screen.
129 If a Delta of zero is used, the entire BltBuffer is being operated on.
130 If a subrectangle of the BltBuffer is being used then Delta
131 represents the number of bytes in a row of the BltBuffer.
133 @retval EFI_SUCCESS BltBuffer was drawn to the graphics screen.
142 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
166 BltBuffer,
140 GraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
H A DWinNtGopScreen.c417 Blt pixels from the rectangle (Width X Height) formed by the BltBuffer
420 current screen geometry and the BltBuffer will be cliped when it is
427 @param Width Width of BltBuffer.
428 @param Height Hight of BltBuffer
429 @param BltOperation Operation to perform on BltBuffer and video memory
430 @param BltBuffer Buffer containing data to blt into video buffer.
454 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
488 // If Delta is zero, then the entire BltBuffer is being used, so Delta
489 // is the number of bytes in each row of BltBuffer. Since BltBuffer i
452 WinNtGopBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputBlt.c163 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
180 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
212 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
219 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
259 EfiDestinationPixel = BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationPixelX;
279 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
286 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
314 // Access each pixel inside the BltBuffer Memory
324 EfiSourcePixel = BltBuffer + SourceLine * BltBufferHorizontalResolution + SourcePixelX;
345 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONA
210 BltVideoToBltBuffer( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
277 BltBufferToVideo( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
343 BltVideoToVideo( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
398 LcdGraphicsBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c133 @param[in,out] BltBuffer - The data to transfer to screen
142 If a Delta of 0 is used, the entire BltBuffer will be operated on.
143 If a subrectangle of the BltBuffer is used, then Delta represents
144 the number of bytes in a row of the BltBuffer.
154 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
168 BltBuffer,
190 BltBuffer,
199 BltBuffer,
251 // BltBuffer to Video: Source is BltBuffer, destinatio
153 BltLibGopBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
376 BltLibVideoToBltBuffer( OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN Width, IN UINTN Height ) argument
417 BltLibVideoToBltBufferEx( OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
520 BltLibBufferToVideo( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument
561 BltLibBufferToVideoEx( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
H A DFbGop.c1151 @param BltBuffer The data to transfer to screen
1165 used, the entire BltBuffer will be operated on. If
1166 a subrectangle of the BltBuffer is used, then
1168 the BltBuffer.
1178 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
1213 BltUint8 = (UINT8 *) BltBuffer;
1230 // Video to BltBuffer: Source is Video, destination is BltBuffer
1241 // BltBuffer to Video: Source is BltBuffer, destinatio
1176 FbGopVbeBltWorker( IN FB_VIDEO_DEV *FbGopPrivate, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta, IN FB_VIDEO_MODE_DATA *Mode ) argument
1445 FbGopGraphicsOutputVbeBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c509 @param BltBuffer Buffer points to bitmap data of incoming image.
527 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
544 if (BltBuffer == NULL || Blt == NULL || *Blt == NULL) {
563 SrcPixel = BltBuffer[OffsetY1 + Xpos];
1208 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
1286 BltBuffer = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (BufferLen);
1287 if (BltBuffer == NULL) {
1292 CopyMem (BltBuffer, Image->Bitmap, BufferLen);
1298 BltBuffer[OffsetY2 + Xpos] = Image->Bitmap[OffsetY1 + Xpos];
1316 BltBuffer,
526 ImageToBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN BltX, IN UINTN BltY, IN UINTN Width, IN UINTN Height, IN BOOLEAN Transparent, IN OUT EFI_IMAGE_OUTPUT **Blt ) argument
[all...]
H A DFont.c279 pixel value from BltBuffer.
355 pixel value from BltBuffer.
385 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
399 BltBuffer = *Origin + Cell->OffsetX - (Cell->OffsetY + Cell->Height) * ImageWidth;
424 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Foreground;
427 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Background;
440 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Foreground;
443 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Background;
471 pixel value from BltBuffer.
478 @return Points to the address of next origin node in BltBuffer
1621 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
2567 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c678 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
768 // Calculate the BltBuffer needed size.
806 BltBuffer = *GopBlt;
808 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
1215 // More than one Logo displayed, get merged BltBuffer using VideoToBuffer operation.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c343 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
433 // Calculate the BltBuffer needed size.
471 BltBuffer = *GopBlt;
473 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c678 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer; local
768 // Calculate the BltBuffer needed size.
806 BltBuffer = *GopBlt;
808 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
1216 // More than one Logo displayed, get merged BltBuffer using VideoToBuffer operation.
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DBiosVideo.c1908 @param BltBuffer - The data to transfer to screen
1917 If a Delta of 0 is used, the entire BltBuffer will be operated on.
1918 If a subrectangle of the BltBuffer is used, then Delta represents
1919 the number of bytes in a row of the BltBuffer.
1929 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
1967 BltUint8 = (UINT8 *) BltBuffer;
1984 // Video to BltBuffer: Source is Video, destination is BltBuffer
1995 // BltBuffer to Video: Source is BltBuffer, destinatio
1927 BiosVideoGraphicsOutputVbeBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
2351 BiosVideoGraphicsOutputVgaBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2232 @param BltBuffer The data to transfer to screen
2246 used, the entire BltBuffer will be operated on. If
2247 a subrectangle of the BltBuffer is used, then
2249 the BltBuffer.
2259 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
2294 BltUint8 = (UINT8 *) BltBuffer;
2311 // Video to BltBuffer: Source is Video, destination is BltBuffer
2322 // BltBuffer to Video: Source is BltBuffer, destinatio
2257 BiosVideoVbeBltWorker( IN BIOS_VIDEO_DEV *BiosVideoPrivate, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta, IN BIOS_VIDEO_MODE_DATA *Mode ) argument
2526 BiosVideoGraphicsOutputVbeBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
2748 BiosVideoGraphicsOutputVgaBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]

Completed in 441 milliseconds