Home
last modified time | relevance | path

Searched refs:HighGUIProc (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp206 static LRESULT CALLBACK HighGUIProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
1473 static LRESULT CALLBACK HighGUIProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in HighGUIProc() function
1727 ret = HighGUIProc(hwnd, uMsg, wParam, lParam); in WindowProc()