Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c174 EFI_NARROW_GLYPH Narrow; in GetGlyphBuffer() local
219 CopyMem (&Narrow, NarrowPtr + Index,sizeof (EFI_NARROW_GLYPH)); in GetGlyphBuffer()
220 if (Narrow.UnicodeWeight == Char) { in GetGlyphBuffer()
228 CopyMem (*GlyphBuffer, Narrow.GlyphCol1, Cell->Height); in GetGlyphBuffer()
230 *Attributes = (UINT8) (Narrow.Attributes | NARROW_GLYPH); in GetGlyphBuffer()