Home
last modified time | relevance | path

Searched refs:box4 (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/graphics/gocr/gocr-0.52/src/
H A Dremove.c414 if ( box4->x1-box4->x0+1>2*job->res.avX in remove_pictures()
415 || box4->x1-box4->x0+1<job->res.avX/2 in remove_pictures()
416 || box4->y1-box4->y0+1>2*job->res.avY in remove_pictures()
417 || box4->y1-box4->y0+1<job->res.avY/2 in remove_pictures()
423 if( box4->x0<box2->x0 ) box2->x0=box4->x0; in remove_pictures()
452 box4->x0, box4->y0, box4->x1-box4->x0+1, box4->y1-box4->y0+1 ); in remove_pictures()
694 if (box4->x1-box4->x0+1<3 && box4->y1-box4->y0+1<3) continue; in remove_rest_of_dust()
695 xs = box4->x1-box4->x0+1; in remove_rest_of_dust()
696 ys = box4->y1-box4->y0+1; in remove_rest_of_dust()
697 xn = abs((box4->x0+box4->x1)/2 - box2->x0); in remove_rest_of_dust()
[all …]
H A Dpgm2asc.c1794 if ((box4->x1 - box4->x0 + 1) in count_subboxes()
1876 box4->x0, box4->y0, in glue_holes_inside_chars()
1877 box4->x1-box4->x0+1, box4->y1-box4->y0+1, in glue_holes_inside_chars()
2015 && (8*box4->y1 < box4->m2+7*box4->m3 in glue_broken_chars()
2025 && 2*box4->y1 > box4->m3+box4->m2 // can be bigger than m3 in glue_broken_chars()
2026 && 4*box4->y0 >= 3*box4->m2+box4->m3 in glue_broken_chars()
2047 box4->x1-box4->x0+1, box4->y1-box4->y0+1,join_reason[do_join]); in glue_broken_chars()
2081 && box4->x0+3*box4->x1<4*x0) in glue_broken_chars()
2089 box4->x1-box4->x0+1, box4->y1-box4->y0+1); in glue_broken_chars()
2115 && box4->x1>x0-3 && box4->x1-2<x0 in glue_broken_chars()
[all …]
H A Ddetect.c163 if (box4->c == PICTURE) continue; in detect_lines1()
164 if (box2==box4 || box3==box4) continue; in detect_lines1()
169 if (box3->y1 != box4->y1 in detect_lines1()
175 mt1+= box4->y0 - box4->y1; /* neg. H-line */ in detect_lines1()
1004 struct box *box4; in calc_average() local
1012 if( box4->c != PICTURE ){ in calc_average()
1013 x0 = box4->x0; x1 = box4->x1; in calc_average()
1014 y0 = box4->y0; y1 = box4->y1; in calc_average()
1045 struct box *box2, *box4; in detect_pictures() local
1073 if (box4->y1-box4->y0 > 2*(y1-y0)) continue; in detect_pictures()
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/gocr/
H A Dremove.c407 if ( box4->x1-box4->x0+1>2*job->res.avX in remove_pictures()
408 || box4->x1-box4->x0+1<job->res.avX/2 in remove_pictures()
409 || box4->y1-box4->y0+1>2*job->res.avY in remove_pictures()
410 || box4->y1-box4->y0+1<job->res.avY/2 in remove_pictures()
416 if( box4->x0<box2->x0 ) box2->x0=box4->x0; in remove_pictures()
445 box4->x0, box4->y0, box4->x1-box4->x0+1, box4->y1-box4->y0+1 ); in remove_pictures()
667 if (box4->x1-box4->x0+1<3 && box4->y1-box4->y0+1<3) continue; in remove_rest_of_dust()
668 xs = box4->x1-box4->x0+1; in remove_rest_of_dust()
669 ys = box4->y1-box4->y0+1; in remove_rest_of_dust()
670 xn = abs((box4->x0+box4->x1)/2 - box2->x0); in remove_rest_of_dust()
[all …]
H A Dpgm2asc.c1545 if ((box4->x1 - box4->x0 + 1) in count_subboxes()
1610 if( box4->x0==x0 && box4->x1==x1 in glue_holes_inside_chars()
1619 box4->x0, box4->y0, in glue_holes_inside_chars()
1620 box4->x1-box4->x0+1, box4->y1-box4->y0+1, in glue_holes_inside_chars()
1752 && (8*box4->y1 < box4->m2+7*box4->m3 in glue_broken_chars()
1762 && 2*box4->y1 > box4->m3+box4->m2 // can be bigger than m3 in glue_broken_chars()
1763 && 4*box4->y0 >= 3*box4->m2+box4->m3 in glue_broken_chars()
1775 box4->x1-box4->x0+1, box4->y1-box4->y0+1); in glue_broken_chars()
1803 && box4->x0+3*box4->x1<4*x0) in glue_broken_chars()
1832 && box4->x1>x0-3 && box4->x1-2<x0 in glue_broken_chars()
[all …]
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dxrender.c107 GtkWidget *box4; in XMdcRenderingSel() local
143 box4 = gtk_vbox_new(FALSE, 0); in XMdcRenderingSel()
144 gtk_container_add(GTK_CONTAINER(frame), box4); in XMdcRenderingSel()
145 gtk_container_set_border_width(GTK_CONTAINER(box4), 5); in XMdcRenderingSel()
146 gtk_widget_show(box4); in XMdcRenderingSel()
149 gtk_box_pack_start(GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcRenderingSel()
165 gtk_box_pack_start(GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcRenderingSel()
176 box4 = gtk_vbox_new(FALSE, 0); in XMdcRenderingSel()
177 gtk_container_add(GTK_CONTAINER(frame), box4); in XMdcRenderingSel()
178 gtk_container_set_border_width(GTK_CONTAINER(box4), 10); in XMdcRenderingSel()
[all …]
H A Dxlabels.c255 GtkWidget *box4; in XMdcLabelSel() local
292 box4 = gtk_vbox_new(FALSE,0); in XMdcLabelSel()
293 gtk_container_add(GTK_CONTAINER(frame),box4); in XMdcLabelSel()
295 gtk_widget_show(box4); in XMdcLabelSel()
299 gtk_box_pack_start(GTK_BOX(box4),button,TRUE,TRUE,0); in XMdcLabelSel()
321 box4 = gtk_vbox_new(FALSE,0); in XMdcLabelSel()
322 gtk_container_add(GTK_CONTAINER(frame),box4); in XMdcLabelSel()
324 gtk_widget_show(box4); in XMdcLabelSel()
363 box4 = gtk_vbox_new(FALSE,0); in XMdcLabelSel()
364 gtk_container_add(GTK_CONTAINER(frame),box4); in XMdcLabelSel()
[all …]
H A Dxvifi.c229 GtkWidget *box4; in XMdcEditFileInfo() local
591 box4 = gtk_hbox_new(FALSE,5); in XMdcEditFileInfo()
592 gtk_container_add(GTK_CONTAINER(frame),box4); in XMdcEditFileInfo()
594 gtk_widget_show(box4); in XMdcEditFileInfo()
616 box4 = gtk_hbox_new(FALSE,5); in XMdcEditFileInfo()
617 gtk_container_add(GTK_CONTAINER(frame),box4); in XMdcEditFileInfo()
619 gtk_widget_show(box4); in XMdcEditFileInfo()
646 box4 = gtk_vbox_new(FALSE,5); in XMdcEditFileInfo()
649 gtk_widget_show(box4); in XMdcEditFileInfo()
674 box4 = gtk_vbox_new(FALSE,5); in XMdcEditFileInfo()
[all …]
H A Dxresize.c125 GtkWidget *box4; in XMdcResizeSel() local
162 box4 = gtk_vbox_new(FALSE, 0); in XMdcResizeSel()
163 gtk_container_add(GTK_CONTAINER(frame), box4); in XMdcResizeSel()
164 gtk_container_set_border_width(GTK_CONTAINER(box4), 5); in XMdcResizeSel()
165 gtk_widget_show(box4); in XMdcResizeSel()
168 gtk_box_pack_start(GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcResizeSel()
176 gtk_box_pack_start(GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcResizeSel()
184 gtk_box_pack_start(GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcResizeSel()
192 gtk_box_pack_start (GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcResizeSel()
200 gtk_box_pack_start (GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcResizeSel()
[all …]
H A Dxcolmap.c160 GtkWidget *box4; in XMdcColorMapSel() local
201 box4 = gtk_vbox_new(FALSE, 0); in XMdcColorMapSel()
202 gtk_container_add(GTK_CONTAINER(frame), box4); in XMdcColorMapSel()
203 gtk_container_set_border_width(GTK_CONTAINER(box4), 5); in XMdcColorMapSel()
204 gtk_widget_show(box4); in XMdcColorMapSel()
207 gtk_box_pack_start (GTK_BOX (box4), button, TRUE, TRUE, 0); in XMdcColorMapSel()
381 GtkWidget *box4; in XMdcMapPlaceSel() local
419 box4 = gtk_vbox_new(FALSE, 0); in XMdcMapPlaceSel()
420 gtk_container_add(GTK_CONTAINER(frame), box4); in XMdcMapPlaceSel()
421 gtk_container_set_border_width(GTK_CONTAINER(box4), 5); in XMdcMapPlaceSel()
[all …]
H A Dxpages.c180 GtkWidget *box4; in XMdcPagesSel() local
217 box4 = gtk_vbox_new(FALSE, 0); in XMdcPagesSel()
218 gtk_container_add(GTK_CONTAINER(frame), box4); in XMdcPagesSel()
219 gtk_container_set_border_width(GTK_CONTAINER(box4), 5); in XMdcPagesSel()
220 gtk_widget_show(box4); in XMdcPagesSel()
223 gtk_box_pack_start(GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcPagesSel()
231 gtk_box_pack_start(GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcPagesSel()
239 gtk_box_pack_start (GTK_BOX(box4), button, TRUE, TRUE, 0); in XMdcPagesSel()
/dports/mail/findmaildirs/findmaildirs-0.4/
H A DMakefile36 @mkdir -p ${TESTDIR}/case1/folder1/box4/new
37 @mkdir -p ${TESTDIR}/case1/folder1/box4/cur
38 @mkdir -p ${TESTDIR}/case1/folder1/box4/tmp
51 @mkdir -p ${TESTDIR}/case2/box2/box4/new
52 @mkdir -p ${TESTDIR}/case2/box2/box4/cur
53 @mkdir -p ${TESTDIR}/case2/box2/box4/tmp
54 @mkdir -p ${TESTDIR}/case2/box2/box4/box5/new
55 @mkdir -p ${TESTDIR}/case2/box2/box4/box5/cur
56 @mkdir -p ${TESTDIR}/case2/box2/box4/box5/tmp
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widget_lib/
H A Dform_mgr.pl7 my $box4 = $Main->Label(-text => 'box4', -borderwidth => 1, -relief => "raised");
14 $box4);
16 $box4);
17 $box4->form(-left => '%0', -right => '%100', -bottom => '%100');
/dports/devel/efl/efl-1.25.1/src/examples/ephysics/
H A Dtest_slider.c11 Evas_Object *box1, *box2, *box3, *box4, *sh1, *sh2, *sh3, *sh4; in _world_populate() local
108 box4 = elm_image_add(test_data->win); in _world_populate()
110 box4, PACKAGE_DATA_DIR "/" EPHYSICS_TEST_THEME ".edj", "purple-cube"); in _world_populate()
111 evas_object_move(box4, WIDTH - 120, FLOOR_Y - 70); in _world_populate()
112 evas_object_resize(box4, 70, 70); in _world_populate()
113 evas_object_show(box4); in _world_populate()
114 test_data->evas_objs = eina_list_append(test_data->evas_objs, box4); in _world_populate()
117 ephysics_body_evas_object_set(box_body4, box4, EINA_TRUE); in _world_populate()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/example/
H A Defl_animview.cpp242 Eo *box4 = elm_box_add(box); in anim_view_test() local
243 evas_object_size_hint_weight_set(box4, EVAS_HINT_EXPAND, 0); in anim_view_test()
244 evas_object_size_hint_align_set(box4, EVAS_HINT_FILL, 1); in anim_view_test()
245 elm_box_horizontal_set(box4, EINA_TRUE); in anim_view_test()
246 elm_box_pack_end(box, box4); in anim_view_test()
247 evas_object_show(box4); in anim_view_test()
250 btn = elm_button_add(box4); in anim_view_test()
256 elm_box_pack_end(box4, btn); in anim_view_test()
259 btn = elm_button_add(box4); in anim_view_test()
265 elm_box_pack_end(box4, btn); in anim_view_test()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gimpressionist/
H A Dorientation.c87 GtkWidget *box2, *box3, *box4, *thispage; in create_orientationpage() local
187 box4 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6); in create_orientationpage()
188 gtk_box_pack_start (GTK_BOX (box3), box4, FALSE, FALSE, 0); in create_orientationpage()
189 gtk_widget_show (box4); in create_orientationpage()
191 create_orientradio_button (box4, ORIENTATION_MANUAL, _("Manual"), in create_orientationpage()
198 gtk_box_pack_start (GTK_BOX (box4), tmpw, FALSE, FALSE, 0); in create_orientationpage()
H A Dsize.c90 GtkWidget *box2, *box3, *box4, *thispage; in create_sizepage() local
191 box4 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6); in create_sizepage()
192 gtk_box_pack_start (GTK_BOX (box3), box4, FALSE, FALSE, 0); in create_sizepage()
193 gtk_widget_show (box4); in create_sizepage()
195 create_size_radio_button (box4, SIZE_TYPE_MANUAL, _("Manual"), in create_sizepage()
203 gtk_box_pack_start (GTK_BOX (box4), tmpw, FALSE, FALSE, 0); in create_sizepage()
H A Dgeneral.c129 GtkWidget *box1, *box2, *box3, *box4, *thispage; in create_generalpage() local
159 box4 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6); in create_generalpage()
160 gtk_box_pack_start (GTK_BOX (box3), box4, FALSE, FALSE, 0); in create_generalpage()
161 gtk_widget_show (box4); in create_generalpage()
163 create_general_button (box4, in create_generalpage()
179 gtk_box_pack_start (GTK_BOX (box4), general_color_button, FALSE, FALSE, 0); in create_generalpage()
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DHelp.cxx75 Fl_Text_Display *box4 = in About_Help_cb() local
78 box4->box (FL_NO_BOX); in About_Help_cb()
79 box4->labelsize (14); in About_Help_cb()
80 box4->labelcolor ((Fl_Color) 186); in About_Help_cb()
998 Fl_Text_Display *box4 = new Fl_Text_Display (20, y, 380, 0, in Spacegroup_Help_cb() local
1001 box4->box (FL_NO_BOX); in Spacegroup_Help_cb()
1002 box4->labelsize (16); in Spacegroup_Help_cb()
1003 box4->labelcolor ((Fl_Color) 186); in Spacegroup_Help_cb()
/dports/devel/ppl/ppl-1.2/tests/Box/
H A Dbgp99extrapolation1.cc41 TBox box4(2); in test01() local
42 box4.add_constraint(A >= 3); in test01()
50 box_set1.add_disjunct(box4); in test01()
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dgraphicstest.c40 BOX *box1, *box2, *box3, *box4; in main() local
70 box4 = boxCreate(570, 260, 160, 220); in main()
74 boxaAddBox(boxa, box4, L_INSERT); in main()
H A Dsplitcomp_reg.c50 BOX *box1, *box2, *box3, *box4; in main() local
66 box4 = boxCreate(150, 80, 25, 70); in main()
83 pixClearInRect(pixs, box4); in main()
91 boxDestroy(&box4); in main()
H A Dfindcorners_reg.c74 BOX *box1, *box2, *box3, *box4; in main() local
106 box4 = boxAdjustSides(NULL, box3, -141, 221, -1535, 157); in main()
107 pix3 = pixClipRectangle(pix2, box4, NULL); in main()
116 boxDestroy(&box4); in main()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_mask_by_color.cpp81 Box* box1, *box2, *box3, *box4; in onExecute() local
99 box4 = new Box(HORIZONTAL | HOMOGENEOUS); in onExecute()
136 box1->addChild(box4); in onExecute()
141 box4->addChild(button_ok); in onExecute()
142 box4->addChild(button_cancel); in onExecute()
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dalert.cpp211 auto box4 = new Box(0); in processString() local
215 box4->setExpansive(true); in processString()
217 box4->noBorderNoChildSpacing(); in processString()
225 box1->addChild(box4); // Filler in processString()

12345678910