Searched refs:background_pixmap (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/libXt/dist/src/
H A DCore.c111 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 DIntrinsic.c180 if (widget->core.background_pixmap != XtUnspecifiedPixmap) {
182 (*values).background_pixmap = widget->core.background_pixmap;
/xsrc/external/mit/libXaw/dist/src/
H A DSimple.c349 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 DBox.c629 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 DForm.c306 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 DSimpleMenu.c529 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 DMultiSink.c354 clear_bg = !highlight && ctx->core.background_pixmap != XtUnspecifiedPixmap;
499 ctx->core.background_pixmap != XtUnspecifiedPixmap);
H A DCommand.c466 if (cbw->core.background_pixmap != XtUnspecifiedPixmap &&
/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c365 xswa.background_pixmap = None;
371 xswa.background_pixmap = None;
375 xswa.background_pixmap = ParentRelative;
/xsrc/external/mit/ctwm/dist/
H A Danimate.c247 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 DCoreP.h99 Pixmap background_pixmap; /* window background pixmap or NULL */ member in struct:_CorePart
/xsrc/external/mit/libX11/dist/src/
H A DWindow.c43 *value++ = attributes->background_pixmap;
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSinkP.h95 Pixmap foreground_pixmap, background_pixmap; member in struct:_XawTextProperty
/xsrc/external/mit/xlogo/dist/
H A DLogo.c167 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 DWindow.c273 attributes.background_pixmap = None;
277 attributes.background_pixmap = ParentRelative;
281 attributes.background_pixmap = xnestPixmap(pWin->background.pixmap);
H A DScreen.c387 attributes.background_pixmap = xnestScreenSaverPixmap;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c267 attributes.background_pixmap = None;
271 attributes.background_pixmap = ParentRelative;
275 attributes.background_pixmap = xnestPixmap(pWin->background.pixmap);
H A DScreen.c387 attributes.background_pixmap = xnestScreenSaverPixmap;
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXlcint.h133 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 Dwin32_x11.h167 unsigned int background_pixmap; /* background pixmap */ member in struct:__anond78fb1a80108
/xsrc/external/mit/glw/dist/
H A DGLwDrawA.c249 sizeof(Pixmap),XtOffset(GLwDrawingAreaWidget,core.background_pixmap),
259 XtOffset(GLwDrawingAreaWidget,core.background_pixmap),
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c477 attribs->background_pixmap = None;
481 attribs->background_pixmap = ParentRelative;
486 attribs->background_pixmap = pPixPriv->pixmap;
/xsrc/external/mit/libXScrnSaver/dist/src/
H A DXScrnSaver.c268 *value++ = attributes->background_pixmap;
/xsrc/external/mit/libXext/dist/src/
H A DXMultibuf.c649 *value++ = attr->background_pixmap;
/xsrc/external/mit/twm/dist/src/
H A Dicons.c459 attributes.background_pixmap = pm;

Completed in 32 milliseconds

12