Home
last modified time | relevance | path

Searched refs:top_to_bottom (Results 1 – 6 of 6) sorted by relevance

/external/tesseract/textord/
Dalignedblob.cpp286 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 …]
Dalignedblob.h122 bool top_to_bottom, BLOBNBOX* bbox,
133 bool top_to_bottom, BLOBNBOX* bbox,
Dbbgrid.h235 BBC* NextVerticalSearch(bool top_to_bottom);
665 bool top_to_bottom) { in NextVerticalSearch() argument
669 if (top_to_bottom) in NextVerticalSearch()
/external/bison/src/
Dvcg_defaults.h91 # define G_ORIENTATION top_to_bottom
Dvcg.h115 top_to_bottom, enumerator
Dvcg.c295 case top_to_bottom: return "top_to_bottom"; in get_orientation_str()