Home | History | Annotate | Download | only in FrameBufferBltLib

Lines Matching defs:Blt

2   FrameBufferBltLib - Library to perform blt operations on a frame buffer.

85 @retval EFI_SUCCESS - Blt operation success
131 Performs a UEFI Graphics Output Protocol Blt operation.
139 @param[in] Width - The width of a rectangle in the blt rectangle in pixels
140 @param[in] Height - The height of a rectangle in the blt rectangle in pixels
148 @retval EFI_SUCCESS - Blt operation success
215 Performs a UEFI Graphics Output Protocol Blt Video Fill.
361 Performs a UEFI Graphics Output Protocol Blt Video to Buffer operation.
398 Performs a UEFI Graphics Output Protocol Blt Video to Buffer operation
430 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Blt;
488 Blt
490 *(UINT32*) Blt =
505 Performs a UEFI Graphics Output Protocol Blt Buffer to Video operation.
542 Performs a UEFI Graphics Output Protocol Blt Buffer to Video operation
574 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Blt;
618 Blt =
624 Uint32 = *(UINT32*) Blt;
643 Performs a UEFI Graphics Output Protocol Blt Video to Video operation