Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dlinefind.cpp85 Box* pixbox = boxCreate(box.left(), height - box.top(), in FindVerticalLines() local
87 pixClearInRect(line_pix, pixbox); in FindVerticalLines()
88 boxDestroy(&pixbox); in FindVerticalLines()
141 Box* pixbox = boxCreate(box.bottom(), height - box.right(), in FindHorizontalLines() local
143 pixClearInRect(line_pix, pixbox); in FindHorizontalLines()
144 boxDestroy(&pixbox); in FindHorizontalLines()