Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dcolpartition.cpp53 first_column_(-1), last_column_(-1), column_set_(NULL), in ColPartition()
99 first_column_(-1), last_column_(-1), column_set_(NULL), in ColPartition()
587 &first_column_, &last_column_, in SetPartitionType()
590 if (first_column_ != last_column_ && in SetPartitionType()
597 last_column_ = first_spanned_col; in SetPartitionType()
600 last_column_ = first_column_; in SetPartitionType()
601 else if ((last_column_ & 1) == 0) in SetPartitionType()
602 first_column_ = last_column_; in SetPartitionType()
604 first_column_ = last_column_ = (first_column_ + last_column_) / 2; in SetPartitionType()
669 if (!it.cycled_list() && last_column_ != first_column_) { in AddToWorkingSet()
[all …]
Dcolpartition.h567 int last_column_; in CLISTIZEH() local