OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WND_PROP_AUTOSIZE
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/
highgui.hpp
148
WND_PROP_AUTOSIZE
= 1, // autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE)
/external/opencv3/modules/highgui/src/
window.cpp
289
const double autoSize = getWindowProperty(winname,
WND_PROP_AUTOSIZE
);
338
const double autoSize = getWindowProperty(winname,
WND_PROP_AUTOSIZE
);
Completed in 44 milliseconds