Searched refs:RightTabForBox (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/ |
H A D | tabfind.h | 127 TabVector *RightTabForBox(const TBOX &box, bool crossing, bool extended);
|
H A D | tabfind.cpp | 280 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 D | colpartitiongrid.cpp | 790 TabVector *right_line = tabgrid->RightTabForBox(part_box, true, false); in SetTabStops() 792 right_line = tabgrid->RightTabForBox(part_box, false, false); in SetTabStops()
|