Searched refs:top_to_bottom (Results 1 – 6 of 6) sorted by relevance
/external/tesseract/textord/ |
D | alignedblob.cpp | 286 bool top_to_bottom, BLOBNBOX* bbox, in AlignTabs() argument 300 if (top_to_bottom) in AlignTabs() 310 bbox = FindAlignedBlob(params, top_to_bottom, bbox, x_start, end_y); in AlignTabs() 328 bool top_to_bottom, BLOBNBOX* bbox, in FindAlignedBlob() argument 337 int start_y = top_to_bottom ? box.bottom() : box.top(); in FindAlignedBlob() 350 if (top_to_bottom) { in FindAlignedBlob() 382 while ((neighbour = vsearch.NextVerticalSearch(top_to_bottom)) != NULL) { in FindAlignedBlob() 387 if ((!top_to_bottom && n_y > start_y + p.max_v_gap) || in FindAlignedBlob() 388 (top_to_bottom && n_y < start_y - p.max_v_gap)) { in FindAlignedBlob() 399 if ((n_y < start_y) != top_to_bottom || n_y == start_y) in FindAlignedBlob() [all …]
|
D | alignedblob.h | 122 bool top_to_bottom, BLOBNBOX* bbox, 133 bool top_to_bottom, BLOBNBOX* bbox,
|
D | bbgrid.h | 235 BBC* NextVerticalSearch(bool top_to_bottom); 665 bool top_to_bottom) { in NextVerticalSearch() argument 669 if (top_to_bottom) in NextVerticalSearch()
|
/external/bison/src/ |
D | vcg_defaults.h | 91 # define G_ORIENTATION top_to_bottom
|
D | vcg.h | 115 top_to_bottom, enumerator
|
D | vcg.c | 295 case top_to_bottom: return "top_to_bottom"; in get_orientation_str()
|