Searched refs:hg_on_postprocess (Results 1 – 1 of 1) sorted by relevance
214 static CvWin32WindowCallback hg_on_preprocess = 0, hg_on_postprocess = 0; variable1729 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_()