OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resizeWindow
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/samples/gpu/
opengl.cpp
78
resizeWindow
("OpenGL", win_width, win_height);
/external/opencv3/modules/highgui/src/
window.cpp
171
void cv::
resizeWindow
( const String& winname, int width, int height )
293
resizeWindow
(winname, size.width, size.height);
343
resizeWindow
(winname, size.width, size.height);
window_QT.h
126
void
resizeWindow
(QString name, int width, int height);
window_QT.cpp
566
"
resizeWindow
",
1076
void GuiReceiver::
resizeWindow
(QString name, int width, int height)
[
all
...]
/external/opencv3/modules/highgui/include/opencv2/
highgui.hpp
318
CV_EXPORTS_W void
resizeWindow
(const String& winname, int width, int height);
Completed in 39 milliseconds