/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
D | Cls.c | 39 UINTN Background; in ShellCommandRunCls() local 51 Background = 0; in ShellCommandRunCls() 83 Background = (gST->ConOut->Mode->Attribute >> 4) & 0x7; in ShellCommandRunCls() 94 Background in ShellCommandRunCls() 120 Background = EFI_BACKGROUND_BLACK; in ShellCommandRunCls() 123 Background = EFI_BACKGROUND_BLUE; in ShellCommandRunCls() 126 Background = EFI_BACKGROUND_GREEN; in ShellCommandRunCls() 129 Background = EFI_BACKGROUND_CYAN; in ShellCommandRunCls() 132 Background = EFI_BACKGROUND_RED; in ShellCommandRunCls() 135 Background = EFI_BACKGROUND_MAGENTA; in ShellCommandRunCls() [all …]
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | MemoryTest.c | 60 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; in PlatformBootManagerMemoryTest() local 91 SetMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0); in PlatformBootManagerMemoryTest() 178 Background, in PlatformBootManagerMemoryTest() 202 Background, in PlatformBootManagerMemoryTest() 246 Background, in PlatformBootManagerMemoryTest()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | EditStatusBar.c | 63 UINT32 Background : 3; member 112 New.Colors.Foreground = Orig.Colors.Background & 0xF; in StatusBarRefresh() 113 New.Colors.Background = Orig.Colors.Foreground & 0x7; in StatusBarRefresh()
|
D | EditTitleBar.c | 64 UINT32 Background : 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 | 103 UINT32 Background : 3; member 149 New.Colors.Foreground = Orig.Colors.Background & 0xF; in InputBarRefresh() 150 New.Colors.Background = Orig.Colors.Foreground & 0x7; in InputBarRefresh()
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | frame.cpp | 30 AccessCategory::Background, 31 AccessCategory::Background, 47 case AccessCategory::Background: in calcContentionWindowMin() 60 case AccessCategory::Background: in calcContentionWindowMax()
|
D | frame.h | 43 Background, enumerator
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
D | Print.c | 96 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, in _IPrint() argument 239 if (Background != NULL) { in _IPrint() 240 EfiCopyMem (&FontInfo->BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in _IPrint() 277 if (Foreground == NULL || Background == NULL) { in _IPrint() 293 *Background, in _IPrint()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | MemoryTest.c | 229 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; in BdsMemoryTest() local 254 SetMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0); in BdsMemoryTest() 341 Background, in BdsMemoryTest() 365 Background, in BdsMemoryTest() 409 Background, in BdsMemoryTest()
|
D | FrontPage.c | 893 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; in ShowProgress() local 900 SetMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0); in ShowProgress() 910 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0); in ShowProgress() 932 Background, in ShowProgress()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
D | Font.c | 289 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, in NarrowGlyphToBlt() argument 329 Buffer[Ypos * ImageWidth + Xpos] = Background; in NarrowGlyphToBlt() 368 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, in GlyphToBlt() argument 427 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Background; in GlyphToBlt() 443 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Background; in GlyphToBlt() 485 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, in GlyphToImage() argument 511 Background, in GlyphToImage() 530 Background, in GlyphToImage() 541 Background, in GlyphToImage() 556 Background, in GlyphToImage() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | Fonts.c | 163 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, in HiiGlyphToBlt() argument 181 BltBuffer[Ypos * Width * Count + (Width - Xpos - 1)] = Background; in HiiGlyphToBlt()
|
D | SetupBrowser.c | 297 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; in ShowProgress() local 309 SetMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0); in ShowProgress() 317 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0); in ShowProgress() 336 Background, in ShowProgress()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ |
D | GraphicsConsole.c | 902 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; in GraphicsConsoleConOutOutputString() local 939 GetTextColors (This, &Foreground, &Background); in GraphicsConsoleConOutOutputString() 1006 &Background, in GraphicsConsoleConOutOutputString() 1038 (EFI_UGA_PIXEL *) (UINTN) &Background, in GraphicsConsoleConOutOutputString() 1528 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; in GraphicsConsoleConOutClearScreen() local 1545 GetTextColors (This, &Foreground, &Background); in GraphicsConsoleConOutClearScreen() 1549 &Background, in GraphicsConsoleConOutClearScreen() 1562 (EFI_UGA_PIXEL *) (UINTN) &Background, in GraphicsConsoleConOutClearScreen() 1713 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background in GetTextColors() argument 1721 *Background = mGraphicsEfiColors[Attribute >> 4]; in GetTextColors() [all …]
|
D | GraphicsConsole.h | 532 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background
|
/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 | 57 UINT32 Background : 4; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
D | Print.c | 121 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, in _IPrint() argument 265 if (Background != NULL) { in _IPrint() 266 EfiCopyMem (&FontInfo->BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in _IPrint() 303 if (Foreground == NULL || Background == NULL) { in _IPrint() 319 *Background, in _IPrint()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
D | HexEditorTypes.h | 58 UINT32 Background : 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 | 111 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, OPTIONAL
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | UefiLibPrint.c | 345 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, in InternalPrintGraphic() argument 443 if (Background != NULL) { in InternalPrintGraphic() 444 CopyMem (&FontInfo.BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in InternalPrintGraphic()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | UefiLibPrint.c | 345 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, in InternalPrintGraphic() argument 443 if (Background != NULL) { in InternalPrintGraphic() 444 CopyMem (&FontInfo.BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in InternalPrintGraphic()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | FrameworkHii.h | 655 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background,
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/ |
D | FbGop.c | 1005 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; in FbGopGraphicsOutputSetMode() local 1023 ZeroMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in FbGopGraphicsOutputSetMode() 1026 &Background, in FbGopGraphicsOutputSetMode()
|