Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dpageiterator.cpp165 for (it_->forward_with_empties(); it_->row() == it_->prev_row(); in Next()
166 it_->forward_with_empties()) { in Next()
171 it_->forward_with_empties(); in Next()
179 it_->forward_with_empties(); in Next()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dpageres.h747 WERD_RES *forward_with_empties() { in forward_with_empties() function