Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dpageres.cpp1558 next_row_res = nullptr; in start_page()
1572 if (row_res == next_row_res) { in ResetWordIterator()
1624 row_res = next_row_res; in internal_forward()
1628 next_row_res = nullptr; in internal_forward()
1654 next_row_res = row_res_it.data(); in internal_forward()
1702 (next_row_res != nullptr && next_row_res->row != nullptr && in forward_paragraph()
1703 row_res->row->para() == next_row_res->row->para())) { in forward_paragraph()
H A Dpageres.h776 return next_row_res; in next_row()
796 ROW_RES *next_row_res; // row of next word variable