Searched refs:foreground (Results 1 – 25 of 63) sorted by relevance
123
47 bool foreground; member52 struct ipu_dp foreground; member72 if (dp->foreground) in to_flow()73 return container_of(dp, struct ipu_flow, foreground); in to_flow()178 if (!dp->foreground) in ipu_dp_setup_channel()181 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel()186 ipu_dp_csc_init(flow, flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel()189 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN || in ipu_dp_setup_channel()190 flow->foreground.in_cs == flow->out_cs) in ipu_dp_setup_channel()198 ipu_dp_csc_init(flow, flow->foreground.in_cs, in ipu_dp_setup_channel()[all …]
32 + gdk_colormap_query_color( gdk_gc_get_colormap(darkGreyGC),starGCval.foreground.pixel, &starColor…40 + gdk_colormap_query_color( gdk_gc_get_colormap(greyGC), starGCval.foreground.pixel, &starColor );48 + gdk_colormap_query_color( gdk_gc_get_colormap(whiteGC), starGCval.foreground.pixel, &starColor );
850 gcvals.foreground = color.pixel; in dmxConsoleInit()853 gcvals.foreground = BlackPixel(dpy, screen); in dmxConsoleInit()868 tmp = gcvals.foreground; in dmxConsoleInit()871 gcvals.foreground = color.pixel; in dmxConsoleInit()874 gcvals.foreground = BlackPixel(dpy, screen); in dmxConsoleInit()876 gcvals.foreground = tmp; in dmxConsoleInit()879 gcvals.background = gcvals.foreground; in dmxConsoleInit()880 gcvals.foreground = tmp; in dmxConsoleInit()883 gcvals.background = gcvals.foreground; in dmxConsoleInit()886 gcvals.foreground = color.pixel; in dmxConsoleInit()[all …]
361 ; The foreground color index of test case category menu.365 ; The foreground color index of test case item init status.369 ; The foreground color index of test case item OK status.373 ; The foreground color index of test case item fail status.
30 foreground.38 foreground. In both groups, low three bits set color (as in normal
22 device: tty0 for the foreground virtual console41 defines that opening ``/dev/console`` will get you the current foreground
6 ExecStart=/usr/sbin/acpid --foreground --netlink
7 ExecStart=/usr/sbin/irqbalance --foreground --policyscript=/etc/irqbalance.d
8 # Start ippoold in the foreground!
3 Even when running in the foreground, send log messages to syslog.
107 exec $DAEMON --keep-in-foreground $ARGS \
36 /usr/bin/timeout --foreground "$kselftest_timeout" "$1"
19 +.B \-F, \-\-foreground227 +" -F --foreground : don't daemonize, stay in foreground.\n"260 +" -F --foreground : ne pas d�moniser, rester au premier plan.\n"525 +" -F --foreground : don't daemonize, stay in foreground.\n"792 +" -F --foreground : don't daemonize, stay in foreground.\n"1064 +" -F --foreground : don't daemonize, stay in foreground.\n"1344 +" -F --foreground : don't daemonize, stay in foreground.\n"1383 +" -F --foreground : nicht daemonisieren, im Vordergrund bleiben.\n"1627 +" -F --foreground : don't daemonize, stay in foreground.\n"2025 +if (!foreground) {[all …]
6 term foreground: /etc/frecon/term-switch on
167 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local176 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy()215 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy()267 blending[0] = foreground; in tegra_plane_setup_blending_legacy()271 blending[1] = foreground; in tegra_plane_setup_blending_legacy()280 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()281 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy()282 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
41 bool sync_mode, foreground = false; in gc_thread_func() local50 foreground = true; in gc_thread_func()99 if (foreground) { in gc_thread_func()119 if (!foreground) in gc_thread_func()125 if (foreground) in gc_thread_func()129 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func()132 if (foreground) in gc_thread_func()
1# ncurses 6.1 - patch 20190615 - Thomas E. Dickey 2# 3# --- ...
55 values.foreground = 1L; in xnestRealizeCursor()
105 values.foreground = xnestPixel(pGC->fgPixel); in xnestChangeGC()
48 Set the cursor foreground and background colors. In 8bpp, fg and128 cursor should be painted in the foreground color and which should
2404 all the processes in the foreground process group.2430 only one process group at a time. This is called the "foreground job"2437 likewise for writing. The user can stop a foreground job by typing the2442 stopped jobs and switch jobs between foreground and background.2474 Processes in the foreground job of a controlling terminal have2539 * Foreground and Background:: Putting a job in foreground of background.2542 the foreground or background.2636 placed in the foreground by its parent shell before it can enable job2639 the current foreground job associated with its controlling terminal2642 If the subshell is not running as a foreground job, it must stop[all …]
123 gcvals.foreground = fg.pixel; in dmxConfigCanvasGCs()131 gcvals.foreground = hl.pixel; in dmxConfigCanvasGCs()133 gcvals.foreground = bg.pixel; in dmxConfigCanvasGCs()
344 gcv.foreground = WhitePixel(pong_clock->xdpy, in main()
246 v.foreground = pGC->fgPixel; in dmxChangeGC()