/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
D | Cls.c | 40 UINTN Foreground; in ShellCommandRunCls() local 52 Foreground = 0; in ShellCommandRunCls() 84 Foreground = gST->ConOut->Mode->Attribute & 0x0F; in ShellCommandRunCls() 93 Foreground, in ShellCommandRunCls() 152 Foreground = EFI_BLACK; in ShellCommandRunCls() 155 Foreground = EFI_BLUE; in ShellCommandRunCls() 158 Foreground = EFI_GREEN; in ShellCommandRunCls() 161 Foreground = EFI_CYAN; in ShellCommandRunCls() 164 Foreground = EFI_RED; in ShellCommandRunCls() 167 Foreground = EFI_MAGENTA; in ShellCommandRunCls() [all …]
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | MemoryTest.c | 59 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; in PlatformBootManagerMemoryTest() local 90 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff); in PlatformBootManagerMemoryTest() 177 Foreground, in PlatformBootManagerMemoryTest() 201 Foreground, in PlatformBootManagerMemoryTest() 245 Foreground, in PlatformBootManagerMemoryTest()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | EditStatusBar.c | 62 UINT32 Foreground : 4; member 112 New.Colors.Foreground = Orig.Colors.Background & 0xF; in StatusBarRefresh() 113 New.Colors.Background = Orig.Colors.Foreground & 0x7; in StatusBarRefresh()
|
D | EditTitleBar.c | 63 UINT32 Foreground : 4; member 109 New.Colors.Foreground = Orig.Colors.Background & 0xF; in MainTitleBarRefresh() 110 New.Colors.Background = Orig.Colors.Foreground & 0x7; in MainTitleBarRefresh()
|
D | EditInputBar.c | 102 UINT32 Foreground : 4; member 149 New.Colors.Foreground = Orig.Colors.Background & 0xF; in InputBarRefresh() 150 New.Colors.Background = Orig.Colors.Foreground & 0x7; in InputBarRefresh()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | MemoryTest.c | 228 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; in BdsMemoryTest() local 253 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff); in BdsMemoryTest() 340 Foreground, in BdsMemoryTest() 364 Foreground, in BdsMemoryTest() 408 Foreground, in BdsMemoryTest()
|
D | FrontPage.c | 892 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; in ShowProgress() local 899 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff); in ShowProgress() 910 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0); in ShowProgress() 931 Foreground, in ShowProgress()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
D | Print.c | 95 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, in _IPrint() argument 230 if (Foreground != NULL) { in _IPrint() 231 EfiCopyMem (&FontInfo->ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in _IPrint() 277 if (Foreground == NULL || Background == NULL) { in _IPrint() 292 *Foreground, in _IPrint()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | Fonts.c | 162 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, in HiiGlyphToBlt() argument 179 BltBuffer[Ypos * Width * Count + (Width - Xpos - 1)] = Foreground; in HiiGlyphToBlt()
|
D | SetupBrowser.c | 296 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; in ShowProgress() local 308 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff); in ShowProgress() 317 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0); in ShowProgress() 335 Foreground, in ShowProgress()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
D | Font.c | 288 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, in NarrowGlyphToBlt() argument 326 Buffer[Ypos * ImageWidth + Xpos] = Foreground; in NarrowGlyphToBlt() 367 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, in GlyphToBlt() argument 424 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Foreground; in GlyphToBlt() 440 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Foreground; in GlyphToBlt() 484 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, in GlyphToImage() argument 510 Foreground, in GlyphToImage() 529 Foreground, in GlyphToImage() 540 Foreground, in GlyphToImage() 555 Foreground, in GlyphToImage() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | SimpleTextOut.h | 138 #define EFI_TEXT_ATTR(Foreground,Background) ((Foreground) | ((Background) << 4)) argument
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/ |
D | TextEditorTypes.h | 56 UINT32 Foreground : 4; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
D | Print.c | 120 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, in _IPrint() argument 256 if (Foreground != NULL) { in _IPrint() 257 EfiCopyMem (&FontInfo->ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in _IPrint() 303 if (Foreground == NULL || Background == NULL) { in _IPrint() 318 *Foreground, in _IPrint()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ |
D | GraphicsConsole.c | 901 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; in GraphicsConsoleConOutOutputString() local 939 GetTextColors (This, &Foreground, &Background); in GraphicsConsoleConOutOutputString() 1527 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; in GraphicsConsoleConOutClearScreen() local 1545 GetTextColors (This, &Foreground, &Background); in GraphicsConsoleConOutClearScreen() 1712 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, in GetTextColors() argument 1720 *Foreground = mGraphicsEfiColors[Attribute & 0x0f]; in GetTextColors() 1901 EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION Foreground; in FlushCursor() local 1953 GetTextColors (This, &Foreground.Pixel, &Background.Pixel); in FlushCursor() 1961 BltChar[PosY][EFI_GLYPH_WIDTH - PosX - 1].Raw ^= Foreground.Raw; in FlushCursor()
|
D | GraphicsConsole.h | 531 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground,
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
D | HexEditorTypes.h | 57 UINT32 Foreground : 4; member
|
D | BufferImage.c | 584 New.Colors.Foreground = Orig.Colors.Background & 0xF; in HBufferImageRestoreMousePosition() 585 New.Colors.Background = Orig.Colors.Foreground & 0x7; in HBufferImageRestoreMousePosition() 760 New.Colors.Foreground = Orig.Colors.Background; in HBufferImageRefresh() 761 New.Colors.Background = Orig.Colors.Foreground; in HBufferImageRefresh()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
D | EfiPrintLib.h | 110 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, OPTIONAL
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | UefiLibPrint.c | 344 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, in InternalPrintGraphic() argument 434 if (Foreground != NULL) { in InternalPrintGraphic() 435 CopyMem (&FontInfo.ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in InternalPrintGraphic()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | UefiLibPrint.c | 344 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, in InternalPrintGraphic() argument 434 if (Foreground != NULL) { in InternalPrintGraphic() 435 CopyMem (&FontInfo.ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in InternalPrintGraphic()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | FrameworkHii.h | 654 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground,
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 4642 - UINT32 Foreground : 4; 4644 + UINT8 Foreground : 4; 4754 - New.Colors.Foreground = Orig.Colors.Background; 4755 - New.Colors.Background = Orig.Colors.Foreground; 4757 + New.Colors.Foreground = Orig.Colors.Foreground; 4773 + EFI_TEXT_ATTR (New.Colors.Background, New.Colors.Foreground) 4785 + EFI_TEXT_ATTR (Orig.Colors.Foreground, Orig.Colors.Background) 4833 New.Colors.Foreground = Orig.Colors.Background; 4834 New.Colors.Background = Orig.Colors.Foreground; 4839 + EFI_TEXT_ATTR (New.Colors.Foreground, New.Colors.Background) [all …]
|
/device/linaro/hikey/ |
D | init.common.rc | 83 # Foreground should contain most cores (7 is reserved for top-app)
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
D | BdsPlatform.c | 2410 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; in ShowProgressHotKey() local 2439 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff); in ShowProgressHotKey() 2513 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0); in ShowProgressHotKey() 2536 Foreground, in ShowProgressHotKey()
|