Home
last modified time | relevance | path

Searched refs:out_box (Results 1 – 11 of 11) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/blur/
H A Dblur-base.cpp121 wf::geometry_t out_box; in sanitize() local
122 out_box.x = degrade * int(box.x / degrade); in sanitize()
123 out_box.y = degrade * int(box.y / degrade); in sanitize()
124 out_box.width = round_up(box.width, degrade); in sanitize()
125 out_box.height = round_up(box.height, degrade); in sanitize()
127 if (out_box.x + out_box.width < box.x + box.width) in sanitize()
129 out_box.width += degrade; in sanitize()
132 if (out_box.y + out_box.height < box.y + box.height) in sanitize()
134 out_box.height += degrade; in sanitize()
137 return wf::clamp(out_box, bounds); in sanitize()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dreject.cpp606 TBOX out_box; in flip_hyphens() local
617 out_box = blob->bounding_box(); in flip_hyphens()
624 if ((out_box.width() > 8 * word_res->denorm.x_scale()) && (out_box.left() > prev_right) && in flip_hyphens()
625 (out_box.right() < next_left)) { in flip_hyphens()
626 aspect_ratio = out_box.width() / static_cast<float>(out_box.height()); in flip_hyphens()
653 prev_right = out_box.right(); in flip_hyphens()
662 TBOX out_box; in flip_0O() local
673 out_box = blob->bounding_box(); in flip_0O()
674 if ((out_box.top() < kBlnBaselineOffset + kBlnXHeight) || in flip_0O()
675 (out_box.bottom() > kBlnBaselineOffset + kBlnXHeight / 4)) { in flip_0O()
/dports/net-mgmt/mbrowse/mbrowse-0.4.3/src/
H A Dinterface.c32 static GtkWidget *out_box; variable
524 out_box = gtk_text_view_new(); in create_main_window()
525 gtk_widget_show(out_box); in create_main_window()
526 gtk_container_add(GTK_CONTAINER(out_scrolledwin),out_box); in create_main_window()
540 GTK_SIGNAL_FUNC(on_get_butt_clicked),out_box); in create_main_window()
542 GTK_SIGNAL_FUNC(on_walk_butt_clicked),out_box); in create_main_window()
547 GTK_SIGNAL_FUNC(on_set_butt_clicked),out_box); in create_main_window()
564 gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(out_box), mode); in set_out_box_wrap_mode()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bvgl/algo/
H A Dbvgl_2d_geo_index.h118 static bool convert_box(vgl_box_2d<float> const& in_box, vgl_box_2d<double>& out_box);
119 static bool convert_box(vgl_box_2d<double> const& in_box, vgl_box_2d<float>& out_box);
/dports/x11/mate-applets/mate-applets-1.26.0/netspeed/src/
H A Dnetspeed.c91 GtkWidget *out_box; member
231 gtk_widget_show (netspeed->out_box); in change_icons()
238 gtk_widget_hide (netspeed->out_box); in change_icons()
303 if (netspeed->out_box) { in applet_change_size_or_orient()
304 gtk_container_remove (GTK_CONTAINER (netspeed->out_box), netspeed->out_label); in applet_change_size_or_orient()
305 gtk_container_remove (GTK_CONTAINER (netspeed->out_box), netspeed->out_pix); in applet_change_size_or_orient()
306 gtk_widget_destroy (netspeed->out_box); in applet_change_size_or_orient()
323 netspeed->out_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 1); in applet_change_size_or_orient()
327 netspeed->out_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); in applet_change_size_or_orient()
332 netspeed->out_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 1); in applet_change_size_or_orient()
[all …]
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/
H A Dwlr_output_layout.c248 struct wlr_box out_box; in wlr_output_layout_intersects() local
255 if (wlr_box_intersection(&out_box, output_box, target_lbox)) { in wlr_output_layout_intersects()
268 return wlr_box_intersection(&out_box, output_box, target_lbox); in wlr_output_layout_intersects()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/algo/
H A Dbvxm_create_scene_xml.cxx61 vgl_box_2d<double> out_box(ext_ll_lon, ext_ur_lon, ext_ll_lat, ext_ur_lat); in enlarge_region_by_meter() local
62 return out_box; in enlarge_region_by_meter()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Dsrq.c361 goto out_box; in mlx5_ib_query_srq()
367 out_box: in mlx5_ib_query_srq()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Dsrq.c361 goto out_box; in mlx5_ib_query_srq()
367 out_box: in mlx5_ib_query_srq()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Dsrq.c361 goto out_box; in mlx5_ib_query_srq()
367 out_box: in mlx5_ib_query_srq()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DAutoSchedule.cpp688 Box out_box; in get_pipeline_bounds() local
699 out_box.push_back(in); in get_pipeline_bounds()
715 regions.emplace(out.name(), out_box); in get_pipeline_bounds()