Searched refs:cvMoveWindow (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/samples/cpp/ |
D | polar_transforms.cpp | 40 cvMoveWindow( "Linear-Polar", 20,20 ); in main() 41 cvMoveWindow( "Log-Polar", 700,20 ); in main() 42 cvMoveWindow( "Recovered image", 20,700 ); in main()
|
/external/opencv3/modules/highgui/src/ |
D | window.cpp | 178 cvMoveWindow( winname.c_str(), x, y ); in moveWindow() 542 CV_IMPL void cvMoveWindow( const char*, int, int ) in cvMoveWindow() function
|
D | window_cocoa.mm | 56 CV_IMPL void cvMoveWindow( const char* name, int x, int y){} function 267 CV_IMPL void cvMoveWindow( const char* name, int x, int y) function 270 CV_FUNCNAME("cvMoveWindow"); 278 //cout << "cvMoveWindow"<< endl;
|
D | window_carbon.cpp | 446 CV_IMPL void cvMoveWindow( const char* name, int x, int y) in cvMoveWindow() function
|
D | window_gtk.cpp | 1356 CV_IMPL void cvMoveWindow( const char* name, int x, int y ) in cvMoveWindow() function
|
D | window_w32.cpp | 1286 CV_IMPL void cvMoveWindow( const char* name, int x, int y ) in cvMoveWindow() function
|
D | window_QT.cpp | 549 CV_IMPL void cvMoveWindow(const char* name, int x, int y) in cvMoveWindow() function
|
/external/opencv3/modules/highgui/include/opencv2/highgui/ |
D | highgui_c.h | 138 CVAPI(void) cvMoveWindow( const char* name, int x, int y );
|