Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dblkocc.cpp170 inT32 x_occ; in test_underline() local
196 x_occ = 0; in test_underline()
199 && projection.pile_count (occ) > x_occ) in test_underline()
201 x_occ = projection.pile_count (occ); in test_underline()
207 tprintf ("%d %d %d\n", desc_occ, x_occ, asc_occ); in test_underline()
209 if (desc_occ == 0 && x_occ == 0 && asc_occ == 0) { in test_underline()
214 if (desc_occ > x_occ + x_occ in test_underline()
217 if (asc_occ > x_occ + x_occ in test_underline()