Lines Matching refs:cblob
940 auto cblob = bblob->remove_cblob(); in make_prop_words() local
941 if (cblob != nullptr) { in make_prop_words()
944 cout_it.add_list_after(cblob->out_list()); in make_prop_words()
945 delete cblob; in make_prop_words()
948 auto cblob = bblob->cblob(); in make_prop_words() local
949 if (cblob != nullptr) { in make_prop_words()
951 cblob_it.add_after_then_move(cblob); in make_prop_words()
959 if (!bblob->joined_to_prev() && bblob->cblob() != nullptr) { in make_prop_words()
1141 auto cblob = bblob->remove_cblob(); in make_blob_words() local
1142 if (cblob != nullptr) { in make_blob_words()
1145 cout_it.add_list_after(cblob->out_list()); in make_blob_words()
1146 delete cblob; in make_blob_words()
1149 auto cblob = bblob->cblob(); in make_blob_words() local
1150 if (cblob != nullptr) { in make_blob_words()
1152 cblob_it.add_after_then_move(cblob); in make_blob_words()
1662 } while (blob->cblob() == nullptr || blob->joined_to_prev()); in reduced_box_next()
1671 if (blob->cblob() == nullptr) { in reduced_box_next()
1680 while (blob->cblob() == nullptr || blob->joined_to_prev()); in reduced_box_next()
1737 find_cblob_hlimits(blob->cblob(), (baseline + 1.1 * row->xheight), static_cast<float>(INT16_MAX), in reduced_box_for_blob()
1750 find_cblob_hlimits(blob->cblob(), baseline, static_cast<float>(INT16_MAX), left_limit, junk); in reduced_box_for_blob()
1760 find_cblob_hlimits(blob->cblob(), static_cast<float>(-INT16_MAX), (baseline + row->xheight), junk, in reduced_box_for_blob()