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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c174 EFI_NARROW_GLYPH Narrow; local
219 CopyMem (&Narrow, NarrowPtr + Index,sizeof (EFI_NARROW_GLYPH));
220 if (Narrow.UnicodeWeight == Char) {
228 CopyMem (*GlyphBuffer, Narrow.GlyphCol1, Cell->Height);
230 *Attributes = (UINT8) (Narrow.Attributes | NARROW_GLYPH);

Completed in 1197 milliseconds