Searched defs:gcv (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Logo.c88 XGCValues gcv; local
100 gcv.foreground = w->logo.fgpixel;
101 w->logo.foreGC = XtGetGC((Widget)w, GCForeground, &gcv);
102 gcv.foreground = w->core.background_pixel;
103 w->logo.backGC = XtGetGC((Widget)w, GCForeground, &gcv);
143 XGCValues gcv; local
149 gcv.foreground = new->logo.fgpixel;
150 new->logo.foreGC = XtGetGC(gnew, GCForeground, &gcv);
151 gcv.foreground = new->core.background_pixel;
152 new->logo.backGC = XtGetGC(gnew, GCForeground, &gcv);
[all...]
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c390 XGCValues gcv; /* for creating GC */ local
686 gcv.function = GXcopy;
687 gcv.plane_mask = AllPlanes;
688 gcv.fill_style = FillSolid;
692 &gcv);
696 &gcv);
745 XGCValues gcv; local
747 gcv.function = GXxor;
748 gcv.subwindow_mode = IncludeInferiors;
749 gcv
1065 XGCValues gcv; /* for doing filled rectangles */ local
1196 XGCValues gcv; /* for creating GC */ local
[all...]

Completed in 1298 milliseconds