Home
last modified time | relevance | path

Searched refs:p_win (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/See-file/
H A Dplay.h33 typedef struct p_win p_win; typedef
69 extern p_win *p_offscreen(p_win *parent, int width, int height);
70 extern p_win *p_metafile(p_win *parent, char *filename,
72 extern void p_destroy(p_win *w);
79 extern void p_feep(p_win *w);
80 extern void p_flush(p_win *w);
81 extern void p_clear(p_win *w);
83 extern void p_raise(p_win *w);
107 extern void p_dots(p_win *w);
109 extern void p_lines(p_win *w);
[all …]
/dports/lang/yorick/yorick-y_2_2_04/play/
H A Dplay.h61 typedef struct p_win p_win; typedef
146 PLUG_API p_win *p_offscreen(p_win *parent, int width, int height);
147 PLUG_API p_win *p_metafile(p_win *parent, char *filename,
149 PLUG_API void p_destroy(p_win *w);
156 PLUG_API void p_feep(p_win *w);
157 PLUG_API void p_flush(p_win *w);
158 PLUG_API void p_clear(p_win *w);
160 PLUG_API void p_raise(p_win *w);
184 PLUG_API void p_dots(p_win *w);
186 PLUG_API void p_lines(p_win *w);
[all …]
/dports/emulators/tiemu3/tiemu-3.03/src/gui/
H A Dpbars.c40 struct progress_window p_win = { 0 }; variable
69 p_win.pbar1 = glade_xml_get_widget(xml, "progressbar10"); in create_pbar_type1()
70 p_win.label_rate = glade_xml_get_widget(xml, "label11"); in create_pbar_type1()
93 p_win.label = glade_xml_get_widget(xml, "label20"); in create_pbar_type2()
142 p_win.label = glade_xml_get_widget(xml, "label42"); in create_pbar_type4()
168 p_win.label = glade_xml_get_widget(xml, "label53"); in create_pbar_type5()
196 p_win.pbar1 = NULL; in destroy_pbar()
197 p_win.pbar2 = NULL; in destroy_pbar()
198 p_win.label = NULL; in destroy_pbar()
199 p_win.label_part = NULL; in destroy_pbar()
[all …]
H A Drefresh.c59 if (p_win.pbar1 != NULL) in refresh_pbar1()
65 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(p_win.pbar1), in refresh_pbar1()
68 if(p_win.label_rate != NULL) in refresh_pbar1()
75 gtk_label_set_text(GTK_LABEL(p_win.label_rate), buffer); in refresh_pbar1()
83 if (p_win.pbar2 != NULL) in refresh_pbar2()
89 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(p_win.pbar2), in refresh_pbar2()
98 if(p_win.label_part != NULL) in refresh_pbar3()
103 gtk_label_set_text(GTK_LABEL(p_win.label_part), str); in refresh_pbar3()
118 if (p_win.label == NULL) in gt_label()
121 gtk_label_set_text(GTK_LABEL(p_win.label), calc_update.text); in gt_label()
/dports/lang/yorick/yorick-y_2_2_04/play/x11/
H A Dpwin.c33 static p_win *
47 p_win *w = p_malloc(sizeof(p_win)); in x_create()
120 p_win *
152 p_win *
255 p_win *
284 p_win *
298 p_bitblt(p_win *w, int x, int y, p_win *offscreen, in p_bitblt()
310 p_win *
371 p_raise(p_win *w) in p_raise()
383 p_clear(p_win *w) in p_clear()
[all …]
H A Dplaywin.h59 p_win *sel_owner;
96 p_win *gc_w_clip; /* gc contains clipping for this window */
109 struct p_win { struct
114 p_win *parent; /* non-0 only for offscreen pixmaps */ argument
128 PLUG_API int x_rgb_palette(p_win *w); argument
H A Dplayx.h26 extern p_win *x_pwin(x_display *xdpy, Drawable d);
41 extern GC x_getgc(p_scr *s, p_win *w, int fillstyle);
42 extern p_col_t x_getpixel(p_win *w, p_col_t color);
H A Dlines.c15 p_dots(p_win *w) in p_dots()
32 p_lines(p_win *w) in p_lines()
49 p_segments(p_win *w) in p_segments()
74 p_pen(p_win *w, int width, int type) in p_pen()
H A Dpoints.c20 p_d_map(p_win *w, double xt[], double yt[], int set) in p_d_map()
36 p_i_pnts(p_win *w, const int *x, const int *y, int n) in p_i_pnts()
69 p_d_pnts(p_win *w, const double *x, const double *y, int n) in p_d_pnts()
/dports/lang/yorick/yorick-y_2_2_04/play/win/
H A Dpwin.c20 p_cursor(p_win *w, int cursor) in p_cursor()
38 p_win *pw = w_pwin(ctx, s, 0, 0, bg); in p_subwindow()
70 p_win *
123 static p_win *
126 p_win *pw = p_malloc(sizeof(p_win)); in w_pwin()
181 p_destroy(p_win *pw) in p_destroy()
204 p_win *
207 p_win *pw = 0; in p_offscreen()
228 p_win *
255 p_win *
[all …]
H A Dplaywin.h35 p_win *font_win; /* most recent window that called p_font */
39 p_win *first_menu;
40 p_win *active; /* last p_win which set foreground palette */
43 struct p_win { struct
54 p_win *parent; argument
H A Dpcell.c13 static void w_cell(p_win *w, unsigned char *ndxs, unsigned char *rgbs,
21 p_ndx_cell(p_win *w, unsigned char *ndxs, int ncols, int nrows, in p_ndx_cell()
28 p_rgb_cell(p_win *w, unsigned char *rgbs, int ncols, int nrows, in p_rgb_cell()
39 p_bitblt(p_win *w, int x, int y, p_win *offscreen, in p_bitblt()
49 p_rgb_read(p_win *w, unsigned char *rgbs, in p_rgb_read()
77 w_cell(p_win *w, unsigned char *ndxs, unsigned char *rgbs, in w_cell()
H A Dgetdc.c18 static HDC wp_font(p_win *w, int font, int pixsize, int orient);
22 p_font(p_win *w, int font, int pixsize, int orient) in p_font()
28 wp_font(p_win *w, int font, int pixsize, int orient) in wp_font()
156 p_pen(p_win *w, int width, int type) in p_pen()
172 p_color(p_win *w, unsigned long color) in p_color()
186 w_color(p_win *w, unsigned long color) in w_color()
213 w_getdc(p_win *w, int flags) in w_getdc()
H A Dpoints.c19 p_d_map(p_win *w, double xt[], double yt[], int set) in p_d_map()
35 p_i_pnts(p_win *w, const int *x, const int *y, int n) in p_i_pnts()
68 p_d_pnts(p_win *w, const double *x, const double *y, int n) in p_d_pnts()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dprogress.c34 EObj *p_win; member
75 p->p_win = EobjWindowCreate(EOBJ_TYPE_MISC, x, y + h, 1, h, 1, "pp"); in ProgressbarCreate()
76 if (!p->win || !p->n_win || !p->p_win) in ProgressbarCreate()
83 p->p_win->shadow = 1; in ProgressbarCreate()
96 EobjWindowDestroy(p->p_win); in ProgressbarDestroy()
111 EobjMove(pp->p_win, EobjGetX(pp->p_win), EobjGetY(pp->p_win) - dy); in ProgressbarDestroy()
152 EobjResize(p->p_win, w, p->h); in ProgressbarSet()
153 ImageclassApply(p->ic, EobjGetWin(p->p_win), 1, 0, STATE_NORMAL); in ProgressbarSet()
154 EobjShapeUpdate(p->p_win, 0); in ProgressbarSet()
174 ImageclassApply(p->ic, EobjGetWin(p->p_win), 1, 0, STATE_NORMAL); in ProgressbarShow()
[all …]
/dports/databases/libgda5/libgda-5.2.10/testing/
H A Dgdaui-test-rt-editor.c139 GtkWidget *p_win = NULL;
145 p_win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
146 gtk_window_set_title (GTK_WINDOW (p_win), "GtkTextView & GtkTextTag");
147 gtk_window_set_default_size (GTK_WINDOW (p_win), 640, 480);
148 gtk_container_set_border_width (GTK_CONTAINER (p_win), 5);
149 gtk_window_set_position (GTK_WINDOW (p_win), GTK_WIN_POS_CENTER);
150 g_signal_connect (G_OBJECT (p_win), "destroy", gtk_main_quit, NULL);
154 gtk_container_add (GTK_CONTAINER (p_win), vbox);
181 return p_win;
/dports/databases/libgda5-ui/libgda-5.2.10/testing/
H A Dgdaui-test-rt-editor.c139 GtkWidget *p_win = NULL; in create_window() local
145 p_win = gtk_window_new (GTK_WINDOW_TOPLEVEL); in create_window()
146 gtk_window_set_title (GTK_WINDOW (p_win), "GtkTextView & GtkTextTag"); in create_window()
147 gtk_window_set_default_size (GTK_WINDOW (p_win), 640, 480); in create_window()
148 gtk_container_set_border_width (GTK_CONTAINER (p_win), 5); in create_window()
149 gtk_window_set_position (GTK_WINDOW (p_win), GTK_WIN_POS_CENTER); in create_window()
150 g_signal_connect (G_OBJECT (p_win), "destroy", gtk_main_quit, NULL); in create_window()
154 gtk_container_add (GTK_CONTAINER (p_win), vbox); in create_window()
181 return p_win; in create_window()
/dports/databases/libgda5-postgresql/libgda-5.2.10/testing/
H A Dgdaui-test-rt-editor.c139 GtkWidget *p_win = NULL; in create_window() local
145 p_win = gtk_window_new (GTK_WINDOW_TOPLEVEL); in create_window()
146 gtk_window_set_title (GTK_WINDOW (p_win), "GtkTextView & GtkTextTag"); in create_window()
147 gtk_window_set_default_size (GTK_WINDOW (p_win), 640, 480); in create_window()
148 gtk_container_set_border_width (GTK_CONTAINER (p_win), 5); in create_window()
149 gtk_window_set_position (GTK_WINDOW (p_win), GTK_WIN_POS_CENTER); in create_window()
150 g_signal_connect (G_OBJECT (p_win), "destroy", gtk_main_quit, NULL); in create_window()
154 gtk_container_add (GTK_CONTAINER (p_win), vbox); in create_window()
181 return p_win; in create_window()
/dports/databases/libgda5-ldap/libgda-5.2.10/testing/
H A Dgdaui-test-rt-editor.c139 GtkWidget *p_win = NULL; in create_window() local
145 p_win = gtk_window_new (GTK_WINDOW_TOPLEVEL); in create_window()
146 gtk_window_set_title (GTK_WINDOW (p_win), "GtkTextView & GtkTextTag"); in create_window()
147 gtk_window_set_default_size (GTK_WINDOW (p_win), 640, 480); in create_window()
148 gtk_container_set_border_width (GTK_CONTAINER (p_win), 5); in create_window()
149 gtk_window_set_position (GTK_WINDOW (p_win), GTK_WIN_POS_CENTER); in create_window()
150 g_signal_connect (G_OBJECT (p_win), "destroy", gtk_main_quit, NULL); in create_window()
154 gtk_container_add (GTK_CONTAINER (p_win), vbox); in create_window()
181 return p_win; in create_window()
/dports/databases/libgda5-bdb/libgda-5.2.10/testing/
H A Dgdaui-test-rt-editor.c139 GtkWidget *p_win = NULL; in create_window() local
145 p_win = gtk_window_new (GTK_WINDOW_TOPLEVEL); in create_window()
146 gtk_window_set_title (GTK_WINDOW (p_win), "GtkTextView & GtkTextTag"); in create_window()
147 gtk_window_set_default_size (GTK_WINDOW (p_win), 640, 480); in create_window()
148 gtk_container_set_border_width (GTK_CONTAINER (p_win), 5); in create_window()
149 gtk_window_set_position (GTK_WINDOW (p_win), GTK_WIN_POS_CENTER); in create_window()
150 g_signal_connect (G_OBJECT (p_win), "destroy", gtk_main_quit, NULL); in create_window()
154 gtk_container_add (GTK_CONTAINER (p_win), vbox); in create_window()
181 return p_win; in create_window()
/dports/databases/libgda5-mysql/libgda-5.2.10/testing/
H A Dgdaui-test-rt-editor.c139 GtkWidget *p_win = NULL; in create_window() local
145 p_win = gtk_window_new (GTK_WINDOW_TOPLEVEL); in create_window()
146 gtk_window_set_title (GTK_WINDOW (p_win), "GtkTextView & GtkTextTag"); in create_window()
147 gtk_window_set_default_size (GTK_WINDOW (p_win), 640, 480); in create_window()
148 gtk_container_set_border_width (GTK_CONTAINER (p_win), 5); in create_window()
149 gtk_window_set_position (GTK_WINDOW (p_win), GTK_WIN_POS_CENTER); in create_window()
150 g_signal_connect (G_OBJECT (p_win), "destroy", gtk_main_quit, NULL); in create_window()
154 gtk_container_add (GTK_CONTAINER (p_win), vbox); in create_window()
181 return p_win; in create_window()
/dports/databases/libgda5-jdbc/libgda-5.2.10/testing/
H A Dgdaui-test-rt-editor.c139 GtkWidget *p_win = NULL;
145 p_win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
146 gtk_window_set_title (GTK_WINDOW (p_win), "GtkTextView & GtkTextTag");
147 gtk_window_set_default_size (GTK_WINDOW (p_win), 640, 480);
148 gtk_container_set_border_width (GTK_CONTAINER (p_win), 5);
149 gtk_window_set_position (GTK_WINDOW (p_win), GTK_WIN_POS_CENTER);
150 g_signal_connect (G_OBJECT (p_win), "destroy", gtk_main_quit, NULL);
154 gtk_container_add (GTK_CONTAINER (p_win), vbox);
181 return p_win;
/dports/lang/yorick/yorick-y_2_2_04/opengl/
H A Dtest3d.c41 extern void seg_draw(p_win *w, int x0, int y0, int x1, int y1);
57 extern p_win *win1, *win2;
60 p_win *win1=0, *win2=0;
217 p_win *w = *(p_win**)c; in on_expose()
257 p_win *w = *(p_win**)c; in on_key()
281 p_win *w = *(p_win**)c; in on_click()
299 p_win *w = *(p_win**)c; in on_motion()
320 p_win *w = *(p_win **)c; in on_destroy()
333 seg_draw(p_win *w, int x0, int y0, int x1, int y1) in seg_draw()
/dports/math/gambit/gambit-16.0.1/src/python/gambit/games/
H A Dcontest.py50 p_win = Rational(own, own+others)
53 p_win = 1.0 * own / (own+others)
55 return p_win * (self.omega - self.cost(own) + self.prize) + \
95 p_win = p_own / (p_own + p_other)
96 return p_win * (self.omega - self.cost(own) + self.prize) + \
97 (1.0-p_win) * (self.omega - self.cost(own))
/dports/lang/yorick/yorick-y_2_2_04/play/any/
H A Dtest2d.c590 p_win *w = context; in on_animate()
1174 p_win *w = win2; in private_act()
1320 p_win *w = *(p_win**)c; in on_focus()
1334 p_win *w = *(p_win**)c; in on_key()
1378 p_win *w = *(p_win**)c; in on_click()
1470 p_win *w = *(p_win**)c; in on_motion()
1578 p_win **w = c; in on_expose()
1587 p_win *ww = *w; in on_expose()
1595 p_win *ww = *w; in on_expose()
1609 p_win *w = *(p_win **)c; in on_deselect()
[all …]

1234