Home
last modified time | relevance | path

Searched refs:input_is_rtl (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolfind.cpp336 bool input_is_rtl = input_block->block->right_to_left(); in FindBlocks() local
337 if (input_is_rtl) { in FindBlocks()
472 RotateAndReskewBlocks(input_is_rtl, to_blocks); in FindBlocks()
1553 void ColumnFinder::RotateAndReskewBlocks(bool input_is_rtl, TO_BLOCK_LIST *blocks) { in RotateAndReskewBlocks() argument
1554 if (input_is_rtl) { in RotateAndReskewBlocks()
1567 if (input_is_rtl) { in RotateAndReskewBlocks()
1572 block->set_right_to_left(input_is_rtl); in RotateAndReskewBlocks()
H A Dcolfind.h278 void RotateAndReskewBlocks(bool input_is_rtl, TO_BLOCK_LIST *to_blocks);