Home
last modified time | relevance | path

Searched refs:gcv (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dscreens.c70 XGCValues gcv; in create_menu_gcs() local
174 XGCValues gcv; in create_feedback_gcs() local
265 XGCValues gcv; in create_pager_gcs() local
309 XGCValues gcv; in create_icon_gcs() local
470 XGCValues gcv; in create_title_gcs() local
631 XGCValues gcv; in create_resize_h_gcs() local
737 XGCValues gcv; in create_border_gcs() local
843 XGCValues gcv; in create_maximize_gcs() local
949 XGCValues gcv; in create_minimize_gcs() local
1055 XGCValues gcv; in create_menu_b_gcs() local
[all …]
/dports/cad/irsim/irsim-9.7.110/analyzer/
H A Dgraphics.c275 XGCValues gcv; local
294 gcv.font = font; mask |= GCFont;
301 gcv.font = font; mask |= GCFont;
315 gcv.tile = pix.gray; mask |= GCTile;
325 gcv.font = font; mask |= GCFont;
333 gcv.font = font; mask |= GCFont;
340 gcv.tile = pix.xpat; mask |= GCTile;
373 gcv.font = font; mask |= GCFont;
381 gcv.tile = pix.xpat; mask |= GCTile;
421 gcv.font = font; mask |= GCFont;
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_gc.c27 XGCValues gcv; in ecore_x_gc_new() local
36 memset(&gcv, 0, sizeof (gcv)); in ecore_x_gc_new()
43 gcv.function = value_list[idx]; in ecore_x_gc_new()
48 gcv.plane_mask = value_list[idx]; in ecore_x_gc_new()
53 gcv.foreground = value_list[idx]; in ecore_x_gc_new()
58 gcv.background = value_list[idx]; in ecore_x_gc_new()
73 gcv.cap_style = value_list[idx]; in ecore_x_gc_new()
93 gcv.tile = value_list[idx]; in ecore_x_gc_new()
98 gcv.stipple = value_list[idx]; in ecore_x_gc_new()
113 gcv.font = value_list[idx]; in ecore_x_gc_new()
[all …]
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dgc.c64 XGCValues gcv; in CreateGCs() local
79 gcv.function = GXxor; in CreateGCs()
81 gcv.line_width = 0; in CreateGCs()
83 gcv.foreground = Scr->XORvalue; in CreateGCs()
95 gcv.graphics_exposures = False; in CreateGCs()
110 gcv.plane_mask = AllPlanes; in CreateGCs()
117 gcv.graphics_exposures = False; in CreateGCs()
119 gcv.line_width = 0; in CreateGCs()
127 gcv.stipple = greypixmap; in CreateGCs()
131 gcv.foreground = Scr->Black; in CreateGCs()
[all …]
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dx_attribs.c56 XGCValues gcv; in _pl_x_set_attributes() local
206 GCLineStyle, &gcv); in _pl_x_set_attributes()
217 gcv.cap_style = CapButt; in _pl_x_set_attributes()
220 gcv.cap_style = CapRound; in _pl_x_set_attributes()
226 gcv.cap_style = CapRound; in _pl_x_set_attributes()
233 GCCapStyle, &gcv); in _pl_x_set_attributes()
244 gcv.join_style = JoinMiter; in _pl_x_set_attributes()
260 GCJoinStyle, &gcv); in _pl_x_set_attributes()
272 GCLineWidth, &gcv); in _pl_x_set_attributes()
281 XGCValues gcv; in _pl_x_set_attributes() local
[all …]
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dgc.c46 XGCValues gcv; in CreateGCs() local
62 gcv.function = GXxor; in CreateGCs()
64 gcv.line_width = 0; in CreateGCs()
66 gcv.foreground = Scr->XORvalue; in CreateGCs()
74 gcv.foreground = Scr->MenuC.fore; in CreateGCs()
82 gcv.plane_mask = AllPlanes; in CreateGCs()
89 gcv.graphics_exposures = False; in CreateGCs()
91 gcv.line_width = 0; in CreateGCs()
101 gcv.stipple = greypixmap; in CreateGCs()
105 gcv.foreground = Scr->Black; in CreateGCs()
[all …]
/dports/x11-wm/piewm/piewm-1.04/
H A Dgc.c62 XGCValues gcv; in CreateGCs() local
73 gcm |= GCFunction; gcv.function = GXxor; in CreateGCs()
74 gcm |= GCLineWidth; gcv.line_width = 0; in CreateGCs()
77 Scr->PannerGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
80 gcm |= GCFunction; gcv.function = GXxor; in CreateGCs()
81 gcm |= GCLineWidth; gcv.line_width = 0; in CreateGCs()
85 Scr->DrawGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
92 Scr->MenuGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
95 gcm |= GCPlaneMask; gcv.plane_mask = AllPlanes; in CreateGCs()
102 gcm |= GCLineWidth; gcv.line_width = 0; in CreateGCs()
[all …]
/dports/x11-wm/tvtwm/tvtwm/
H A Dgc.c57 XGCValues gcv; in CreateGCs() local
68 gcm |= GCFunction; gcv.function = GXxor; in CreateGCs()
69 gcm |= GCLineWidth; gcv.line_width = 0; in CreateGCs()
72 Scr->PannerGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
75 gcm |= GCFunction; gcv.function = GXxor; in CreateGCs()
76 gcm |= GCLineWidth; gcv.line_width = 0; in CreateGCs()
80 Scr->DrawGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
87 Scr->MenuGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
90 gcm |= GCPlaneMask; gcv.plane_mask = AllPlanes; in CreateGCs()
97 gcm |= GCLineWidth; gcv.line_width = 0; in CreateGCs()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/tests/
H A Dtest_unixccompiler.py38 def gcv(v): function
43 def gcv(v): function
48 def gcv(v): function
65 def gcv(v): function
75 def gcv(v): function
86 def gcv(v): function
97 def gcv(v): function
107 def gcv(v): function
117 def gcv(v): function
126 def gcv(v): function
[all …]
/dports/lang/python27/Python-2.7.18/Lib/distutils/tests/
H A Dtest_unixccompiler.py38 def gcv(v): function
43 def gcv(v): function
48 def gcv(v): function
65 def gcv(v): function
75 def gcv(v): function
86 def gcv(v): function
97 def gcv(v): function
107 def gcv(v): function
117 def gcv(v): function
126 def gcv(v): function
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py37 def gcv(v): function
39 sysconfig.get_config_var = gcv
42 def gcv(v): function
47 def gcv(v): function
56 def gcv(v): function
66 def gcv(v): function
77 def gcv(v): function
87 def gcv(v): function
97 def gcv(v): function
109 def gcv(v): function
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py37 def gcv(v): function
39 sysconfig.get_config_var = gcv
42 def gcv(v): function
47 def gcv(v): function
56 def gcv(v): function
66 def gcv(v): function
77 def gcv(v): function
87 def gcv(v): function
97 def gcv(v): function
109 def gcv(v): function
[all …]
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py37 def gcv(v): function
39 sysconfig.get_config_var = gcv
42 def gcv(v): function
47 def gcv(v): function
56 def gcv(v): function
66 def gcv(v): function
77 def gcv(v): function
87 def gcv(v): function
97 def gcv(v): function
109 def gcv(v): function
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py37 def gcv(v): function
39 sysconfig.get_config_var = gcv
42 def gcv(v): function
47 def gcv(v): function
56 def gcv(v): function
66 def gcv(v): function
77 def gcv(v): function
87 def gcv(v): function
97 def gcv(v): function
109 def gcv(v): function
[all …]
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/
H A Dtest_unixccompiler.py37 def gcv(v): function
39 sysconfig.get_config_var = gcv
42 def gcv(v): function
47 def gcv(v): function
56 def gcv(v): function
66 def gcv(v): function
77 def gcv(v): function
87 def gcv(v): function
97 def gcv(v): function
109 def gcv(v): function
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py37 def gcv(v): function
39 sysconfig.get_config_var = gcv
42 def gcv(v): function
47 def gcv(v): function
56 def gcv(v): function
66 def gcv(v): function
77 def gcv(v): function
87 def gcv(v): function
97 def gcv(v): function
109 def gcv(v): function
[all …]
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py37 def gcv(v): function
39 sysconfig.get_config_var = gcv
42 def gcv(v): function
47 def gcv(v): function
56 def gcv(v): function
66 def gcv(v): function
77 def gcv(v): function
87 def gcv(v): function
97 def gcv(v): function
109 def gcv(v): function
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/
H A Dtest_unixccompiler.py41 def gcv(v): function
43 sysconfig.get_config_var = gcv
46 def gcv(v): function
48 sysconfig.get_config_var = gcv
51 def gcv(v): function
68 def gcv(v): function
78 def gcv(v): function
89 def gcv(v): function
100 def gcv(v): function
110 def gcv(v): function
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_unixccompiler.py41 def gcv(v): function
43 sysconfig.get_config_var = gcv
46 def gcv(v): function
48 sysconfig.get_config_var = gcv
51 def gcv(v): function
68 def gcv(v): function
78 def gcv(v): function
89 def gcv(v): function
100 def gcv(v): function
110 def gcv(v): function
[all …]
/dports/lang/python310/Python-3.10.1/Lib/distutils/tests/
H A Dtest_unixccompiler.py41 def gcv(v): function
43 sysconfig.get_config_var = gcv
46 def gcv(v): function
51 def gcv(v): function
60 def gcv(v): function
70 def gcv(v): function
81 def gcv(v): function
91 def gcv(v): function
101 def gcv(v): function
113 def gcv(v): function
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/tests/
H A Dtest_unixccompiler.py41 def gcv(v): function
43 sysconfig.get_config_var = gcv
46 def gcv(v): function
51 def gcv(v): function
60 def gcv(v): function
70 def gcv(v): function
81 def gcv(v): function
91 def gcv(v): function
101 def gcv(v): function
113 def gcv(v): function
[all …]
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dgc.c75 XGCValues gcv; in CreateGCs() local
86 gcm |= GCFunction; gcv.function = GXxor; in CreateGCs()
87 gcm |= GCLineWidth; gcv.line_width = 0; in CreateGCs()
88 gcm |= GCForeground; gcv.foreground = Scr->XORvalue; in CreateGCs()
91 Scr->DrawGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
94 gcm |= GCForeground; gcv.foreground = Scr->MenuC.fore; in CreateGCs()
97 {gcm |= GCFont; gcv.font = Scr->MenuFont.font->fid;} in CreateGCs()
99 Scr->MenuGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
102 gcm |= GCPlaneMask; gcv.plane_mask = AllPlanes; in CreateGCs()
109 gcm |= GCLineWidth; gcv.line_width = 0; in CreateGCs()
[all …]
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/
H A Dtest_unixccompiler.py41 def gcv(v): function
43 sysconfig.get_config_var = gcv
46 def gcv(v): function
51 def gcv(v): function
60 def gcv(v): function
70 def gcv(v): function
81 def gcv(v): function
91 def gcv(v): function
101 def gcv(v): function
113 def gcv(v): function
[all …]
/dports/games/xjewel/xjewel-1.6/
H A Djewel.c378 XGCValues gcv; in Init_Jewel() local
387 gcv.background=black; in Init_Jewel()
390 gcv.foreground=green; in Init_Jewel()
396 gcv.foreground=white; in Init_Jewel()
402 gcv.foreground=white; in Init_Jewel()
499 gcv.font=VerFont->fid; in Init_Jewel()
500 gcv.foreground=white; in Init_Jewel()
505 gcv.foreground=white; in Init_Jewel()
506 gcv.font=HighScoreFont->fid; in Init_Jewel()
514 gcv.foreground=white; in Init_Jewel()
[all …]
/dports/games/xchomp/xchomp/
H A Dresources.c265 XGCValues gcv; in create_GCs() local
285 gcv.font = font; in create_GCs()
293 gcv.font = font; in create_GCs()
295 gcv.stipple = demo_back; in create_GCs()
302 gcv.font = font; in create_GCs()
304 gcv.stipple = demo_gray; in create_GCs()
311 gcv.font = font; in create_GCs()
319 gcv.font = font; in create_GCs()
329 gcv.font = font; in create_GCs()
334 gcv.foreground = 1; in create_GCs()
[all …]

12345678910>>...45