Home
last modified time | relevance | path

Searched refs:mid_cuts (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp149 int16_t mid_cuts; in fix_row_pitch() local
398 int16_t mid_cuts; // no of cheap cuts in try_doc_fixed() local
937 int16_t mid_cuts; // no of cheap cuts in fixed_pitch_row() local
1111 int16_t mid_cuts; // cheap cuts in tune_row_pitch() local
1146 best_mid_cuts = mid_cuts; in tune_row_pitch()
1168 best_mid_cuts = mid_cuts; in tune_row_pitch()
1298 int16_t &mid_cuts, // no of free cuts in compute_pitch_sd() argument
1334 mid_cuts = 0; in compute_pitch_sd()
1454 int16_t &mid_cuts, // no of free cuts in compute_pitch_sd2() argument
1473 mid_cuts = 0; in compute_pitch_sd2()
[all …]
H A Dpitsync1.h65 return mid_cuts; in cheap_cuts()
73 int16_t mid_cuts; // no of cheap cuts
H A Dpithsync.h84 return mid_cuts; in cheap_cuts()
96 int16_t mid_cuts; // no of cheap cuts variable
H A Dtopitch.h142 int16_t &mid_cuts, // no of free cuts
155 int16_t &mid_cuts, // no of free cuts
H A Dpitsync1.cpp48 mid_cuts = cutpt->cheap_cuts(); in FPSEGPT()
68 mid_cuts = 0; in FPSEGPT()
101 mid_cuts = 0; in FPSEGPT()
H A Dpithsync.cpp68 mid_cuts = 0; in setup()
185 mid_cuts = segpt->mid_cuts + mid_cut; in assign()
278 mid_cuts = segpt->mid_cuts + mid_cut; in assign_cheap()