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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c19 EFI_GRAPHICS_OUTPUT_BLT_PIXEL mHiiEfiColors[16] = { variable
991 Info->ForegroundColor = mHiiEfiColors[Private->Attribute & 0x0f];
992 Info->BackgroundColor = mHiiEfiColors[Private->Attribute >> 4];

Completed in 50 milliseconds