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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditStatusBar.c64 UINT32 Foreground : 4; member in struct:__anon12802
114 New.Colors.Foreground = Orig.Colors.Background;
115 New.Colors.Background = Orig.Colors.Foreground;
H A DEditTitleBar.c64 UINT32 Foreground : 4; member in struct:__anon12804
110 New.Colors.Foreground = Orig.Colors.Background;
111 New.Colors.Background = Orig.Colors.Foreground;
H A DEditInputBar.c105 UINT32 Foreground : 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.c26 @param TitleForeground Foreground color for Title.
228 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; local
251 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff);
333 Foreground,
356 Foreground,
393 Foreground,
H A DFrontPage.c898 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; local
908 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff);
919 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0);
940 Foreground,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c325 @param Foreground The foreground color of the string being printed. This is
344 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground,
434 if (Foreground != NULL) {
435 CopyMem (&FontInfo.ForegroundColor, Foreground, 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.c325 @param Foreground The foreground color of the string being printed. This is
344 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground,
434 if (Foreground != NULL) {
435 CopyMem (&FontInfo.ForegroundColor, Foreground, 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.h56 UINT32 Foreground : 4; member in struct:__anon12795
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEditorTypes.h57 UINT32 Foreground : 4; member in struct:__anon12810
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c911 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; local
942 GetTextColors (This, &Foreground, &Background);
1528 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; local
1539 GetTextColors (This, &Foreground, &Background);
1681 @param Foreground Returned text foreground color.
1690 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground,
1698 *Foreground = mGraphicsEfiColors[Attribute & 0x0f];
1879 EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION Foreground; local
1931 GetTextColors (This, &Foreground.Pixel, &Background.Pixel);
1939 BltChar[PosY][EFI_GLYPH_WIDTH - PosX - 1].Raw ^= Foreground
1688 GetTextColors( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c270 @param Foreground The color of the "on" pixels in the glyph in the
288 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground,
326 Buffer[Ypos * ImageWidth + Xpos] = Foreground;
345 @param Foreground The color of the "on" pixels in the glyph in the
367 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground,
424 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Foreground;
440 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Foreground;
461 @param Foreground The color of the "on" pixels in the glyph in the
484 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground,
510 Foreground,
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
1597 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; local
2536 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h1087 BOOLEAN Foreground; member in struct:_PROCESS_PRIORITY_CLASS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h1057 BOOLEAN Foreground; member in struct:_PROCESS_PRIORITY_CLASS

Completed in 77 milliseconds