Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DColors.h28 #define KEYHELP_BACKGROUND EFI_BACKGROUND_BLACK macro
DCustomizedDisplayLib.c97 … ClearLines (0, gScreenDimensions.RightColumn, 0, gScreenDimensions.BottomRow, KEYHELP_BACKGROUND); in DisplayPageFrame()
158 gST->ConOut->SetAttribute (gST->ConOut, KEYHELP_TEXT | KEYHELP_BACKGROUND); in RefreshKeyHelp()
366 gST->ConOut->SetAttribute (gST->ConOut, KEYHELP_BACKGROUND); in UpdateStatusBar()
385 gST->ConOut->SetAttribute (gST->ConOut, KEYHELP_BACKGROUND); in UpdateStatusBar()
DCustomizedDisplayLibInternal.c158 KEYHELP_TEXT | KEYHELP_BACKGROUND in PrintFramework()