Home
last modified time | relevance | path

Searched refs:search_box (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/textord/
Dcolfind.cpp1331 TBOX search_box = part_box; in GridInsertUnknowns() local
1361 search_box.set_left((first_col & 1) ? first_column->RightAtY(y) in GridInsertUnknowns()
1363 search_box.set_right((last_col & 1) ? last_column->RightAtY(y) in GridInsertUnknowns()
1366 int height = search_box.height(); in GridInsertUnknowns()
1367 search_box.set_top(search_box.top() + height); in GridInsertUnknowns()
1368 search_box.set_bottom(search_box.bottom() - height); in GridInsertUnknowns()
1374 rsearch.StartRectSearch(search_box); in GridInsertUnknowns()
Dtablefind.cpp913 TBOX search_box = table_box; in AdjustTableBoundaries() local
914 int top = MIN(search_box.top() + vertical_margin, tright().y()); in AdjustTableBoundaries()
915 int bottom = MAX(search_box.bottom() - vertical_margin, bleft().y()); in AdjustTableBoundaries()
916 search_box.set_top(top); in AdjustTableBoundaries()
917 search_box.set_bottom(bottom); in AdjustTableBoundaries()
922 rectsearch.StartRectSearch(search_box); in AdjustTableBoundaries()