Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtabfind.h127 TabVector *RightTabForBox(const TBOX &box, bool crossing, bool extended);
H A Dtabfind.cpp280 TabVector *v = RightTabForBox(box, crossing, extended); in RightEdgeForBox()
302 TabVector *TabFind::RightTabForBox(const TBOX &box, bool crossing, bool extended) { in RightTabForBox() function in tesseract::TabFind
1014 TabVector *right_vector = RightTabForBox(right_blob->bounding_box(), true, false); in ApplyPartitionsToColumnWidths()
1236 TabVector *v = RightTabForBox(right_box, true, true); in AddPartnerVector()
H A Dcolpartitiongrid.cpp790 TabVector *right_line = tabgrid->RightTabForBox(part_box, true, false); in SetTabStops()
792 right_line = tabgrid->RightTabForBox(part_box, false, false); in SetTabStops()