Searched defs:cvResizeWindow (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/highgui/src/
H A Dwindow.cpp173 cvResizeWindow( winname.c_str(), width, height );
537 CV_IMPL void cvResizeWindow( const char*, int, int ) function
539 CV_NO_GUI_ERROR( "cvResizeWindow" );
H A Dwindow_carbon.cpp402 cvResizeWindow( name, image->cols, image->rows );
425 CV_IMPL void cvResizeWindow( const char* name, int width, int height) function
427 CV_FUNCNAME( "cvResizeWindow" );
H A Dwindow_gtk.cpp1321 CV_IMPL void cvResizeWindow(const char* name, int width, int height ) function
1323 CV_FUNCNAME( "cvResizeWindow" );
H A Dwindow_w32.cpp1246 CV_IMPL void cvResizeWindow(const char* name, int width, int height ) function
1248 CV_FUNCNAME( "cvResizeWindow" );
H A Dwindow_QT.cpp561 CV_IMPL void cvResizeWindow(const char* name, int width, int height) function

Completed in 81 milliseconds