Searched refs:icvSetWindowLongPtr (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/highgui/src/
H A Dwindow_w32.cpp77 #define icvSetWindowLongPtr( hwnd, id, ptr ) SetWindowLongPtr( hwnd, id, (LONG_PTR)(ptr) ) macro
88 #define icvSetWindowLongPtr( hwnd, id, ptr ) SetWindowLong( hwnd, id, (size_t)ptr ) macro
819 icvSetWindowLongPtr( hWnd, CV_USERDATA, window );
820 icvSetWindowLongPtr( mainhWnd, CV_USERDATA, window );
920 icvSetWindowLongPtr( window->hwnd, CV_USERDATA, 0 );
922 icvSetWindowLongPtr( window->frame, CV_USERDATA, 0 );
925 icvSetWindowLongPtr(window->toolbar.toolbar, CV_USERDATA, 0);
948 icvSetWindowLongPtr( trackbar->hwnd, CV_USERDATA, 0 );
2056 icvSetWindowLongPtr(window->toolbar.toolbar, CV_WNDPROC, HGToolbarProc);
2057 icvSetWindowLongPtr(windo
[all...]

Completed in 43 milliseconds