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

12

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSinkP.h81 Pixel background; /* Background color. */ member in struct:__anon338
H A DXaw3_1AsciiSink.c474 values.background = sink->text_sink.background;
477 values.foreground = sink->text_sink.background;
478 values.background = sink->text_sink.foreground;
482 values.background = (unsigned long) 0L; /* (pix ^ 0) = pix */
483 values.foreground = (sink->text_sink.background ^
H A DXaw3_1SmeBSB.c568 values.background = entry->sme_bsb.foreground;
575 values.background = XtParent(w)->core.background_pixel;
587 values.foreground ^= values.background;
588 values.background = 0;
H A DXaw3_1Label.c210 values.background = lw->core.background_pixel;
225 values.background = lw->core.background_pixel;
H A DXaw3_1TextSink.c63 offset(background), XtRString, XtDefaultBackground},
288 * Description: Clears a region of the sink to the background color.
553 * Description: Clears a region of the sink to the background color.
H A DXaw3_1Clock.c194 myXGCV.background = w->core.background_pixel;
767 myXGCV.background = new->core.background_pixel;
H A DXaw3_1Command.c197 values.background = bg;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSinkP.h103 Pixel background; /* Background color. */ member in struct:__anon406
H A DAsciiSink.c498 values.background = sink->text_sink.background;
501 values.foreground = sink->text_sink.background;
502 values.background = sink->text_sink.foreground;
506 values.background = (unsigned long) 0L; /* (pix ^ 0) = pix */
507 values.foreground = (sink->text_sink.background ^
579 || w->text_sink.background != old_w->text_sink.background
H A DXawImP.h102 Pixel background; member in struct:_XawIcTablePart
H A DMultiSink.c522 values.background = sink->text_sink.background;
526 values.foreground = sink->text_sink.background;
527 values.background = sink->text_sink.foreground;
531 values.background = (unsigned long) 0L; /* (pix ^ 0) = pix */
532 values.foreground = (sink->text_sink.background ^
614 if ( w->text_sink.background != old_w->text_sink.background ||
H A DXawIm.c122 Offset (background), XtRString, (XtPointer)"XtDefaultBackground"
582 table->foreground = table->background = 0xffffffff;
642 if (pp->prev_flg & CIBg && p->background != pp->background) {
643 p->background = pp->background;
781 SetVaArg( &pe_a[pe_cnt], (XPointer) p->background); pe_cnt++;
783 SetVaArg( &st_a[st_cnt], (XPointer) p->background); st_cnt++;
940 SetVaArg( &pe_a[pe_cnt], (XPointer) p->background); pe_cnt++;
942 SetVaArg( &st_a[st_cnt], (XPointer) p->background); st_cn
[all...]
H A DAsciiText.c193 XtSetArg (list[ac], XtNbackground, sink->text_sink.background); ac++;
H A DSmeBSB.c687 values.background = entry->sme_bsb.foreground;
698 values.background = XtParent(w)->core.background_pixel;
717 values.foreground ^= values.background;
718 values.background = 0;
H A DTextSink.c66 offset(background), XtRString, XtDefaultBackground},
289 * Description: Clears a region of the sink to the background color.
545 * Description: Clears a region of the sink to the background color.
H A DLabel.c358 values.background = lw->core.background_pixel;
381 values.background = lw->core.background_pixel;
/solaris-x11-s11/open-src/data/workspace-patterns/
H A DMakefile60 background.xbm \
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.h67 extern char *background;
H A Dxlock.c52 * 24-Jun-91: make foreground and background color get used on mono.
182 static XColor bgcol[MAXSCREENS];/* background of text screen */
1222 if (!XAllocNamedColor(dsp, cmap, background,
1240 if (!XAllocNamedColor(dsp, cmap, background,
1242 fprintf(stderr, "couldn't allocate: %s\n", background);
1314 xgcv.background = ssblack[screen].pixel;
1319 xgcv.background = bgcol[screen].pixel;
H A Dresource.c148 {"-bg", ".background", XrmoptionSepArg, (caddr_t) NULL},
150 {"-background", ".background", XrmoptionSepArg, (caddr_t) NULL},
211 {"-bg color", "background color to use for password prompt"},
224 char *background; variable
261 {&background, "background", "Background", DEF_BG, t_String},
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DColorSBP.h98 Pixel background; member in struct:__anon188
H A DDPSScrollW.h119 Boolean background; member in struct:__anon194
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c386 xgcv.background = WhitePixel(dsp, screen);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibext.c440 if (dirty & GCBackground) *value++ = gv->background;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c627 v.background = WhitePixelOfScreen(screen);

Completed in 53 milliseconds

12