Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h150 CVAPI(const char*) cvGetWindowName( void* window_handle );
/external/opencv3/modules/highgui/src/
Dwindow_carbon.cpp740 CV_IMPL const char* cvGetWindowName( void* window_handle ) in cvGetWindowName() argument
750 if( window_handle == 0 ) in cvGetWindowName()
752 window = icvWindowByHandle(window_handle ); in cvGetWindowName()
Dwindow_gtk.cpp1648 CV_IMPL const char* cvGetWindowName( void* window_handle ) in cvGetWindowName() argument
1658 if( window_handle == 0 ) in cvGetWindowName()
1661 window = icvWindowByWidget( (GtkWidget*)window_handle ); in cvGetWindowName()
Dwindow_cocoa.mm66 CV_IMPL const char* cvGetWindowName( void* window_handle ) {return NULL;}
464 CV_IMPL const char* cvGetWindowName( void* window_handle )
469 if([windows valueForKey:key] == window_handle) {
Dwindow_w32.cpp2343 CV_IMPL const char* cvGetWindowName( void* window_handle ) in cvGetWindowName() argument
2353 if( window_handle == 0 ) in cvGetWindowName()
2356 window = icvWindowByHWND( (HWND)window_handle ); in cvGetWindowName()
Dwindow_QT.cpp540 CV_IMPL const char* cvGetWindowName(void* window_handle) in cvGetWindowName() argument
542 if( !window_handle ) in cvGetWindowName()
545 return ((CvWindow*)window_handle)->objectName().toLatin1().data(); in cvGetWindowName()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp200 HWND window_handle, in MakeWindowAssociation()
204 associated_window = window_handle; in MakeWindowAssociation()