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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DCls.c33 UINTN Background; local
41 Background = 0;
92 Background = EFI_BACKGROUND_BLACK;
95 Background = EFI_BACKGROUND_BLUE;
98 Background = EFI_BACKGROUND_GREEN;
101 Background = EFI_BACKGROUND_CYAN;
104 Background = EFI_BACKGROUND_RED;
107 Background = EFI_BACKGROUND_MAGENTA;
110 Background = EFI_BACKGROUND_BROWN;
113 Background
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditStatusBar.c65 UINT32 Background : 4; member in struct:__anon12802
114 New.Colors.Foreground = Orig.Colors.Background;
115 New.Colors.Background = Orig.Colors.Foreground;
H A DEditTitleBar.c65 UINT32 Background : 4; member in struct:__anon12804
110 New.Colors.Foreground = Orig.Colors.Background;
111 New.Colors.Background = Orig.Colors.Foreground;
H A DEditInputBar.c106 UINT32 Background : 4; member in struct:__anon12800
154 New.Colors.Foreground = Orig.Colors.Background;
155 New.Colors.Background = Orig.Colors.Foreground;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c27 @param TitleBackground Background color for Title.
229 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; local
252 SetMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0);
334 Background,
357 Background,
394 Background,
H A DFrontPage.c899 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; local
909 SetMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0);
919 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0);
941 Background,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c329 @param Background The background color of the string being printed. This is
345 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background,
443 if (Background != NULL) {
444 CopyMem (&FontInfo.BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
341 InternalPrintGraphic( IN UINTN PointX, IN UINTN PointY, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, IN CHAR16 *Buffer, IN UINTN PrintNum ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c329 @param Background The background color of the string being printed. This is
345 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background,
443 if (Background != NULL) {
444 CopyMem (&FontInfo.BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
341 InternalPrintGraphic( IN UINTN PointX, IN UINTN PointY, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, IN CHAR16 *Buffer, IN UINTN PrintNum ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DTextEditorTypes.h57 UINT32 Background : 4; member in struct:__anon12795
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEditorTypes.h58 UINT32 Background : 4; member in struct:__anon12810
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c912 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; local
942 GetTextColors (This, &Foreground, &Background);
1009 &Background,
1041 (EFI_UGA_PIXEL *) (UINTN) &Background,
1529 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; local
1539 GetTextColors (This, &Foreground, &Background);
1543 &Background,
1556 (EFI_UGA_PIXEL *) (UINTN) &Background,
1682 @param Background Returned text background color.
1691 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background
1880 EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION Background; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2017 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; local
2035 ZeroMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
2038 &Background,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c272 @param Background The color of the "off" pixels in the glyph in the
277 @param Transparent If TRUE, the Background color is ignored and all
289 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background,
329 Buffer[Ypos * ImageWidth + Xpos] = Background;
347 @param Background The color of the "off" pixels in the glyph in the
353 @param Transparent If TRUE, the Background color is ignored and all
368 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background,
427 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Background;
443 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Background;
463 @param Background Th
286 NarrowGlyphToBlt( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument
365 GlyphToBlt( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINT16 BaseLine, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN CONST EFI_HII_GLYPH_INFO *Cell, IN UINT8 Attributes, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument
482 GlyphToImage( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINT16 BaseLine, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN CONST EFI_HII_GLYPH_INFO *Cell, IN UINT8 Attributes, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument
1598 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; local
2537 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; local
[all...]

Completed in 52 milliseconds