Searched refs:BgColor (Results 1 – 7 of 7) sorted by relevance
/reactos/boot/freeldr/freeldr/arch/uefi/ |
H A D | uefivid.c | 81 UefiVideoAttrToColors(UCHAR Attr, ULONG *FgColor, ULONG *BgColor) in UefiVideoAttrToColors() argument 84 *BgColor = UefiVideoAttrToSingleColor((Attr >> 4) & 0xf); in UefiVideoAttrToColors() 109 ULONG FgColor, BgColor; in UefiVideoClearScreen() local 111 UefiVideoAttrToColors(Attr, &FgColor, &BgColor); in UefiVideoClearScreen() 112 UefiVideoClearScreenColor(BgColor, FALSE); in UefiVideoClearScreen() 134 Pixel[Col] = (0 != (FontPtr[Line] & Mask) ? FgColor : BgColor); in UefiVideoOutputChar() 145 ULONG BgColor = 0; in UefiVideoPutChar() local 148 UefiVideoAttrToColors(Attr, &FgColor, &BgColor); in UefiVideoPutChar() 149 UefiVideoOutputChar(Ch, X, Y, FgColor, BgColor); in UefiVideoPutChar() 193 ULONG BgColor, Dummy; in UefiVideoScrollUp() local [all …]
|
/reactos/boot/freeldr/freeldr/arch/i386/xbox/ |
H A D | xboxvideo.c | 64 Pixel[Col] = (0 != (FontPtr[Line] & Mask) ? FgColor : BgColor); in XboxVideoOutputChar() 85 XboxVideoAttrToColors(UCHAR Attr, ULONG *FgColor, ULONG *BgColor) in XboxVideoAttrToColors() argument 88 *BgColor = XboxVideoAttrToSingleColor((Attr >> 4) & 0xf); in XboxVideoAttrToColors() 110 ULONG BgColor, Dummy; in XboxVideoScrollUp() local 122 *Dst++ = BgColor; in XboxVideoScrollUp() 128 ULONG FgColor, BgColor; in XboxVideoClearScreen() local 130 XboxVideoAttrToColors(Attr, &FgColor, &BgColor); in XboxVideoClearScreen() 132 XboxVideoClearScreenColor(BgColor, FALSE); in XboxVideoClearScreen() 138 ULONG FgColor, BgColor; in XboxVideoPutChar() local 140 XboxVideoAttrToColors(Attr, &FgColor, &BgColor); in XboxVideoPutChar() [all …]
|
/reactos/boot/environ/lib/io/display/efi/ |
H A D | textcons.c | 171 BL_COLOR BgColor, in ConsoleEfiTextGetAttribute() argument 176 return ConsoleEfiTextGetEfiColorBackground(BgColor) | in ConsoleEfiTextGetAttribute() 191 State->BgColor = ConsoleEfiTextGetColorBackground(Mode->Attribute); in ConsoleEfiTextGetStateFromMode() 205 ULONG FgColor, BgColor, Attribute, XPos, YPos, TextHeight, TextWidth; in ConsoleFirmwareTextSetState() local 222 Attribute = ConsoleEfiTextGetAttribute(TextConsole->State.BgColor, in ConsoleFirmwareTextSetState() 239 BgColor = State->BgColor; in ConsoleFirmwareTextSetState() 240 if (TextConsole->State.BgColor != BgColor) in ConsoleFirmwareTextSetState() 243 if (BgColor > White) in ConsoleFirmwareTextSetState() 249 Attribute = ConsoleEfiTextGetAttribute(BgColor, in ConsoleFirmwareTextSetState() 259 TextConsole->State.BgColor = BgColor; in ConsoleFirmwareTextSetState()
|
/reactos/boot/environ/lib/io/display/ |
H A D | guicons.c | 104 GraphicsConsole->BgColor = GraphicsConsole->TextConsole.State.BgColor; in ConsoleGraphicalConstruct() 401 Console->BgColor = Console->TextConsole.State.BgColor; in ConsoleGraphicalEnable()
|
H A D | textcons.c | 128 TextState.BgColor = 0; in ConsoleTextLocalConstruct()
|
/reactos/boot/environ/lib/misc/ |
H A D | font.c | 170 Console->TextConsole.State.BgColor); in BfClearScreen()
|
/reactos/boot/environ/include/ |
H A D | bl.h | 1070 ULONG BgColor; member 1150 ULONG BgColor; member
|