Home
last modified time | relevance | path

Searched defs:pr_it (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dpgedit.cpp141 PAGE_RES_IT pr_it(page_res); in show_point() local
324 void Tesseract::do_re_display(bool (tesseract::Tesseract::*word_painter)(PAGE_RES_IT *pr_it)) { in do_re_display()
333 PAGE_RES_IT pr_it(current_page_res); in do_re_display() local
666 bool Tesseract::word_blank_and_set_display(PAGE_RES_IT *pr_it) { in word_blank_and_set_display()
676 bool Tesseract::word_bln_display(PAGE_RES_IT *pr_it) { in word_bln_display()
701 bool Tesseract::word_display(PAGE_RES_IT *pr_it) { in word_display()
876 bool Tesseract::word_dumper(PAGE_RES_IT *pr_it) { in word_dumper()
899 bool Tesseract::word_set_display(PAGE_RES_IT *pr_it) { in word_set_display()
H A Dpagewalk.cpp32 TBOX &selection_box, bool (tesseract::Tesseract::*word_processor)(PAGE_RES_IT *pr_it)) { in process_selected_words()
H A Dapplybox.cpp219 PAGE_RES_IT pr_it(page_res); in SetupApplyBoxes() local
496 PAGE_RES_IT pr_it(page_res); in ReSegmentByClassification() local
690 PAGE_RES_IT pr_it(page_res); in TidyUp() local
752 PAGE_RES_IT pr_it(page_res); in ApplyBoxTraining() local
765 PAGE_RES_IT pr_it(page_res); in CorrectClassifyWords() local
H A Dwerdit.cpp39 PAGE_RES_IT pr_it(page_res); in make_pseudo_word() local
H A Dcontrol.cpp76 bool Tesseract::recog_interactive(PAGE_RES_IT *pr_it) { in recog_interactive()
198 bool Tesseract::RecogAllWordsPassN(int pass_n, ETEXT_DESC *monitor, PAGE_RES_IT *pr_it, in RecogAllWordsPassN()
914 bool Tesseract::ReassignDiacritics(int pass, PAGE_RES_IT *pr_it, bool *make_next_word_fuzzy) { in ReassignDiacritics()
982 int pass, WERD *real_word, PAGE_RES_IT *pr_it, in AssignDiacriticsToOverlappingBlobs()
1037 WERD *real_word, PAGE_RES_IT *pr_it, in AssignDiacriticsToNewBlobs()
1120 bool Tesseract::SelectGoodDiacriticOutlines(int pass, float certainty_threshold, PAGE_RES_IT *pr_it, in SelectGoodDiacriticOutlines()
1209 PAGE_RES_IT *pr_it, C_BLOB *blob, std::string &best_str) { in ClassifyBlobPlusOutlines()
1252 float Tesseract::ClassifyBlobAsWord(int pass_n, PAGE_RES_IT *pr_it, C_BLOB *blob, std::string &best… in ClassifyBlobAsWord()
1302 void Tesseract::classify_word_and_language(int pass_n, PAGE_RES_IT *pr_it, WordData *word_data) { in classify_word_and_language()
H A Drecogtraining.cpp203 void Tesseract::ambigs_classify_and_output(const char *label, PAGE_RES_IT *pr_it, in ambigs_classify_and_output()
/dports/devel/monotone/monotone-1.1/src/netxx/
H A Dprobe.cxx131 Probe_impl::probe_type::const_iterator pr_it=probe_result.begin(), pr_end=probe_result.end(); in ready() local
/dports/graphics/tesseract/tesseract-5.0.0/unittest/
H A Dlayout_test.cc156 const PAGE_RES_IT *pr_it = it->PageResIt(); in VerifyTotalContainment() local
H A Dtextlineprojection_test.cc157 const PAGE_RES_IT *pr_it = it->PageResIt(); in VerifyBoxes() local
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_ordered_common.h55 auto pr_it = it++; in check_container_order() local
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_ordered_common.h55 auto pr_it = it++; in check_container_order() local
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_ordered_common.h55 auto pr_it = it++; in check_container_order() local
/dports/devel/onetbb/oneTBB-2021.4.0/test/common/
H A Dconcurrent_ordered_common.h63 auto pr_it = it++; in check_container_order() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Ddbapi_svc_mapper.cpp687 TSvrMap::const_iterator pr_it = server_map.find(cur_server); in GetServer() local
748 TSvrMap::iterator pr_it = server_map.find(preferred_server); in SetPreference() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Ddbapi_svc_mapper.cpp677 TSvrMap::const_iterator pr_it = server_map.find(cur_server); in GetServer() local
738 TSvrMap::iterator pr_it = server_map.find(preferred_server); in SetPreference() local
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayerbroadcast.cpp436 QStringList::iterator pr_it = profiles.begin (); in read() local
/dports/graphics/tesseract/tesseract-5.0.0/src/api/
H A Dbaseapi.cpp1833 PAGE_RES_IT pr_it(page_res_); in AdaptToWordStr() local