Home
last modified time | relevance | path

Searched refs:to_blocks (Results 1 – 9 of 9) sorted by relevance

/external/tesseract/textord/
Dworkingpartset.cpp60 TO_BLOCK_LIST* to_blocks) { in ExtractCompletedBlocks() argument
65 TO_BLOCK_IT to_block_it(to_blocks); in ExtractCompletedBlocks()
73 TO_BLOCK_LIST* to_blocks) { in InsertCompletedBlocks() argument
77 to_block_it.add_list_before(to_blocks); in InsertCompletedBlocks()
Dcolfind.h76 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);
Dworkingpartset.h61 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
65 void InsertCompletedBlocks(BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
Dcolpartitionset.cpp564 TO_BLOCK_LIST to_blocks; in ChangeWorkColumns() local
577 &to_blocks); in ChangeWorkColumns()
594 first_new_set->InsertCompletedBlocks(&completed_blocks, &to_blocks); in ChangeWorkColumns()
607 &to_blocks); in ChangeWorkColumns()
617 first_new_set->InsertCompletedBlocks(&completed_blocks, &to_blocks); in ChangeWorkColumns()
Dpagesegmain.cpp174 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks) { in AutoPageSeg() argument
239 to_block, boxa, pixa, &found_blocks, to_blocks) < 0) in AutoPageSeg()
Dcolfind.cpp137 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks) { in FindBlocks() argument
254 TransformToBlocks(blocks, to_blocks); in FindBlocks()
257 blocks->length(), to_blocks->length()); in FindBlocks()
264 RotateAndReskewBlocks(to_blocks); in FindBlocks()
1719 TO_BLOCK_LIST* to_blocks) { in TransformToBlocks() argument
1760 &good_parts_, blocks, to_blocks); in TransformToBlocks()
1834 TO_BLOCK_LIST* to_blocks) { in MoveSmallBlobs() argument
1844 TO_BLOCK_IT to_it(to_blocks); in MoveSmallBlobs()
Dcolpartition.cpp672 TO_BLOCK_LIST to_blocks; in AddToWorkingSet() local
677 &completed_blocks, &to_blocks); in AddToWorkingSet()
679 work_set->InsertCompletedBlocks(&completed_blocks, &to_blocks); in AddToWorkingSet()
696 TO_BLOCK_LIST* to_blocks) { in LineSpacingBlocks() argument
740 TO_BLOCK_IT to_block_it(to_blocks); in LineSpacingBlocks()
Dcolpartition.h400 TO_BLOCK_LIST* to_blocks); in CLISTIZEH()
/external/tesseract/ccmain/
Dtesseractclass.h99 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);