Home
last modified time | relevance | path

Searched refs:solidGC (Results 1 – 9 of 9) sorted by relevance

/dports/math/fricas/fricas-1.3.7/src/lib/
H A DXSpadFill.c67 static GC stippleGC, solidGC; variable
97 solidGC = XCreateGC(dsply, RootWindow(dsply, scr), 0, NULL); in XInitSpadFill()
98 XSetArcMode(dsply, solidGC, ArcPieSlice); in XInitSpadFill()
169 XSetArcMode(dsply, solidGC, mode); in XSpadFillSetArcMode()
215 XSetForeground(dsply, solidGC, black); in SpadFillGC()
217 XSetForeground(dsply, solidGC, white); in SpadFillGC()
220 XSetForeground(dsply, solidGC, spadColors[color]); in SpadFillGC()
222 return (solidGC); in SpadFillGC()
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnix3d.c27 GC solidGC; /* Used to draw solid relief. */ member
51 borderPtr->solidGC = NULL; in TkpGetBorder()
79 if (unixBorderPtr->solidGC != NULL) { in TkpFreeBorder()
80 Tk_FreeGC(display, unixBorderPtr->solidGC); in TkpFreeBorder()
162 if (unixBorderPtr->solidGC == NULL) { in Tk_3DVerticalBevel()
166 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_3DVerticalBevel()
168 XFillRectangle(display, drawable, unixBorderPtr->solidGC, x, y, in Tk_3DVerticalBevel()
249 if (unixBorderPtr->solidGC == NULL) { in Tk_3DHorizontalBevel()
253 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_3DHorizontalBevel()
255 XFillRectangle(display, drawable, unixBorderPtr->solidGC, x, y, in Tk_3DHorizontalBevel()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnix3d.c27 GC solidGC; /* Used to draw solid relief. */ member
51 borderPtr->solidGC = NULL; in TkpGetBorder()
79 if (unixBorderPtr->solidGC != NULL) { in TkpFreeBorder()
80 Tk_FreeGC(display, unixBorderPtr->solidGC); in TkpFreeBorder()
162 if (unixBorderPtr->solidGC == NULL) { in Tk_3DVerticalBevel()
166 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_3DVerticalBevel()
168 XFillRectangle(display, drawable, unixBorderPtr->solidGC, x, y, in Tk_3DVerticalBevel()
249 if (unixBorderPtr->solidGC == NULL) { in Tk_3DHorizontalBevel()
253 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_3DHorizontalBevel()
255 XFillRectangle(display, drawable, unixBorderPtr->solidGC, x, y, in Tk_3DHorizontalBevel()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnix3d.c27 GC solidGC; /* Used to draw solid relief. */ member
50 borderPtr->solidGC = None; in TkpGetBorder()
78 if (unixBorderPtr->solidGC != None) { in TkpFreeBorder()
79 Tk_FreeGC(display, unixBorderPtr->solidGC); in TkpFreeBorder()
161 if (unixBorderPtr->solidGC == None) { in Tk_3DVerticalBevel()
165 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_3DVerticalBevel()
167 XFillRectangle(display, drawable, unixBorderPtr->solidGC, x, y, in Tk_3DVerticalBevel()
248 if (unixBorderPtr->solidGC == None) { in Tk_3DHorizontalBevel()
252 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_3DHorizontalBevel()
254 XFillRectangle(display, drawable, unixBorderPtr->solidGC, x, y, in Tk_3DHorizontalBevel()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnix3d.c29 GC solidGC; /* Used to draw solid relief. */ member
52 borderPtr->solidGC = None; in TkpGetBorder()
81 if (unixBorderPtr->solidGC != None) {
82 Tk_FreeGC(display, unixBorderPtr->solidGC);
166 if (unixBorderPtr->solidGC == None) {
170 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
172 XFillRectangle(display, drawable, unixBorderPtr->solidGC, x, y,
256 if (unixBorderPtr->solidGC == None) {
260 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground,
263 XFillRectangle(display, drawable, unixBorderPtr->solidGC, x, y,
/dports/games/xrally/xrally/
H A Dgraphics.c37 static GC solidGC; variable
112 XSetGraphicsExposures(dpy, solidGC, false); in init_display()
114 XSetFillStyle(dpy, solidGC, FillSolid); in init_display()
272 XSetForeground(dpy, solidGC, color_index); in rect()
274 XFillRectangle(dpy, dest, solidGC, x, y, w, h); in rect()
276 XDrawRectangle(dpy, dest, solidGC, x, y, w, h); in rect()
281 XSetForeground(dpy, solidGC, color_index); in point()
282 XDrawPoint(dpy, dest, solidGC, x, y); in point()
341 XSetForeground(dpy, solidGC, color_index); in circle()
343 XFillArc(dpy, dest, solidGC, x, y, w, h, 0, 23040); in circle()
[all …]
/dports/games/xrally/xrally/doc/
H A DAPI67 Drawable. It should use XDrawRectangle (or XFillRectangle) and the solidGC.
74 use XDrawPoint and the solidGC.
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeView.c3599 if (tvPtr->solidGC != NULL) { in DestroyTreeView()
3600 Tk_FreeGC(tvPtr->display, tvPtr->solidGC); in DestroyTreeView()
3601 tvPtr->solidGC = NULL; in DestroyTreeView()
4005 if (tvPtr->solidGC != NULL) { in Blt_TreeViewUpdateWidget()
4006 Tk_FreeGC(tvPtr->display, tvPtr->solidGC); in Blt_TreeViewUpdateWidget()
4008 tvPtr->solidGC = newGC; in Blt_TreeViewUpdateWidget()
5586 XDrawLine(tvPtr->display, drawable, tvPtr->solidGC, x, y2, x2, y2);
H A DbltTreeView.h1059 GC solidGC; member