Searched refs:foreground (Results 1 - 20 of 20) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dhelper.c33 int foreground; member in struct:helper_opts
41 FUSE_HELPER_OPT("-d", foreground),
42 FUSE_HELPER_OPT("debug", foreground),
43 FUSE_HELPER_OPT("-f", foreground),
77 " -f foreground operation\n"
148 int *multithreaded, int *foreground)
171 if (foreground)
172 *foreground = hopts.foreground;
180 int fuse_daemonize(int foreground) argument
147 fuse_parse_cmdline(struct fuse_args *args, char **mountpoint, int *multithreaded, int *foreground) argument
[all...]
/haiku/src/system/boot/platform/generic/
H A Dtext_console.cpp58 console_set_color(int32 foreground, int32 background) argument
60 gConsoleNode->SetColors(foreground, background);
H A Dvideo_text_console.cpp30 virtual void SetColors(int32 foreground, int32 background);
141 VideoTextConsole::SetColors(int32 foreground, int32 background) argument
143 fColor = (background & 0xf) << 4 | (foreground & 0xf);
H A Dtext_menu.cpp98 console_color foreground = selected local
102 foreground = kDisabledColor;
105 console_set_color(foreground, background);
112 console_set_color(foreground, background);
116 console_set_color(foreground, background);
141 console_set_color(foreground, background);
/haiku/src/tests/system/boot/loader/
H A Dplatform_console.cpp49 console_set_color(int32 foreground, int32 background) argument
/haiku/src/apps/terminal/
H A DTerminalLine.h23 uint32 foreground; member in struct:Attributes
28 Attributes() : state(0), foreground(0), background(0), underline(0), underlineStyle(0) {}
33 foreground = 0;
52 foreground = 0x80000000 | (red << 16) | (green << 8) | blue;
75 foreground = 0;
101 foreground = 0;
125 if ((foreground & 0x80000000) != 0)
126 return make_color((foreground >> 16) & 0xFF,
127 (foreground >> 8) & 0xFF,
128 foreground
[all...]
H A DHistoryBuffer.cpp151 attributes.foreground = cell.attributes.foreground;
186 attributes.foreground = cell.attributes.foreground;
/haiku/src/system/boot/platform/u-boot/
H A Dconsole.cpp30 virtual void SetColors(int32 foreground, int32 background);
106 VTConsole::SetColors(int32 foreground, int32 background) argument
112 if (foreground < 0 || foreground >= 8)
120 cmap[foreground] + 30, cmap[background] + 40);
/haiku/src/system/boot/platform/next_m68k/
H A Dconsole.cpp37 virtual void SetColors(int32 foreground, int32 background);
156 Console::SetColors(int32 foreground, int32 background) argument
161 foreground = 15;
164 foreground = 0;
167 buff[2] += (char)translate_color(foreground);
/haiku/src/system/boot/platform/atari_m68k/
H A Dconsole.cpp37 void SetColors(int32 foreground, int32 background);
158 Console::SetColors(int32 foreground, int32 background) argument
163 foreground = 15;
166 foreground = 0;
170 buff[2] += (char)translate_color(foreground);
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp29 void SetColor(int32 foreground, int32 background);
51 void SetColor(int32 foreground, int32 background);
193 ConsoleHandle::SetColor(int32 foreground, int32 background) argument
195 SetAPen(&gScreen->RastPort, foreground);
373 ConsoleDevice::SetColor(int32 foreground, int32 background) argument
379 if (foreground >= 8) {
380 foreground -= 8;
389 if (foreground == background) {
390 foreground = 7 - background;
393 if (foreground <
769 console_set_color(int32 foreground, int32 background) argument
[all...]
/haiku/headers/private/kernel/boot/platform/generic/
H A Dtext_console.h14 // foreground and background colors
23 // foreground colors only, if blinking is enabled (on bios_ia32)
69 extern void console_set_color(int32 foreground, int32 background);
/haiku/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp31 virtual void SetColors(int32 foreground, int32 background);
154 Console::SetColors(int32 foreground, int32 background) argument
156 sColor = (background & 0xf) << 12 | (foreground & 0xf) << 8;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h227 * '-f' foreground
228 * '-d' '-odebug' foreground, but keep the debug option
240 * @param foreground set to 1 if one of the relevant options is present
244 int *multithreaded, int *foreground);
249 * @param foreground if true, stay in the foreground
252 int fuse_daemonize(int foreground);
/haiku/src/apps/serialconnect/
H A DTermView.cpp104 rgb_color foreground, background; local
105 foreground.red = cell.fg.red;
106 foreground.green = cell.fg.green;
107 foreground.blue = cell.fg.blue;
108 foreground.alpha = 255;
114 // Draw the cursor by swapping foreground and background colors
116 SetLowColor(foreground);
117 SetViewColor(foreground);
122 SetHighColor(foreground);
/haiku/src/system/boot/platform/riscv/
H A Dconsole.cpp35 virtual void SetColors(int32 foreground, int32 background);
203 Console::SetColors(int32 foreground, int32 background) argument
205 sColor = (background & 0xf) << 12 | (foreground & 0xf) << 8;
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp48 virtual void SetColors(int32 foreground, int32 background);
149 EFITextConsole::SetColors(int32 foreground, int32 background) argument
152 EFI_TEXT_ATTR((foreground & 0xf), (background & 0xf)));
/haiku/src/system/boot/platform/openfirmware/
H A Dconsole.cpp37 virtual void SetColors(int32 foreground, int32 background);
303 Console::SetColors(int32 foreground, int32 background) argument
315 " to foreground-color"
318 2, 0, translate_color(foreground), translate_color(background));
/haiku/headers/private/kernel/boot/
H A Dvfs.h98 virtual void SetColors(int32 foreground, int32 background) = 0;
/haiku/src/apps/bootmanager/
H A Dbootman.S55 ; bl - foreground color (graphics mode only)
595 mov bx, 0x0F ; Page number and foreground color

Completed in 110 milliseconds