Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp208 static LRESULT CALLBACK MainWindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
255 wndc.lpfnWndProc = MainWindowProc; in cvInitSystem()
1310 MainWindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in MainWindowProc() function