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

/solaris-x11-s12/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 12 milliseconds