TianoCore EDK2 master
Loading...
Searching...
No Matches
BmpSupportLib.h
Go to the documentation of this file.
1
14#ifndef __BMP_SUPPORT_LIB_H__
15#define __BMP_SUPPORT_LIB_H__
16
18
45RETURN_STATUS
46EFIAPI
48 IN VOID *BmpImage,
49 IN UINTN BmpImageSize,
51 IN OUT UINTN *GopBltSize,
52 OUT UINTN *PixelHeight,
53 OUT UINTN *PixelWidth
54 );
55
79RETURN_STATUS
80EFIAPI
83 IN UINT32 PixelHeight,
84 IN UINT32 PixelWidth,
85 IN OUT VOID **BmpImage,
86 IN OUT UINT32 *BmpImageSize
87 );
88
89#endif
UINT64 UINTN
RETURN_STATUS EFIAPI TranslateBmpToGopBlt(IN VOID *BmpImage, IN UINTN BmpImageSize, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **GopBlt, IN OUT UINTN *GopBltSize, OUT UINTN *PixelHeight, OUT UINTN *PixelWidth)
Definition: BmpSupportLib.c:80
RETURN_STATUS EFIAPI TranslateGopBltToBmp(IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *GopBlt, IN UINT32 PixelHeight, IN UINT32 PixelWidth, IN OUT VOID **BmpImage, IN OUT UINT32 *BmpImageSize)
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284