/external/tesseract/textord/ |
D | tordmain.h | 83 TO_BLOCK_LIST *land_blocks, 84 TO_BLOCK_LIST *port_blocks, 89 TO_BLOCK_LIST *land_blocks, //rotated for landscape 90 TO_BLOCK_LIST *port_blocks //output list 94 TO_BLOCK_LIST *blocks, //output list 112 TO_BLOCK_LIST *land_blocks, //rotated for landscape 113 TO_BLOCK_LIST *port_blocks, //output list
|
D | workingpartset.h | 61 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks); 65 void InsertCompletedBlocks(BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks); 83 TO_BLOCK_LIST to_blocks_;
|
D | colfind.h | 76 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks); 367 void TransformToBlocks(BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks); 374 void RotateAndReskewBlocks(TO_BLOCK_LIST* to_blocks); 379 void MoveSmallBlobs(BLOBNBOX_LIST* bblobs, TO_BLOCK_LIST* to_blocks);
|
D | wordseg.h | 42 TO_BLOCK_LIST *land_blocks, //rotated for landscape 43 TO_BLOCK_LIST *port_blocks, //output list
|
D | topitch.h | 48 TO_BLOCK_LIST *port_blocks, //input list 57 TO_BLOCK_LIST *blocks, //blocks to scan 75 TO_BLOCK_LIST *port_blocks, //input list
|
D | makerow.h | 140 TO_BLOCK_LIST* blocks, tesseract::Tesseract* tess); 144 TO_BLOCK_LIST *land_blocks, //rotated for landscape 145 TO_BLOCK_LIST *port_blocks, //output list 158 TO_BLOCK_LIST *blocks, //list of blocks
|
D | pagesegmain.cpp | 100 TO_BLOCK_LIST land_blocks, port_blocks; in SegmentPage() 174 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks) { in AutoPageSeg() 219 TO_BLOCK_LIST land_blocks, port_blocks; in AutoPageSeg()
|
D | workingpartset.cpp | 60 TO_BLOCK_LIST* to_blocks) { in ExtractCompletedBlocks() 73 TO_BLOCK_LIST* to_blocks) { in InsertCompletedBlocks()
|
D | tordmain.cpp | 119 TO_BLOCK_LIST *land_blocks, in find_components() 120 TO_BLOCK_LIST *port_blocks, in find_components() 316 TO_BLOCK_LIST *land_blocks, // ** unused ** in assign_blobs_to_blocks2() 317 TO_BLOCK_LIST *port_blocks //output list in assign_blobs_to_blocks2() 368 TO_BLOCK_LIST *blocks, //output list in filter_blobs() 543 TO_BLOCK_LIST *land_blocks, //rotated for landscape in textord_page() 544 TO_BLOCK_LIST *port_blocks, //output list in textord_page()
|
D | tospace.h | 120 TO_BLOCK_LIST *blocks //blocks on page
|
D | wordseg.cpp | 103 TO_BLOCK_LIST *land_blocks, //rotated for landscape in make_words() 104 TO_BLOCK_LIST *port_blocks, //output list in make_words()
|
D | colpartition.h | 400 TO_BLOCK_LIST* to_blocks); in CLISTIZEH()
|
D | colfind.cpp | 137 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks) { in FindBlocks() 1719 TO_BLOCK_LIST* to_blocks) { in TransformToBlocks() 1771 void ColumnFinder::RotateAndReskewBlocks(TO_BLOCK_LIST* blocks) { in RotateAndReskewBlocks() 1834 TO_BLOCK_LIST* to_blocks) { in MoveSmallBlobs()
|
D | topitch.cpp | 74 TO_BLOCK_LIST *port_blocks, //input list in compute_fixed_pitch() 144 TO_BLOCK_LIST *blocks, //blocks to scan in fix_row_pitch() 400 TO_BLOCK_LIST *port_blocks, //input list in try_doc_fixed()
|
D | makerow.cpp | 109 float make_single_row(ICOORD page_tr, TO_BLOCK* block, TO_BLOCK_LIST* blocks, in make_single_row() 158 TO_BLOCK_LIST *land_blocks, //rotated for landscape in make_rows() 159 TO_BLOCK_LIST *port_blocks, //output list in make_rows() 272 TO_BLOCK_LIST *blocks, //list of blocks in compute_page_skew()
|
D | colpartitionset.cpp | 564 TO_BLOCK_LIST to_blocks; in ChangeWorkColumns()
|
D | colpartition.cpp | 672 TO_BLOCK_LIST to_blocks; in AddToWorkingSet() 696 TO_BLOCK_LIST* to_blocks) { in LineSpacingBlocks()
|
D | tospace.cpp | 116 TO_BLOCK_LIST *blocks //blocks on page in to_spacing()
|
/external/tesseract/ccmain/ |
D | osdetect.h | 25 class TO_BLOCK_LIST; variable 95 bool os_detect(TO_BLOCK_LIST* port_blocks,
|
D | osdetect.cpp | 73 TO_BLOCK_LIST land_blocks, port_blocks; in orientation_and_script_detection() 90 bool os_detect(TO_BLOCK_LIST* port_blocks, OSResults* osr, in os_detect()
|
D | tesseractclass.h | 35 class TO_BLOCK_LIST; variable 99 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
|
D | pgedit.cpp | 751 TO_BLOCK_LIST land_blocks, port_blocks; in pgeditor_read_file()
|