Home
last modified time | relevance | path

Searched refs:xgcv (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/NT/
H A DwinX11.c360 XGCValues *xgcv; in XChangeGC() local
364 xgcv = &xid[gc].hgc.xgcv; in XChangeGC()
387 xgcv->tile = values->tile; in XChangeGC()
395 xgcv->font = values->font; in XChangeGC()
419 XGCValues *xgcv; in XGetGCValues() local
423 xgcv = &xid[gc].hgc.xgcv; in XGetGCValues()
446 values->tile = xgcv->tile; in XGetGCValues()
454 values->font = xgcv->font; in XGetGCValues()
483 XGCValues *xgcv; in XSetLineAttributes() local
488 xgcv = &xid[gc].hgc.xgcv; in XSetLineAttributes()
[all …]
/dports/audio/xwave/xwave2-981109/FWF/src/converters/
H A DPen.c41 pen->gc = XtGetGC(w, pen->mask, &pen->xgcv);
69 &pen->xgcv.foreground, 1, 0L);
75 &pen->xgcv.background, 1, 0L);
77 XFreePixmap(dpy, pen->xgcv.tile);
79 XFreePixmap(dpy, pen->xgcv.stipple);
166 dest->xgcv.fill_style = FillSolid;
192 if (dest->xgcv.stipple == None)
237 if (dest->xgcv.stipple == None)
264 dest->xgcv.fill_style = FillTiled;
272 to.addr = &dest->xgcv.tile;
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/sciplot/
H A DPen.c42 pen->gc = XtGetGC(w, pen->mask, &pen->xgcv);
70 &pen->xgcv.foreground, 1, 0L);
76 &pen->xgcv.background, 1, 0L);
78 XFreePixmap(dpy, pen->xgcv.tile);
80 XFreePixmap(dpy, pen->xgcv.stipple);
167 dest->xgcv.fill_style = FillSolid;
193 if (dest->xgcv.stipple == None)
238 if (dest->xgcv.stipple == None)
265 dest->xgcv.fill_style = FillTiled;
273 to.addr = &dest->xgcv.tile;
[all …]
/dports/games/xblast/xblast-2.10.4/
H A Dx11c_text.c56 XGCValues xgcv; in InitFonts() local
67 xgcv.fill_style = FillTiled; in InitFonts()
68 xgcv.tile = in InitFonts()
76 xgcv.tile = in InitFonts()
248 XGCValues xgcv; in GUI_DrawTextbox() local
249 xgcv.line_width = 1; in GUI_DrawTextbox()
255 xgcv.line_width = 3; in GUI_DrawTextbox()
314 XGCValues xgcv; in GUI_DrawPolygon() local
324 xgcv.line_width = lw; in GUI_DrawPolygon()
331 xgcv.line_width = 2; in GUI_DrawPolygon()
[all …]
H A Dx11c_sprite.c59 XGCValues xgcv; in InitSprites() local
63 xgcv.foreground = whitePixel; in InitSprites()
64 xgcv.fill_style = FillStippled; in InitSprites()
67 xgcv.fill_style = FillTiled; in InitSprites()
230 static XGCValues xgcv; in CopyExplosion() local
233 xgcv.clip_y_origin = 0; in CopyExplosion()
234 xgcv.clip_x_origin = 0; in CopyExplosion()
235 xgcv.tile = pixExplBits[i]; in CopyExplosion()
236 xgcv.ts_y_origin = 0; in CopyExplosion()
237 xgcv.ts_x_origin = 0; in CopyExplosion()
[all …]
/dports/games/xtux/xtux/src/client/
H A Dwin.c339 XGCValues xgcv; in blit() local
342 xgcv.ts_x_origin = x; in blit()
343 xgcv.ts_y_origin = y; in blit()
344 xgcv.clip_x_origin = x; in blit()
345 xgcv.clip_y_origin = y; in blit()
364 XGCValues xgcv; in trans_blit() local
365 xgcv.ts_x_origin = x; in trans_blit()
386 XGCValues xgcv; in offset_blit() local
410 XGCValues xgcv; in trans_offset_blit() local
429 XGCValues xgcv; in win_print() local
[all …]
/dports/games/xlife/xlife-6.7/
H A Dcolors.c28 XGCValues xgcv; variable
330 xgcv.foreground = exact.pixel; in IniPalette()
331 if ((cellgc[i] = XCreateGC(disp, mainw, GCForeground, &xgcv)) == 0) in IniPalette()
341 xgcv.foreground = exact.pixel; in DefaultPalette()
342 XChangeGC(disp, cellgc[i], GCForeground, &xgcv); in DefaultPalette()
354 xgcv.foreground = exact.pixel; in HistoryPalette()
355 XChangeGC(disp, cellgc[k], GCForeground, &xgcv); in HistoryPalette()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbox.c63 XGCValues xgcv; local
89 xgcv.foreground = fg;
90 xgcv.function = GXinvert;
91 xgcv.plane_mask = XOR (fg, bg);
183 XGCValues xgcv; local
189 xgcv.background = bg;
190 xgcv.plane_mask = XOR (p->fg, p->bg);
191 XChangeGC (dpy, p->invertgc, (GCPlaneMask | GCBackground), &xgcv);
197 xgcv.foreground = fg;
198 xgcv.plane_mask = XOR (p->fg, p->bg);
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbox.c63 XGCValues xgcv; local
89 xgcv.foreground = fg;
90 xgcv.function = GXinvert;
91 xgcv.plane_mask = XOR (fg, bg);
183 XGCValues xgcv; local
189 xgcv.background = bg;
190 xgcv.plane_mask = XOR (p->fg, p->bg);
191 XChangeGC (dpy, p->invertgc, (GCPlaneMask | GCBackground), &xgcv);
197 xgcv.foreground = fg;
198 xgcv.plane_mask = XOR (p->fg, p->bg);
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbox.c63 XGCValues xgcv; local
89 xgcv.foreground = fg;
90 xgcv.function = GXinvert;
91 xgcv.plane_mask = XOR (fg, bg);
183 XGCValues xgcv; local
189 xgcv.background = bg;
190 xgcv.plane_mask = XOR (p->fg, p->bg);
191 XChangeGC (dpy, p->invertgc, (GCPlaneMask | GCBackground), &xgcv);
197 xgcv.foreground = fg;
198 xgcv.plane_mask = XOR (p->fg, p->bg);
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbox.c63 XGCValues xgcv; local
89 xgcv.foreground = fg;
90 xgcv.function = GXinvert;
91 xgcv.plane_mask = XOR (fg, bg);
183 XGCValues xgcv; local
189 xgcv.background = bg;
190 xgcv.plane_mask = XOR (p->fg, p->bg);
191 XChangeGC (dpy, p->invertgc, (GCPlaneMask | GCBackground), &xgcv);
197 xgcv.foreground = fg;
198 xgcv.plane_mask = XOR (p->fg, p->bg);
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbox.c63 XGCValues xgcv; local
89 xgcv.foreground = fg;
90 xgcv.function = GXinvert;
91 xgcv.plane_mask = XOR (fg, bg);
183 XGCValues xgcv; local
189 xgcv.background = bg;
190 xgcv.plane_mask = XOR (p->fg, p->bg);
191 XChangeGC (dpy, p->invertgc, (GCPlaneMask | GCBackground), &xgcv);
197 xgcv.foreground = fg;
198 xgcv.plane_mask = XOR (p->fg, p->bg);
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbox.c63 XGCValues xgcv; local
89 xgcv.foreground = fg;
90 xgcv.function = GXinvert;
91 xgcv.plane_mask = XOR (fg, bg);
183 XGCValues xgcv; local
189 xgcv.background = bg;
190 xgcv.plane_mask = XOR (p->fg, p->bg);
191 XChangeGC (dpy, p->invertgc, (GCPlaneMask | GCBackground), &xgcv);
197 xgcv.foreground = fg;
198 xgcv.plane_mask = XOR (p->fg, p->bg);
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkeyin.c50 static XGCValues xgcv; variable
65 xgcv.foreground = cur_root->fg; in change_fore()
66 XChangeGC (dpy, cur_root->gc, GCForeground, &xgcv); in change_fore()
67 xgcv.background = cur_root->fg; in change_fore()
69 xgcv.foreground = cur_root->fg; in change_fore()
70 xgcv.plane_mask = XOR (cur_root->fg, cur_root->bg); in change_fore()
77 xgcv.background = cur_root->bg; in change_back()
78 XChangeGC (dpy, cur_root->gc, GCBackground, &xgcv); in change_back()
79 xgcv.foreground = cur_root->bg; in change_back()
81 xgcv.background = cur_root->bg; in change_back()
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkeyin.c50 static XGCValues xgcv; variable
65 xgcv.foreground = cur_root->fg; in change_fore()
66 XChangeGC (dpy, cur_root->gc, GCForeground, &xgcv); in change_fore()
67 xgcv.background = cur_root->fg; in change_fore()
69 xgcv.foreground = cur_root->fg; in change_fore()
70 xgcv.plane_mask = XOR (cur_root->fg, cur_root->bg); in change_fore()
77 xgcv.background = cur_root->bg; in change_back()
78 XChangeGC (dpy, cur_root->gc, GCBackground, &xgcv); in change_back()
79 xgcv.foreground = cur_root->bg; in change_back()
81 xgcv.background = cur_root->bg; in change_back()
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkeyin.c50 static XGCValues xgcv; variable
65 xgcv.foreground = cur_root->fg; in change_fore()
66 XChangeGC (dpy, cur_root->gc, GCForeground, &xgcv); in change_fore()
67 xgcv.background = cur_root->fg; in change_fore()
69 xgcv.foreground = cur_root->fg; in change_fore()
70 xgcv.plane_mask = XOR (cur_root->fg, cur_root->bg); in change_fore()
77 xgcv.background = cur_root->bg; in change_back()
78 XChangeGC (dpy, cur_root->gc, GCBackground, &xgcv); in change_back()
79 xgcv.foreground = cur_root->bg; in change_back()
81 xgcv.background = cur_root->bg; in change_back()
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkeyin.c50 static XGCValues xgcv; variable
65 xgcv.foreground = cur_root->fg; in change_fore()
66 XChangeGC (dpy, cur_root->gc, GCForeground, &xgcv); in change_fore()
67 xgcv.background = cur_root->fg; in change_fore()
69 xgcv.foreground = cur_root->fg; in change_fore()
70 xgcv.plane_mask = XOR (cur_root->fg, cur_root->bg); in change_fore()
77 xgcv.background = cur_root->bg; in change_back()
78 XChangeGC (dpy, cur_root->gc, GCBackground, &xgcv); in change_back()
79 xgcv.foreground = cur_root->bg; in change_back()
81 xgcv.background = cur_root->bg; in change_back()
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkeyin.c50 static XGCValues xgcv; variable
65 xgcv.foreground = cur_root->fg; in change_fore()
66 XChangeGC (dpy, cur_root->gc, GCForeground, &xgcv); in change_fore()
67 xgcv.background = cur_root->fg; in change_fore()
69 xgcv.foreground = cur_root->fg; in change_fore()
70 xgcv.plane_mask = XOR (cur_root->fg, cur_root->bg); in change_fore()
77 xgcv.background = cur_root->bg; in change_back()
78 XChangeGC (dpy, cur_root->gc, GCBackground, &xgcv); in change_back()
79 xgcv.foreground = cur_root->bg; in change_back()
81 xgcv.background = cur_root->bg; in change_back()
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkeyin.c50 static XGCValues xgcv; variable
65 xgcv.foreground = cur_root->fg; in change_fore()
66 XChangeGC (dpy, cur_root->gc, GCForeground, &xgcv); in change_fore()
67 xgcv.background = cur_root->fg; in change_fore()
69 xgcv.foreground = cur_root->fg; in change_fore()
70 xgcv.plane_mask = XOR (cur_root->fg, cur_root->bg); in change_fore()
77 xgcv.background = cur_root->bg; in change_back()
78 XChangeGC (dpy, cur_root->gc, GCBackground, &xgcv); in change_back()
79 xgcv.foreground = cur_root->bg; in change_back()
81 xgcv.background = cur_root->bg; in change_back()
[all …]
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DCrPixFBit.c64 XGCValues xgcv; in XmuCreatePixmapFromBitmap() local
66 xgcv.foreground = fore; in XmuCreatePixmapFromBitmap()
67 xgcv.background = back; in XmuCreatePixmapFromBitmap()
68 xgcv.graphics_exposures = False; in XmuCreatePixmapFromBitmap()
72 &xgcv); in XmuCreatePixmapFromBitmap()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DColorset.c194 XGCValues xgcv; in ScrollPixmap() local
208 xgcv.tile = p; in ScrollPixmap()
209 xgcv.ts_x_origin = x_off; in ScrollPixmap()
210 xgcv.ts_y_origin = y_off; in ScrollPixmap()
214 GCFillStyle, &xgcv); in ScrollPixmap()
387 XGCValues xgcv; in CreateOffsetBackgroundPixmap() local
477 xgcv.tile = cs_pixmap; in CreateOffsetBackgroundPixmap()
539 xgcv.foreground = 1; in CreateOffsetBackgroundPixmap()
540 xgcv.background = 0; in CreateOffsetBackgroundPixmap()
688 XGCValues xgcv; in SetClippedRectangleBackground() local
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DColorset.c193 XGCValues xgcv; in ScrollPixmap() local
207 xgcv.tile = p; in ScrollPixmap()
208 xgcv.ts_x_origin = x_off; in ScrollPixmap()
209 xgcv.ts_y_origin = y_off; in ScrollPixmap()
213 GCFillStyle, &xgcv); in ScrollPixmap()
386 XGCValues xgcv; in CreateOffsetBackgroundPixmap() local
476 xgcv.tile = cs_pixmap; in CreateOffsetBackgroundPixmap()
538 xgcv.foreground = 1; in CreateOffsetBackgroundPixmap()
539 xgcv.background = 0; in CreateOffsetBackgroundPixmap()
687 XGCValues xgcv; in SetClippedRectangleBackground() local
[all …]
/dports/x11/xterm/xterm-370/
H A DcachedGCs.c315 XGCValues xgcv; in newCache() local
323 memset(&xgcv, 0, sizeof(xgcv)); in newCache()
344 xgcv.function = GXcopy; in newCache()
350 xgcv.function = GXcopy; in newCache()
353 xgcv.fill_style = FillTiled; in newCache()
354 xgcv.tile = in newCache()
359 THIS(tile) = xgcv.tile; in newCache()
363 xgcv.function = GXcopy; in newCache()
383 xgcv.foreground = NEXT(fg); in newCache()
406 XGCValues xgcv; in chgCache() local
[all …]
/dports/math/fricas/fricas-1.3.7/src/lib/
H A DXDither.c96 XGCValues xgcv; in XInitDither() local
128 xgcv.background = bg; in XInitDither()
129 xgcv.foreground = fg; in XInitDither()
130 xgcv.fill_style = FillOpaqueStippled; in XInitDither()
131 xgcv.stipple = XDither[4]; in XInitDither()
134 GCForeground | GCBackground | GCFillStyle | GCStipple, &xgcv); in XInitDither()
/dports/editors/emacs/emacs-27.2/src/
H A Dftxfont.c52 XGCValues xgcv; in ftxfont_get_gcs() local
95 xgcv.foreground = color.pixel; in ftxfont_get_gcs()
97 GCForeground, &xgcv); in ftxfont_get_gcs()
198 XGCValues xgcv; in ftxfont_draw_background() local
201 GCForeground | GCBackground, &xgcv); in ftxfont_draw_background()
202 XSetForeground (FRAME_X_DISPLAY (f), gc, xgcv.background); in ftxfont_draw_background()
205 XSetForeground (FRAME_X_DISPLAY (f), gc, xgcv.foreground); in ftxfont_draw_background()
264 XGCValues xgcv; in ftxfont_draw() local
267 XGetGCValues (FRAME_X_DISPLAY (f), s->gc, mask, &xgcv); in ftxfont_draw()
268 gcs = ftxfont_get_gcs (f, xgcv.foreground, xgcv.background); in ftxfont_draw()

12345678910