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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1571 UINT8 **GlyphBuf; local
1666 GlyphBuf = (UINT8 **) AllocateZeroPool (StrLength * sizeof (UINT8 *));
1667 ASSERT (GlyphBuf != NULL);
1780 Status = GetGlyphBuffer (Private, *StringPtr, FontInfo, &GlyphBuf[Index], &Cell[Index], &Attributes[Index]);
1783 GlyphBuf[Index] = NULL;
1794 &GlyphBuf[Index],
2052 GlyphBuf[Index1],
2066 if ((GlyphBuf[Index1] == NULL && Cell[Index1].AdvanceX == 0)
2112 GlyphBuf[Index1],
2126 if ((GlyphBuf[Index
[all...]

Completed in 47 milliseconds