Home
last modified time | relevance | path

Searched refs:path_box (Results 1 – 25 of 63) sorted by relevance

123

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsshade.c442 gs_fixed_rect path_box; in gs_shading_fill_path() local
456 rect_intersect(path_box, *prect); in gs_shading_fill_path()
465 rect_intersect(path_box, bbox_fixed); in gs_shading_fill_path()
470 if (path_box.p.x >= path_box.q.x || path_box.p.y >= path_box.q.y) in gs_shading_fill_path()
491 if (path_box.p.x >= path_box.q.x || path_box.p.y >= path_box.q.y) in gs_shading_fill_path()
509 int x0 = fixed2int(path_box.p.x); in gs_shading_fill_path()
510 int y0 = fixed2int(path_box.p.y); in gs_shading_fill_path()
511 int x1 = fixed2int(path_box.q.x); in gs_shading_fill_path()
512 int y1 = fixed2int(path_box.q.y); in gs_shading_fill_path()
530 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_fill_path()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsshade.c442 gs_fixed_rect path_box; in gs_shading_fill_path() local
456 rect_intersect(path_box, *prect); in gs_shading_fill_path()
465 rect_intersect(path_box, bbox_fixed); in gs_shading_fill_path()
470 if (path_box.p.x >= path_box.q.x || path_box.p.y >= path_box.q.y) in gs_shading_fill_path()
491 if (path_box.p.x >= path_box.q.x || path_box.p.y >= path_box.q.y) in gs_shading_fill_path()
509 int x0 = fixed2int(path_box.p.x); in gs_shading_fill_path()
510 int y0 = fixed2int(path_box.p.y); in gs_shading_fill_path()
511 int x1 = fixed2int(path_box.q.x); in gs_shading_fill_path()
512 int y1 = fixed2int(path_box.q.y); in gs_shading_fill_path()
530 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_fill_path()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dscreenshot_notification.cpp88 text_box& path_box = find_widget<text_box>(&window, "path", false); in pre_show() local
89 path_box.set_value(filesystem::base_name(path_)); in pre_show()
90 window.keyboard_capture(&path_box); in pre_show()
91 connect_signal_pre_key_press(path_box, std::bind(&screenshot_notification::keypress_callback, this, in pre_show()
123 text_box& path_box = find_widget<text_box>(&window, "path", false); in save_screenshot() local
124 std::string filename = path_box.get_value(); in save_screenshot()
139 path_box.set_active(false); in save_screenshot()
H A Dgame_cache_options.cpp95 text_box_base& path_box = find_widget<text_box_base>(&window, "path", false); in pre_show() local
96 path_box.set_value(cache_path_); in pre_show()
97 path_box.set_active(false); in pre_show()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dsearch_path_option.cc55 vbox.pack_start (path_box); in SearchPathOption()
63 path_box.pack_start (session_label); in SearchPathOption()
97 path_box.remove (session_label); in clear()
99 path_box.remove ((*p)->box); in clear()
112 path_box.pack_start (session_label); in set_state_from_config()
142 path_box.pack_start (pe->box, false, false); in add_path()
149 path_box.remove (pe->box); in remove_path()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsshade.c449 gs_fixed_rect path_box; in gs_shading_do_fill_rectangle() local
454 dev_proc(dev, get_clipping_box)(dev, &path_box); in gs_shading_do_fill_rectangle()
456 rect_intersect(path_box, *prect); in gs_shading_do_fill_rectangle()
469 code = gx_shade_background(dev, &path_box, &dev_color, pgs->log_op); in gs_shading_do_fill_rectangle()
472 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_do_fill_rectangle()
473 path_rect.p.y = fixed2float(path_box.p.y); in gs_shading_do_fill_rectangle()
474 path_rect.q.x = fixed2float(path_box.q.x); in gs_shading_do_fill_rectangle()
475 path_rect.q.y = fixed2float(path_box.q.y); in gs_shading_do_fill_rectangle()
478 code = gs_shading_fill_rectangle(psh, &rect, &path_box, dev, pgs); in gs_shading_do_fill_rectangle()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsshade.c448 gs_fixed_rect path_box; in gs_shading_do_fill_rectangle() local
453 dev_proc(dev, get_clipping_box)(dev, &path_box); in gs_shading_do_fill_rectangle()
455 rect_intersect(path_box, *prect); in gs_shading_do_fill_rectangle()
467 code = gx_shade_background(dev, &path_box, &dev_color, pis->log_op); in gs_shading_do_fill_rectangle()
470 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_do_fill_rectangle()
471 path_rect.p.y = fixed2float(path_box.p.y); in gs_shading_do_fill_rectangle()
472 path_rect.q.x = fixed2float(path_box.q.x); in gs_shading_do_fill_rectangle()
473 path_rect.q.y = fixed2float(path_box.q.y); in gs_shading_do_fill_rectangle()
475 code = gs_shading_fill_rectangle(psh, &rect, &path_box, dev, pis); in gs_shading_do_fill_rectangle()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsshade.c449 gs_fixed_rect path_box; in gs_shading_do_fill_rectangle() local
454 dev_proc(dev, get_clipping_box)(dev, &path_box); in gs_shading_do_fill_rectangle()
456 rect_intersect(path_box, *prect); in gs_shading_do_fill_rectangle()
469 code = gx_shade_background(dev, &path_box, &dev_color, pgs->log_op); in gs_shading_do_fill_rectangle()
472 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_do_fill_rectangle()
473 path_rect.p.y = fixed2float(path_box.p.y); in gs_shading_do_fill_rectangle()
474 path_rect.q.x = fixed2float(path_box.q.x); in gs_shading_do_fill_rectangle()
475 path_rect.q.y = fixed2float(path_box.q.y); in gs_shading_do_fill_rectangle()
478 code = gs_shading_fill_rectangle(psh, &rect, &path_box, dev, pgs); in gs_shading_do_fill_rectangle()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsshade.c450 gs_fixed_rect path_box; in gs_shading_do_fill_rectangle() local
455 dev_proc(dev, get_clipping_box)(dev, &path_box); in gs_shading_do_fill_rectangle()
457 rect_intersect(path_box, *prect); in gs_shading_do_fill_rectangle()
469 code = gx_shade_background(dev, &path_box, &dev_color, pis->log_op); in gs_shading_do_fill_rectangle()
472 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_do_fill_rectangle()
473 path_rect.p.y = fixed2float(path_box.p.y); in gs_shading_do_fill_rectangle()
474 path_rect.q.x = fixed2float(path_box.q.x); in gs_shading_do_fill_rectangle()
475 path_rect.q.y = fixed2float(path_box.q.y); in gs_shading_do_fill_rectangle()
477 code = gs_shading_fill_rectangle(psh, &rect, &path_box, dev, pis); in gs_shading_do_fill_rectangle()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsshade.c450 gs_fixed_rect path_box; in gs_shading_do_fill_rectangle() local
455 dev_proc(dev, get_clipping_box)(dev, &path_box); in gs_shading_do_fill_rectangle()
457 rect_intersect(path_box, *prect); in gs_shading_do_fill_rectangle()
469 code = gx_shade_background(dev, &path_box, &dev_color, pis->log_op); in gs_shading_do_fill_rectangle()
472 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_do_fill_rectangle()
473 path_rect.p.y = fixed2float(path_box.p.y); in gs_shading_do_fill_rectangle()
474 path_rect.q.x = fixed2float(path_box.q.x); in gs_shading_do_fill_rectangle()
475 path_rect.q.y = fixed2float(path_box.q.y); in gs_shading_do_fill_rectangle()
477 code = gs_shading_fill_rectangle(psh, &rect, &path_box, dev, pis); in gs_shading_do_fill_rectangle()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsshade.c448 gs_fixed_rect path_box; in gs_shading_do_fill_rectangle() local
453 dev_proc(dev, get_clipping_box)(dev, &path_box); in gs_shading_do_fill_rectangle()
455 rect_intersect(path_box, *prect); in gs_shading_do_fill_rectangle()
467 code = gx_shade_background(dev, &path_box, &dev_color, pis->log_op); in gs_shading_do_fill_rectangle()
470 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_do_fill_rectangle()
471 path_rect.p.y = fixed2float(path_box.p.y); in gs_shading_do_fill_rectangle()
472 path_rect.q.x = fixed2float(path_box.q.x); in gs_shading_do_fill_rectangle()
473 path_rect.q.y = fixed2float(path_box.q.y); in gs_shading_do_fill_rectangle()
475 code = gs_shading_fill_rectangle(psh, &rect, &path_box, dev, pis); in gs_shading_do_fill_rectangle()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/scope/src/
H A Dplugme.c75 GtkWidget *path_box = GTK_WIDGET(user_data); in ui_path_box_open_clicked() local
76 GtkFileChooserAction action = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(path_box), "action")); in ui_path_box_open_clicked()
77 GtkEntry *entry = g_object_get_data(G_OBJECT(path_box), "entry"); in ui_path_box_open_clicked()
78 const gchar *title = g_object_get_data(G_OBJECT(path_box), "title"); in ui_path_box_open_clicked()

123