Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp214 static CvWin32WindowCallback hg_on_preprocess = 0, hg_on_postprocess = 0; variable
1729 if(hg_on_postprocess) in WindowProc()
1732 int rethg = hg_on_postprocess(hwnd, uMsg, wParam, lParam, &was_processed); in WindowProc()
2375 hg_on_postprocess = (CvWin32WindowCallback)callback; in cvSetPostprocessFuncWin32_()