| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Core.c | 111 XtOffsetOf(CoreRec, core.background_pixmap), 347 && new->core.background_pixmap == XtUnspecifiedPixmap) { 352 if (old->core.background_pixmap != new->core.background_pixmap) { 353 if (new->core.background_pixmap == XtUnspecifiedPixmap) { 358 attributes.background_pixmap = new->core.background_pixmap;
|
| H A D | Intrinsic.c | 180 if (widget->core.background_pixmap != XtUnspecifiedPixmap) { 182 (*values).background_pixmap = widget->core.background_pixmap;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Simple.c | 349 if (w->core.background_pixmap > XtUnspecifiedPixmap) { 350 pixmap = XawPixmapFromXPixmap(w->core.background_pixmap, XtScreen(w), 435 if (s_old->core.background_pixmap != s_new->core.background_pixmap) { 438 opix = XawPixmapFromXPixmap(s_old->core.background_pixmap, 441 npix = XawPixmapFromXPixmap(s_new->core.background_pixmap,
|
| H A D | Box.c | 629 if (w->core.background_pixmap > XtUnspecifiedPixmap) { 630 pixmap = XawPixmapFromXPixmap(w->core.background_pixmap, XtScreen(w), 648 if (b_old->core.background_pixmap != b_new->core.background_pixmap) { 651 opix = XawPixmapFromXPixmap(b_old->core.background_pixmap, 654 npix = XawPixmapFromXPixmap(b_new->core.background_pixmap,
|
| H A D | Form.c | 306 if (w->core.background_pixmap > XtUnspecifiedPixmap) { 308 XawPixmapFromXPixmap(w->core.background_pixmap, XtScreen(w), 948 if (f_old->core.background_pixmap != f_new->core.background_pixmap) { 951 opix = XawPixmapFromXPixmap(f_old->core.background_pixmap, XtScreen(f_old), 953 npix = XawPixmapFromXPixmap(f_new->core.background_pixmap, XtScreen(f_new),
|
| H A D | SimpleMenu.c | 529 if (w->core.background_pixmap > XtUnspecifiedPixmap) { 530 pixmap = XawPixmapFromXPixmap(w->core.background_pixmap, XtScreen(w), 623 if (smw_old->core.background_pixmap != smw_new->core.background_pixmap) { 626 opix = XawPixmapFromXPixmap(smw_old->core.background_pixmap, 629 npix = XawPixmapFromXPixmap(smw_new->core.background_pixmap,
|
| H A D | MultiSink.c | 354 clear_bg = !highlight && ctx->core.background_pixmap != XtUnspecifiedPixmap; 499 ctx->core.background_pixmap != XtUnspecifiedPixmap);
|
| H A D | Command.c | 466 if (cbw->core.background_pixmap != XtUnspecifiedPixmap &&
|
| /xsrc/external/mit/xrefresh/dist/ |
| H A D | xrefresh.c | 365 xswa.background_pixmap = None; 371 xswa.background_pixmap = None; 375 xswa.background_pixmap = ParentRelative;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | animate.c | 247 attr.background_pixmap = image->pixmap; 261 attr.background_pixmap = image->pixmap; 284 attr.background_pixmap = image->pixmap;
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | CoreP.h | 99 Pixmap background_pixmap; /* window background pixmap or NULL */ member in struct:_CorePart
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Window.c | 43 *value++ = attributes->background_pixmap;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | TextSinkP.h | 95 Pixmap foreground_pixmap, background_pixmap; member in struct:_XawTextProperty
|
| /xsrc/external/mit/xlogo/dist/ |
| H A D | Logo.c | 167 if (w->core.background_pixmap != None && 168 w->core.background_pixmap != XtUnspecifiedPixmap) { 169 attr.background_pixmap = w->core.background_pixmap;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Window.c | 273 attributes.background_pixmap = None; 277 attributes.background_pixmap = ParentRelative; 281 attributes.background_pixmap = xnestPixmap(pWin->background.pixmap);
|
| H A D | Screen.c | 387 attributes.background_pixmap = xnestScreenSaverPixmap;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Window.c | 267 attributes.background_pixmap = None; 271 attributes.background_pixmap = ParentRelative; 275 attributes.background_pixmap = xnestPixmap(pWin->background.pixmap);
|
| H A D | Screen.c | 387 attributes.background_pixmap = xnestScreenSaverPixmap;
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | Xlcint.h | 133 Pixmap background_pixmap; member in struct:__anon420bb5f60308 152 Pixmap background_pixmap; member in struct:__anon420bb5f60408
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_x11.h | 167 unsigned int background_pixmap; /* background pixmap */ member in struct:__anond78fb1a80108
|
| /xsrc/external/mit/glw/dist/ |
| H A D | GLwDrawA.c | 249 sizeof(Pixmap),XtOffset(GLwDrawingAreaWidget,core.background_pixmap), 259 XtOffset(GLwDrawingAreaWidget,core.background_pixmap),
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxwindow.c | 477 attribs->background_pixmap = None; 481 attribs->background_pixmap = ParentRelative; 486 attribs->background_pixmap = pPixPriv->pixmap;
|
| /xsrc/external/mit/libXScrnSaver/dist/src/ |
| H A D | XScrnSaver.c | 268 *value++ = attributes->background_pixmap;
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XMultibuf.c | 649 *value++ = attr->background_pixmap;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | icons.c | 459 attributes.background_pixmap = pm;
|