Searched refs:search_bottom (Results 1 – 4 of 4) sorted by relevance
157 bool IsInline(const bool search_bottom, const int textPartsLineSpacing, ColPartition *part);170 void ExpandSeedVertical(const bool search_bottom, ColPartition *seed,197 ColPartition *SearchNNVertical(const bool search_bottom, const ColPartition *part);
907 if (search_bottom) { in IsInline()913 while ((neighbor = search.NextVerticalSearch(search_bottom)) != nullptr) { in IsInline()1140 const int y = search_bottom ? seed_box.bottom() : seed_box.top(); in ExpandSeedVertical()1148 while ((part = search.NextVerticalSearch(search_bottom)) != nullptr) { in ExpandSeedVertical()1159 if ((part_box.bottom() >= seed_box.bottom() && search_bottom) || in ExpandSeedVertical()1160 (part_box.top() <= seed_box.top() && !search_bottom)) { in ExpandSeedVertical()1203 if ((search_bottom && part_box.top() <= skipped_max_bottom) || in ExpandSeedVertical()1204 (!search_bottom && part_box.bottom() >= skipped_min_top)) { in ExpandSeedVertical()1357 int y = search_bottom ? part_box.bottom() : part_box.top(); in SearchNNVertical()1370 (search_bottom && neighbor_box.bottom() > part_box.bottom()) || in SearchNNVertical()[all …]
687 int search_bottom = startpt_.y(); in Evaluate() local714 search_bottom = box.top(); in Evaluate()744 if (search_bottom > search_top) { in Evaluate()745 search_bottom = startpt_.y(); in Evaluate()755 int gutter_width = finder->GutterWidth(search_bottom, search_top, *this, text_on_image, in Evaluate()
45604 search_bottom