Searched refs:resizeWindow (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/highgui/src/ |
D | window.cpp | 171 void cv::resizeWindow( const String& winname, int width, int height ) in resizeWindow() function in cv 293 resizeWindow(winname, size.width, size.height); in imshow() 343 resizeWindow(winname, size.width, size.height); in imshow()
|
D | window_QT.h | 126 void resizeWindow(QString name, int width, int height);
|
D | window_QT.cpp | 1076 void GuiReceiver::resizeWindow(QString name, int width, int height) in resizeWindow() function in GuiReceiver
|
/external/opencv3/samples/gpu/ |
D | opengl.cpp | 78 resizeWindow("OpenGL", win_width, win_height); in main()
|
/external/opencv3/modules/highgui/include/opencv2/ |
D | highgui.hpp | 318 CV_EXPORTS_W void resizeWindow(const String& winname, int width, int height);
|