Home
last modified time | relevance | path

Searched refs:new_min (Results 1 – 3 of 3) sorted by relevance

/external/tesseract/textord/
Dblkocc.h148 inT16 new_min, // new nominal min in ELISTIZEH()
154 min = new_min; in ELISTIZEH()
289 float new_min,
Dblkocc.cpp473 float new_min, in record_region() argument
489 it.add_after_stay_put (new REGION_OCC (new_min, new_max, region_type)); in record_region()
495 while ((new_min + new_max > it.data ()->min_x + it.data ()->max_x) && in record_region()
500 (new_min + new_max > it.data ()->min_x + it.data ()->max_x)) in record_region()
502 it.add_after_stay_put (new REGION_OCC (new_min, in record_region()
505 it.add_before_stay_put (new REGION_OCC (new_min, in record_region()
/external/tesseract/ccstruct/
Dblobbox.h367 float new_min, //bottom and in set_limits() argument
369 y_min = new_min; in set_limits()