Home
last modified time | relevance | path

Searched refs:GWLP_USERDATA (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/wgl/
H A Dwglutil.c25 SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR)hDC); in storeDC()
27 assert(GetWindowLongPtr(hWnd, GWLP_USERDATA) == (LONG_PTR)hDC); in storeDC()
38 HDC hDC = (HDC)(INT_PTR)GetWindowLongPtr(hWnd, GWLP_USERDATA); in fetchDC()
57 if ((hDC = (HDC)(INT_PTR)GetWindowLongPtr(hWnd, GWLP_USERDATA)) != NULL) { in getWindow()
191 if ((hDrawDC = (HDC)(INT_PTR)GetWindowLongPtr(did, GWLP_USERDATA)) != NULL) { in wglExtMakeContextCurrent()
195 if ((hReadDC = (HDC)(INT_PTR)GetWindowLongPtr(rid, GWLP_USERDATA)) != NULL) { in wglExtMakeContextCurrent()
212 if ((hDC = (HDC)(INT_PTR)GetWindowLongPtr(hWnd, GWLP_USERDATA)) != NULL); in wglExtSwapBuffers()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_events/native/
H A Djuce_win32_HiddenMessageWindow.h74 return GetWindowLongPtr (hwnd, GWLP_USERDATA) == getImprobableWindowNumber(); in isJUCEWindow()
79 SetWindowLongPtr (hwnd, GWLP_USERDATA, isJuceWindow ? getImprobableWindowNumber() : 0); in setAsJUCEWindow()
97 SetWindowLongPtr (messageWindow.getHWND(), GWLP_USERDATA, (LONG_PTR) this); in DeviceChangeDetector()
122 ((DeviceChangeDetector*) GetWindowLongPtr (h, GWLP_USERDATA)) in deviceChangeEventCallback()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_events/native/
H A Djuce_win32_HiddenMessageWindow.h74 return GetWindowLongPtr (hwnd, GWLP_USERDATA) == getImprobableWindowNumber(); in isJUCEWindow()
79 SetWindowLongPtr (hwnd, GWLP_USERDATA, isJuceWindow ? getImprobableWindowNumber() : 0); in setAsJUCEWindow()
97 SetWindowLongPtr (messageWindow.getHWND(), GWLP_USERDATA, (LONG_PTR) this); in DeviceChangeDetector()
122 ((DeviceChangeDetector*) GetWindowLongPtr (h, GWLP_USERDATA)) in deviceChangeEventCallback()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_events/native/
H A Djuce_win32_HiddenMessageWindow.h73 return GetWindowLongPtr (hwnd, GWLP_USERDATA) == getImprobableWindowNumber(); in isJUCEWindow()
78 SetWindowLongPtr (hwnd, GWLP_USERDATA, isJuceWindow ? getImprobableWindowNumber() : 0); in setAsJUCEWindow()
96 SetWindowLongPtr (messageWindow.getHWND(), GWLP_USERDATA, (LONG_PTR) this); in DeviceChangeDetector()
121 ((DeviceChangeDetector*) GetWindowLongPtr (h, GWLP_USERDATA)) in deviceChangeEventCallback()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_win32/
H A Decore_win32_event.c1578 window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_button_release()
1747 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_focus_in()
1765 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_focus_out()
1783 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_expose()
1808 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_create_notify()
1828 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_destroy_notify()
1846 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_map_notify()
1863 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_unmap_notify()
1890 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_configure_notify()
1916 e->window = (void *)GetWindowLongPtr(msg->window, GWLP_USERDATA); in _ecore_win32_event_handle_resize()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dconfig2.cpp135 if (msg==WM_INITDIALOG && lParam > 0 && GetWindowLongPtr(hwnd,GWLP_USERDATA)==0) in FontDialogProc()
136 SetWindowLongPtr(hwnd, GWLP_USERDATA, lParam); in FontDialogProc()
138 CPluginShell* p = (CPluginShell*)GetWindowLongPtr(hwnd,GWLP_USERDATA); in FontDialogProc()
258 if (msg==WM_INITDIALOG && lParam > 0 && GetWindowLongPtr(hwnd,GWLP_USERDATA)==0) in DesktopOptionsDialogProc()
259 SetWindowLongPtr(hwnd, GWLP_USERDATA, lParam); in DesktopOptionsDialogProc()
261 CPluginShell* p = (CPluginShell*)GetWindowLongPtr(hwnd,GWLP_USERDATA); in DesktopOptionsDialogProc()
367 if (msg==WM_INITDIALOG && lParam > 0 && GetWindowLongPtr(hwnd,GWLP_USERDATA)==0) in DualheadDialogProc()
368 SetWindowLongPtr(hwnd, GWLP_USERDATA, lParam); in DualheadDialogProc()
370 CPluginShell* p = (CPluginShell*)GetWindowLongPtr(hwnd,GWLP_USERDATA); in DualheadDialogProc()
/dports/devel/icu/icu/source/samples/layout/
H A Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
166 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
223 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
248 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
304 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
341 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
/dports/devel/icu-lx/icu/source/samples/layout/
H A Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
166 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
223 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
248 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
304 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
341 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/samples/layout/
H A Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
166 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
223 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
248 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
304 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
341 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/samples/layout/
H A Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
166 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
223 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
248 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
304 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
341 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/samples/layout/
H A Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
166 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
223 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
248 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
304 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
341 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/System/Win32/
H A DNptWin32MessageQueue.cpp84 SetWindowLongPtr(m_WindowHandle, GWLP_USERDATA, NPT_POINTER_TO_LONG(this)); in NPT_Win32WindowMessageQueue()
98 SetWindowLongPtr(m_WindowHandle, GWLP_USERDATA, 0); in ~NPT_Win32WindowMessageQueue()
127 …* queue = reinterpret_cast<NPT_Win32WindowMessageQueue *>(GetWindowLongPtr(window, GWLP_USERDATA)); in WindowProcedure()
/dports/net/tigervnc-server/tigervnc-1.12.0/win/rfb_win32/
H A DMsgWindow.cxx50 SetWindowLongPtr(wnd, GWLP_USERDATA, (LONG_PTR)((CREATESTRUCT*)lParam)->lpCreateParams); in MsgWindowProc()
52 SetWindowLongPtr(wnd, GWLP_USERDATA, 0); in MsgWindowProc()
53 MsgWindow* _this = (MsgWindow*) GetWindowLongPtr(wnd, GWLP_USERDATA); in MsgWindowProc()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/win/rfb_win32/
H A DMsgWindow.cxx50 SetWindowLongPtr(wnd, GWLP_USERDATA, (LONG_PTR)((CREATESTRUCT*)lParam)->lpCreateParams); in MsgWindowProc()
52 SetWindowLongPtr(wnd, GWLP_USERDATA, 0); in MsgWindowProc()
53 MsgWindow* _this = (MsgWindow*) GetWindowLongPtr(wnd, GWLP_USERDATA); in MsgWindowProc()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/System/Win32/
H A DNptWin32MessageQueue.cpp84 SetWindowLongPtr(m_WindowHandle, GWLP_USERDATA, NPT_POINTER_TO_LONG(this)); in NPT_Win32WindowMessageQueue()
98 SetWindowLongPtr(m_WindowHandle, GWLP_USERDATA, 0); in ~NPT_Win32WindowMessageQueue()
127 …* queue = reinterpret_cast<NPT_Win32WindowMessageQueue *>(GetWindowLongPtr(window, GWLP_USERDATA)); in WindowProcedure()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dwin32window.cc93 ::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
110 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dwin32window.cc106 ::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
111 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
123 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dwin32window.cc103 reinterpret_cast<Win32Window*>(::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
108 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
120 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dwin32window.cc94 ::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
99 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
111 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dwin32window.cc93 ::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
110 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dwin32window.cc103 reinterpret_cast<Win32Window*>(::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
108 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
120 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dwin32window.cc103 reinterpret_cast<Win32Window*>(::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
108 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
120 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dwin32_window.cc108 reinterpret_cast<Win32Window*>(::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
113 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
125 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dwin32_window.cc108 reinterpret_cast<Win32Window*>(::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
113 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
125 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dwin32_window.cc108 reinterpret_cast<Win32Window*>(::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
113 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
125 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()

12345678910>>...41