Searched refs:ZoomToRectangle (Results 1 – 5 of 5) sorted by relevance
/external/tesseract/wordrec/ |
D | plotseg.cpp | 100 window->ZoomToRectangle(topleft.x, topleft.y, botright.x, botright.y); in render_segmentation()
|
/external/tesseract/viewer/ |
D | scrollview.h | 296 void ZoomToRectangle(int x1, int y1, int x2, int y2);
|
D | scrollview.cpp | 719 void ScrollView::ZoomToRectangle(int x1, int y1, int x2, int y2) { in ZoomToRectangle() function in ScrollView
|
/external/tesseract/classify/ |
D | intproto.cpp | 1198 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/ |
D | control.cpp | 924 fx_win->ZoomToRectangle(wbox.left(), wbox.top(), in classify_word_pass2()
|