Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dplotseg.cpp100 window->ZoomToRectangle(topleft.x, topleft.y, botright.x, botright.y); in render_segmentation()
/external/tesseract/viewer/
Dscrollview.h296 void ZoomToRectangle(int x1, int y1, int x2, int y2);
Dscrollview.cpp719 void ScrollView::ZoomToRectangle(int x1, int y1, int x2, int y2) { in ZoomToRectangle() function in ScrollView
/external/tesseract/classify/
Dintproto.cpp1198 IntMatchWindow->ZoomToRectangle(INT_MIN_X, INT_MIN_Y, in ShowMatchDisplay()
1201 ProtoDisplayWindow->ZoomToRectangle(INT_MIN_X, INT_MIN_Y, in ShowMatchDisplay()
1205 FeatureDisplayWindow->ZoomToRectangle(INT_MIN_X, INT_MIN_Y, in ShowMatchDisplay()
/external/tesseract/ccmain/
Dcontrol.cpp924 fx_win->ZoomToRectangle(wbox.left(), wbox.top(), in classify_word_pass2()