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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c89 GC fGC = (GC) NULL; /* either fillGC or fillGC1 */ variable
937 fGC=fillGC1;
941 fGC=fillGC;
1072 XChangeGC (dpy, fGC, GCForeground, &gcv);
1131 XChangeGC (dpy, fGC, GCForeground, &gcv);
1134 XFillRectangle (dpy, mw, fGC,
1148 XChangeGC (dpy, fGC, GCForeground, &gcv);
1151 XFillRectangle (dpy, mw, fGC, r_x, r_y, r_width, r_height);
1198 XSetFont (dpy, fGC, pixfinfo->fid);

Completed in 13 milliseconds