HomeSort by relevance Sort by last modified time
    Searched defs:Foreground (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.c 65 UINT32 Foreground : 4;
112 New.Colors.Foreground = Orig.Colors.Background & 0xF;
113 New.Colors.Background = Orig.Colors.Foreground & 0x7;
EditStatusBar.c 64 UINT32 Foreground : 4;
115 New.Colors.Foreground = Orig.Colors.Background & 0xF;
116 New.Colors.Background = Orig.Colors.Foreground & 0x7;
EditInputBar.c 105 UINT32 Foreground : 4;
153 New.Colors.Foreground = Orig.Colors.Background & 0xF;
154 New.Colors.Background = Orig.Colors.Foreground & 0x7;
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
MemoryTest.c 59 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground;
90 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff);
177 Foreground,
201 Foreground,
245 Foreground,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
MemoryTest.c 26 @param TitleForeground Foreground color for Title.
228 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground;
253 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff);
340 Foreground,
364 Foreground,
408 Foreground,
FrontPage.c 890 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground;
897 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff);
908 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0);
929 Foreground,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 50 @param TitleForeground Foreground color for Title.
296 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground;
308 SetMem (&Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff);
317 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0);
335 Foreground,
590 // Disable cursor and set the foreground and background colors specified by Attribute
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
TextEditorTypes.h 56 UINT32 Foreground : 4;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 57 UINT32 Foreground : 4;
  /external/lzma/CPP/Windows/
Window.h 75 bool Foreground() { return BOOLToBool(::SetForegroundWindow(_window)); }
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c 901 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground;
939 GetTextColors (This, &Foreground, &Background);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 270 @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,
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c     [all...]
  /frameworks/base/core/java/android/text/
Html.java 1160 Foreground foreground = getLast(text, Foreground.class); local
    [all...]

Completed in 1426 milliseconds