OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resizeWindow
(Results
1 - 2
of
2
) sorted by null
/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.cpp
566
"
resizeWindow
",
1076
void GuiReceiver::
resizeWindow
(QString name, int width, int height)
[
all
...]
Completed in 1723 milliseconds