Home
last modified time | relevance | path

Searched refs:box_it (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dfpchop.cpp88 BLOBNBOX_IT box_it = row->blob_list(); in fixed_pitch_words() local
106 if (box_it.empty()) { in fixed_pitch_words()
109 xstarts[0] = box_it.data()->bounding_box().left(); in fixed_pitch_words()
116 box_it.data()->bounding_box().bottom()); in fixed_pitch_words()
132 while (!box_it.empty() && box_it.data()->bounding_box().left() <= chop_coord) { in fixed_pitch_words()
133 if (box_it.data()->bounding_box().right() > prev_x) { in fixed_pitch_words()
134 prev_x = box_it.data()->bounding_box().right(); in fixed_pitch_words()
138 box_it.forward(); in fixed_pitch_words()
139 while (!box_it.empty() && box_it.data()->cblob() == nullptr) { in fixed_pitch_words()
140 delete box_it.extract(); in fixed_pitch_words()
[all …]
H A Dtospace.cpp894 if (!box_it.empty()) { in make_prop_words()
922 box_it.data()->bounding_box().left(), box_it.data()->bounding_box().bottom(), in make_prop_words()
937 auto bblob = box_it.data(); in make_prop_words()
955 box_it.forward(); // next one in make_prop_words()
956 bblob = box_it.data(); in make_prop_words()
979 box_it.at_first()) { in make_prop_words()
1128 BLOBNBOX_IT box_it; // iterator in make_blob_words() local
1136 if (!box_it.empty()) { in make_blob_words()
1138 auto bblob = box_it.data(); in make_blob_words()
1156 bblob = box_it.data(); in make_blob_words()
[all …]
H A Dwordseg.cpp62 BLOBNBOX_IT box_it(row->blob_list()); in make_single_word() local
63 for (; !box_it.empty(); box_it.forward()) { in make_single_word()
64 BLOBNBOX *bblob = box_it.extract(); in make_single_word()
559 WERD *make_real_word(BLOBNBOX_IT *box_it, // iterator in make_real_word() argument
569 auto bblob = box_it->extract(); in make_real_word()
585 box_it->forward(); // next one in make_real_word()
597 if (box_it->at_first()) { in make_real_word()
H A Dtopitch.cpp1669 BLOBNBOX_IT box_it; in find_repeated_chars() local
1681 box_it.set_to_list(row->blob_list()); in find_repeated_chars()
1682 if (box_it.empty()) { in find_repeated_chars()
1694 if (box_it.data()->repeated_set() != 0 && !box_it.data()->joined_to_prev()) { in find_repeated_chars()
1697 search_it = box_it; in find_repeated_chars()
1706 word = make_real_word(&box_it, blobcount, box_it.at_first(), 1); in find_repeated_chars()
1707 if (!box_it.empty() && box_it.data()->joined_to_prev()) { in find_repeated_chars()
1709 box_it.data()->bounding_box().print(); in find_repeated_chars()
1713 ASSERT_HOST(box_it.empty() || !box_it.data()->joined_to_prev()); in find_repeated_chars()
1718 box_it.forward(); in find_repeated_chars()
[all …]
H A Dwordseg.h66 BLOBNBOX_IT *box_it, // iterator
H A Dcolpartitionset.cpp326 BLOBNBOX_C_IT box_it(part->boxes()); in UnmatchedWidth() local
327 for (box_it.mark_cycle_pt(); !box_it.cycled_list(); box_it.forward()) { in UnmatchedWidth()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/regions/
H A Dregions-steal-closure.rs7 fn box_it<'r>(x: Box<dyn FnMut() + 'r>) -> ClosureBox<'r> { in box_it() function
14 box_it(Box::new(|| i += 1)) //~ ERROR `i` does not live long enough in main()
H A Dregions-static-closure.rs8 fn box_it<'a>(x: Box<dyn FnMut() + 'a>) -> closure_box<'a> { in box_it() function
17 let cl_box = box_it(Box::new(|| println!("Hello, world!"))); in main()
H A Dregions-copy-closure.rs8 fn box_it<'a>(x: Box<dyn FnMut() + 'a>) -> closure_box<'a> { in box_it() function
17 let mut cl_box = box_it(Box::new(cl)); in main()
H A Dregions-steal-closure.stderr7 LL | box_it(Box::new(|| i += 1))
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp223 for (box_iterator box_it = inters_boxes.begin() ; in apply() local
224 box_it != inters_boxes.end() ; ++box_it ) in apply()
227 range::at(linear_or_areal, box_it->second), strategy); in apply()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp214 for (box_iterator box_it = inters_boxes.begin() ; in apply() local
215 box_it != inters_boxes.end() ; ++box_it ) in apply()
218 range::at(linear_or_areal, box_it->second), strategy); in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp223 for (box_iterator box_it = inters_boxes.begin() ; in apply() local
224 box_it != inters_boxes.end() ; ++box_it ) in apply()
227 range::at(linear_or_areal, box_it->second), strategy); in apply()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp218 for ( iterator box_it = inters_boxes.begin() ; box_it != inters_boxes.end() ; ++box_it ) in apply() local
220 … int in_val = point_in_geometry(*it, range::at(linear_or_areal, box_it->second), strategy); in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp223 for (box_iterator box_it = inters_boxes.begin() ; in apply() local
224 box_it != inters_boxes.end() ; ++box_it ) in apply()
227 range::at(linear_or_areal, box_it->second), strategy); in apply()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp218 for ( iterator box_it = inters_boxes.begin() ; box_it != inters_boxes.end() ; ++box_it )
220 … int in_val = point_in_geometry(*it, range::at(linear_or_areal, box_it->second), strategy);
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/generics/
H A Dgeneric-unique.rs6 fn box_it<T>(x: Triple<T>) -> Box<Triple<T>> { return Box::new(x); } in box_it() function
9 let x: Box<Triple<isize>> = box_it::<isize>(Triple{x: 1, y: 2, z: 3}); in main()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp227 for (box_iterator box_it = inters_boxes.begin() ; in apply() local
228 box_it != inters_boxes.end() ; ++box_it ) in apply()
231 range::at(linear_or_areal, box_it->second), strategy); in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp227 for (box_iterator box_it = inters_boxes.begin() ; in apply() local
228 box_it != inters_boxes.end() ; ++box_it ) in apply()
231 range::at(linear_or_areal, box_it->second), strategy); in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp227 for (box_iterator box_it = inters_boxes.begin() ; in apply() local
228 box_it != inters_boxes.end() ; ++box_it ) in apply()
231 range::at(linear_or_areal, box_it->second), strategy); in apply()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/tui/
H A Dtui-wingeneral.c153 tui_make_window (struct tui_gen_win_info *win_info, int box_it) in tui_make_window() argument
164 if (box_it == BOX_WINDOW) in tui_make_window()
/dports/devel/gdb761/gdb-7.6.1/gdb/tui/
H A Dtui-wingeneral.c152 tui_make_window (struct tui_gen_win_info *win_info, int box_it) in tui_make_window() argument
163 if (box_it == BOX_WINDOW) in tui_make_window()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/tui/
H A Dtui-wingeneral.c149 tui_make_window (struct tui_gen_win_info * win_info, int box_it)
160 if (box_it == BOX_WINDOW)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/tui/
H A Dtui-wingeneral.c149 tui_make_window (struct tui_gen_win_info * win_info, int box_it) in tui_make_window() argument
160 if (box_it == BOX_WINDOW) in tui_make_window()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dequationdetect.cpp637 BLOBNBOX_C_IT box_it(right_part->boxes()); in SplitCPHor() local
645 for (box_it.mark_cycle_pt(); !box_it.cycled_list(); box_it.forward()) { in SplitCPHor()
646 const TBOX &box = box_it.data()->bounding_box(); in SplitCPHor()
685 BLOBNBOX_C_IT box_it(part->boxes()); in SplitCPHorLite() local
686 for (box_it.mark_cycle_pt(); !box_it.cycled_list(); box_it.forward()) { in SplitCPHorLite()
687 const TBOX &box = box_it.data()->bounding_box(); in SplitCPHorLite()

12