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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiFont.h95 basic font information and ForegroundColor and BackgroundColor
103 EFI_GRAPHICS_OUTPUT_BLT_PIXEL ForegroundColor; member in struct:_EFI_FONT_DISPLAY_INFO
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c435 CopyMem (&FontInfo.ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
438 &FontInfo.ForegroundColor,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c435 CopyMem (&FontInfo.ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
438 &FontInfo.ForegroundColor,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c991 Info->ForegroundColor = mHiiEfiColors[Private->Attribute & 0x0f];
1082 &StringInfo->ForegroundColor,
1083 &SystemDefault->ForegroundColor,
1693 Foreground = SystemDefault->ForegroundColor;
1711 Foreground = ((EFI_FONT_DISPLAY_INFO *) StringInfo)->ForegroundColor;
1719 Foreground = StringInfoOut->ForegroundColor;
2580 Foreground = StringInfoOut->ForegroundColor;
2583 Foreground = SystemDefault->ForegroundColor;
2814 InfoOut.ForegroundColor = SystemDefault->ForegroundColor;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c1761 GetTextColors (This, &FontInfo->ForegroundColor, &FontInfo->BackgroundColor);

Completed in 301 milliseconds