Searched refs:Cell (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c50 @param Cell Incoming character cell information.
52 @retval EFI_SUCCESS Cell information is added to the GlyphInfoList.
61 IN EFI_HII_GLYPH_INFO *Cell
66 ASSERT (Cell != NULL && GlyphInfoList != NULL);
79 if (Cell->AdvanceX == 0) {
80 Cell->AdvanceX = Cell->Width;
82 CopyMem (&GlyphInfo->Cell, Cell, sizeof (EFI_HII_GLYPH_INFO));
97 @param Cell Buffe
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
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
1572 EFI_HII_GLYPH_INFO *Cell; local
2533 EFI_HII_GLYPH_INFO Cell; local
[all...]
H A DHiiDatabase.h178 EFI_HII_GLYPH_INFO Cell; member in struct:_HII_GLYPH_INFO
416 @retval EFI_SUCCESS Cell information is added to the GlyphInfoList.
480 @param Cell Output cell information of the encoded bitmap.
495 OUT EFI_HII_GLYPH_INFO *Cell, OPTIONAL
H A DDatabase.c1184 FontInfo->FontSize = FontPkgHdr->Cell.Height;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h162 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_FONT_PACKAGE_HDR
186 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_DEFAULTS_BLOCK
218 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_GLYPH_BLOCK
219 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
224 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_GLYPHS_BLOCK
226 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
231 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h201 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_FONT_PACKAGE_HDR
232 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_DEFAULTS_BLOCK
264 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_GLYPH_BLOCK
270 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_GLYPHS_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h199 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_FONT_PACKAGE_HDR
230 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_DEFAULTS_BLOCK
262 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_GLYPH_BLOCK
268 EFI_HII_GLYPH_INFO Cell; member in struct:_EFI_HII_GIBT_GLYPHS_BLOCK

Completed in 94 milliseconds