Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dcolpartitionset.cpp350 ColPartition* next_right_col = ColumnContaining(next_right, y); in CompatibleColumns() local
351 if (left_col == right_col && next_right_col == next_left_col) { in CompatibleColumns()