Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dpgedit.cpp704 TBOX word_bb; // word bounding box in word_display() local
842 word_bb = word->bounding_box(); in word_display()
844 word_height = word_bb.height(); in word_display()
850 shift = (word_height < word_bb.width()) ? 0.25 * word_height : 0.0f; in word_display()
851 image_win->Text(word_bb.left() + shift, word_bb.bottom() + 0.25 * word_height, text.c_str()); in word_display()
853 image_win->Text(word_bb.left() + shift, word_bb.bottom() + 0.25 * word_height - text_height, in word_display()