Searched refs:GlyphBuffer (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/ |
H A D | Font.c | 149 @param GlyphBuffer Buffer to store the retrieved bitmap data. 154 @retval EFI_OUT_OF_RESOURCES Unable to allocate the output buffer GlyphBuffer. 164 OUT UINT8 **GlyphBuffer, 181 if (GlyphBuffer == NULL || Cell == NULL) { 203 return FindGlyphBlock (GlobalFont->FontPackage, Char, GlyphBuffer, Cell, NULL); 221 *GlyphBuffer = (UINT8 *) AllocateZeroPool (EFI_GLYPH_HEIGHT); 222 if (*GlyphBuffer == NULL) { 228 CopyMem (*GlyphBuffer, Narrow.GlyphCol1, Cell->Height); 242 *GlyphBuffer = (UINT8 *) AllocateZeroPool (EFI_GLYPH_HEIGHT * 2); 243 if (*GlyphBuffer 160 GetGlyphBuffer( IN HII_DATABASE_PRIVATE_DATA *Private, IN CHAR16 Char, IN EFI_FONT_INFO *StringInfo, OUT UINT8 **GlyphBuffer, OUT EFI_HII_GLYPH_INFO *Cell, OUT UINT8 *Attributes OPTIONAL ) argument 286 NarrowGlyphToBlt( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument 365 GlyphToBlt( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINT16 BaseLine, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN CONST EFI_HII_GLYPH_INFO *Cell, IN UINT8 Attributes, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument 482 GlyphToImage( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINT16 BaseLine, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN CONST EFI_HII_GLYPH_INFO *Cell, IN UINT8 Attributes, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument 608 WriteOutputParam( IN UINT8 *BufferIn, IN UINTN BufferLen, IN EFI_HII_GLYPH_INFO *InputCell, OUT UINT8 **GlyphBuffer, OPTIONAL OUT EFI_HII_GLYPH_INFO *Cell, OPTIONAL OUT UINTN *GlyphBufferLen OPTIONAL ) argument 663 FindGlyphBlock( IN HII_FONT_PACKAGE_INSTANCE *FontPackage, IN CHAR16 CharValue, OUT UINT8 **GlyphBuffer, OPTIONAL OUT EFI_HII_GLYPH_INFO *Cell, OPTIONAL OUT UINTN *GlyphBufferLen OPTIONAL ) argument 2527 UINT8 *GlyphBuffer; local [all...] |
H A D | HiiDatabase.h | 477 @param GlyphBuffer Output the corresponding bitmap data of the found 481 @param GlyphBufferLen If not NULL, output the length of GlyphBuffer. 494 OUT UINT8 **GlyphBuffer, OPTIONAL
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/ |
H A D | FrameworkHii.h | 599 @param GlyphBuffer Pointer to an array where the glyphs corresponding 601 GlyphBuffer is assumed to be wide enough to accept 621 OUT UINT8 **GlyphBuffer, 631 @param GlyphBuffer A pointer to the buffer that contains glyph data. 653 IN UINT8 *GlyphBuffer,
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/ |
H A D | HiiFramework.h | 562 @param GlyphBuffer Pointer to an array where the glyphs corresponding 563 to the characters in the source may be stored. GlyphBuffer is assumed 581 OUT UINT8 **GlyphBuffer, 591 @param GlyphBuffer A pointer to the buffer that contains glyph data. 610 IN UINT8 *GlyphBuffer,
|
Completed in 188 milliseconds