Searched refs:background_pixel (Results 1 - 25 of 108) sorted by relevance

12345

/xsrc/external/mit/libXt/dist/src/
H A DCore.c108 XtOffsetOf(CoreRec, core.background_pixel),
346 if (old->core.background_pixel != new->core.background_pixel
348 attributes.background_pixel = new->core.background_pixel;
355 attributes.background_pixel = new->core.background_pixel;
/xsrc/external/mit/libXaw/dist/src/
H A DCommand.c269 cbw->core.background_pixel);
270 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel,
323 xaw->core.background_pixel); ++num_args;
528 background = oldcbw->core.background_pixel;
533 foreground = cbw->core.background_pixel;
536 cbw->core.background_pixel = background;
540 || oldcbw->core.background_pixel != cbw->core.background_pixel
547 cbw->core.background_pixel);
548 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel,
[all...]
H A DGrip.c93 XtOffsetOf(GripRec, core.background_pixel),
H A DPanner.c348 pixels[1] = pw->core.background_pixel;
360 pw->core.background_pixel,
404 tmp = (pw->panner.foreground == pw->core.background_pixel ?
406 values.foreground = tmp ^ pw->core.background_pixel;
632 pw->panner.shadow_color, pw->core.background_pixel, \
763 if (cur->panner.foreground != cur->core.background_pixel)
768 cur->core.background_pixel != cnew->core.background_pixel) {
774 if (cur->panner.foreground == cur->core.background_pixel)
790 || cur->core.background_pixel !
[all...]
H A DLabel.c392 .background = lw->core.background_pixel,
414 .background = lw->core.background_pixel,
419 lw->core.background_pixel,
703 || curlw->core.background_pixel != newlw->core.background_pixel
H A DSmeBSB.c709 .foreground = XtParent(w)->core.background_pixel,
724 values.background = XtParent(w)->core.background_pixel;
733 XtParent(w)->core.background_pixel,
H A DSimple.c327 w->core.background_pixel,
494 w->core.background_pixel,
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxdemo.c69 attr.background_pixel = 0;
H A Dglxpixmap.c58 attr.background_pixel = 0;
H A Dxfont.c134 attr.background_pixel = 0;
H A Dxrotfontdemo.c148 attr.background_pixel = 0;
/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c349 xswa.background_pixel = BlackPixel (dpy, screen);
353 xswa.background_pixel = WhitePixel (dpy, screen);
360 xswa.background_pixel = cdef.pixel;
/xsrc/external/mit/xlogo/dist/
H A DLogo.c143 v.foreground = w->core.background_pixel;
172 attr.background_pixel = w->core.background_pixel;
407 attr->background_pixel = w->logo.fgpixel; /* going to shape */
473 (new->core.background_pixel != current->core.background_pixel)) {
/xsrc/external/mit/xbiff/dist/
H A DMailbox.c237 .background = w->core.background_pixel,
348 fore = w->core.background_pixel;
352 back = w->core.background_pixel;
584 current->core.background_pixel != new->core.background_pixel) {
604 Pixel back = w->core.background_pixel;
/xsrc/external/mit/libXt/dist/include/X11/
H A DCoreP.h98 Pixel background_pixel; /* window background pixel */ member in struct:_CorePart
/xsrc/external/mit/libepoxy/dist/test/
H A Dglx_common.c74 window_attr.background_pixel = 0;
/xsrc/external/mit/libX11/dist/src/
H A DWindow.c46 *value++ = attributes->background_pixel;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c107 attr.background_pixel = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c107 attr.background_pixel = 0;
/xsrc/external/mit/xclock/dist/
H A DClock.c694 myXGCV.background = w->core.background_pixel;
703 myXGCV.foreground = w->core.background_pixel;
1643 if (w->clock.Hdpixel != w->core.background_pixel)
1655 if (w->clock.Hdpixel != w->core.background_pixel) {
1674 if (w->clock.Hdpixel != w->core.background_pixel)
1705 if (w->clock.Hdpixel != w->core.background_pixel) {
1721 if (w->clock.Hdpixel != w->core.background_pixel) {
2039 || (new->core.background_pixel != current->core.background_pixel)) {
2042 myXGCV.background = new->core.background_pixel;
[all...]
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c379 values.background = lw->core.background_pixel;
401 values.background = lw->core.background_pixel;
406 lw->core.background_pixel,
732 || curlw->core.background_pixel != newlw->core.background_pixel
/xsrc/external/mit/xkbutils/dist/
H A DLED.c247 || curlw->core.background_pixel != newlw->core.background_pixel
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Ddmxwininfo.c145 attr.background_pixel = 0;
295 attr.background_pixel = BlackPixel( dpy, scr );
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut_x11.c73 attr.background_pixel = 0;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Des1_info.c174 attr.background_pixel = 0;

Completed in 20 milliseconds

12345