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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c679 EFI_HII_GLYPH_INFO DefaultCell; local
842 Status = GetCell (CharCurrent, &FontPackage->GlyphInfoList, &DefaultCell);
846 BufferLen = BITMAP_LEN_1_BIT (DefaultCell.Width, DefaultCell.Height);
852 &DefaultCell,
864 Status = GetCell (CharCurrent, &FontPackage->GlyphInfoList, &DefaultCell);
868 BufferLen = BITMAP_LEN_1_BIT (DefaultCell.Width, DefaultCell.Height);
875 &DefaultCell,

Completed in 128 milliseconds