OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_GET_WHEEL_DELTA
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
197
#define
CV_GET_WHEEL_DELTA
(flags) ((short)((flags >> 16) & 0xffff)) // upper 16 bits
/external/opencv3/modules/highgui/src/
window.cpp
226
return
CV_GET_WHEEL_DELTA
(flags);
Completed in 468 milliseconds