Lines Matching defs:gcv
390 XGCValues gcv; /* for creating GC */
686 gcv.function = GXcopy;
687 gcv.plane_mask = AllPlanes;
688 gcv.fill_style = FillSolid;
692 &gcv);
696 &gcv);
745 XGCValues gcv;
747 gcv.function = GXxor;
748 gcv.subwindow_mode = IncludeInferiors;
749 gcv.foreground = BlackPixel (dpy, screen);
752 GCForeground), &gcv);
1065 XGCValues gcv; /* for doing filled rectangles */
1071 gcv.foreground = prev_pixel = back_pixel;
1072 XChangeGC (dpy, fGC, GCForeground, &gcv);
1121 * be different from gcv.foreground if the latter is the same
1125 if (pixel != gcv.foreground) {
1129 if (gcv.foreground != back_pixel && r_width > 0) {
1130 if (gcv.foreground != prev_pixel) {
1131 XChangeGC (dpy, fGC, GCForeground, &gcv);
1132 prev_pixel = gcv.foreground;
1138 gcv.foreground = pixel;
1146 if (gcv.foreground != back_pixel && r_width > 0) {
1147 if (gcv.foreground != prev_pixel) {
1148 XChangeGC (dpy, fGC, GCForeground, &gcv);
1149 prev_pixel = gcv.foreground;
1196 XGCValues gcv; /* for creating GC */
1221 gcv.function = GXcopy;
1222 gcv.plane_mask = AllPlanes;
1223 gcv.fill_style = FillSolid;
1226 &gcv);