Searched refs:fixed_pitch (Results 1 – 6 of 6) sorted by relevance
/external/tesseract/textord/ |
D | topitch.cpp | 193 block_stats.add ((inT32) row->fixed_pitch, in fix_row_pitch() 199 block_stats.add ((inT32) row->fixed_pitch, 1); in fix_row_pitch() 210 like_stats.add ((inT32) row->fixed_pitch, in fix_row_pitch() 216 like_stats.add ((inT32) row->fixed_pitch, 1); in fix_row_pitch() 242 bad_row->fixed_pitch = block_stats.ile (0.5); in fix_row_pitch() 246 bad_row->fixed_pitch = like_stats.ile (0.5); in fix_row_pitch() 266 if (bad_row->fixed_pitch < textord_min_xheight) { in fix_row_pitch() 268 bad_row->fixed_pitch = block_stats.ile (0.5); in fix_row_pitch() 270 bad_row->fixed_pitch = like_stats.ile (0.5); in fix_row_pitch() 275 bad_row->fixed_pitch = bad_row->xheight; in fix_row_pitch() [all …]
|
D | wordseg.cpp | 149 if (row->fixed_pitch == 0) { in set_row_spaces() 174 plot_word_decisions (to_win, (inT16) row->fixed_pitch, row); in set_row_spaces() 555 block->block->set_stats (block->fixed_pitch == 0, (inT16) block->kern_size, in make_real_words() 557 (inT16) block->fixed_pitch); in make_real_words()
|
D | fpchop.cpp | 112 blanks, row->fixed_pitch, &word_it); in ELISTIZE() 149 / row->fixed_pitch + 0.5); in ELISTIZE() 156 / row->fixed_pitch + 0.5); in ELISTIZE() 184 blanks, row->fixed_pitch, &word_it); in ELISTIZE() 204 blanks, row->fixed_pitch, &word_it); in ELISTIZE()
|
D | tospace.cpp | 163 row->fixed_pitch); in to_spacing() 167 plot_word_decisions (to_win, (inT16) row->fixed_pitch, row); in to_spacing()
|
/external/tesseract/ccstruct/ |
D | blobbox.h | 395 float fixed_pitch; //pitch or 0 variable 473 float fixed_pitch; //pitch or 0 in ELIST2IZEH() local
|
D | ocrblock.h | 73 inT32 fixed_pitch() const { //return pitch in ELISTIZEH_S()
|