Searched refs:background (Results 1 - 25 of 51) sorted by relevance

123

/vbox/src/libs/libpng-1.2.8/
H A Dpngrtran.c74 /* handle alpha and tRNS via a background color */
83 png_warning(png_ptr, "Application must supply a known background gamma");
88 png_memcpy(&(png_ptr->background), background_color,
95 * (in which case need_expand is superfluous anyway), the background color
708 /* expand background chunk. */
712 png_ptr->background.gray *= (png_uint_16)0xff;
713 png_ptr->background.red = png_ptr->background.green
714 = png_ptr->background.blue = png_ptr->background
[all...]
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dtooltip.css54 background: #f0f0f0;
60 background: #e8e8e8;
118 background-color: #d8e8ff;
H A Dcommon.css41 background: #f9f9f9 repeat-y center;
195 background-color: #c0d0e0;
318 background-color: #ececec;
322 background-color: #fcfcfc;
327 background-color: #d8e0f8;
331 background-color: #e8f0ff;
335 background-color: #d8e0f8;
339 background-color: #e8f0ff;
347 background-color: #d0d0d0;
356 background
[all...]
H A Dgraphwiz.css46 background-color: #c0cbd6;
136 background-color: #f0f0f0;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmibstorest.h71 char backgroundState; /* background type */
72 PixUnion background; /* background pattern */ member in struct:__anon7436
76 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
H A Dwindowstr.h113 PixUnion background; member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmibstorest.h71 char backgroundState; /* background type */
72 PixUnion background; /* background pattern */ member in struct:__anon7812
76 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
H A Dwindowstr.h140 PixUnion background; member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmibstorest.h71 char backgroundState; /* background type */
72 PixUnion background; /* background pattern */ member in struct:__anon8165
76 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
H A Dwindowstr.h142 PixUnion background; member in struct:_Window
162 unsigned forcedBG:1; /* must have an opaque background */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmibstorest.h71 char backgroundState; /* background type */
72 PixUnion background; /* background pattern */ member in struct:__anon8483
76 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
H A Dwindowstr.h167 PixUnion background; member in struct:_Window
187 unsigned forcedBG:1; /* must have an opaque background */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dmibstorest.h71 char backgroundState; /* background type */
72 PixUnion background; /* background pattern */ member in struct:__anon8804
76 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
H A Dwindowstr.h146 PixUnion background; member in struct:_Window
166 unsigned forcedBG:1; /* must have an opaque background */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dmibstorest.h71 char backgroundState; /* background type */
72 PixUnion background; /* background pattern */ member in struct:__anon9118
76 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmibstorest.h71 char backgroundState; /* background type */
72 PixUnion background; /* background pattern */ member in struct:__anon9438
76 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmibstorest.h73 char backgroundState; /* background type */
74 PixUnion background; /* background pattern */ member in struct:__anon4594
78 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmibstorest.h73 char backgroundState; /* background type */
74 PixUnion background; /* background pattern */ member in struct:__anon4161
78 #define StatusVirtual 2 /* pixmap is virtual, tiled with background */
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwritepng.c138 png_color_16 background; local
140 background.red = mainprog_ptr->bg_red;
141 background.green = mainprog_ptr->bg_green;
142 background.blue = mainprog_ptr->bg_blue;
143 png_set_bKGD(png_ptr, info_ptr, &background);
/vbox/src/VBox/Installer/linux/
H A Dvboxautostart-service.sh128 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
157 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
276 PARAMS="--background --start --config $VBOXAUTOSTART_CONFIG"
H A Dvboxballoonctrl-service.sh138 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
167 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
305 PARAMS="--background"
H A Dvboxweb-service.sh140 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
169 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
296 PARAMS="--background"
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh47 - That it does not background to simplify service process management.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dwindowstr.h145 PixUnion background; member in struct:_Window
165 unsigned forcedBG:1; /* must have an opaque background */
171 unsigned inhibitBGPaint:1; /* paint the background? */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dwindowstr.h145 PixUnion background; member in struct:_Window
164 unsigned forcedBG:1; /* must have an opaque background */
170 unsigned inhibitBGPaint:1; /* paint the background? */

Completed in 124 milliseconds

123