Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dlayout.cpp149 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
160 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
217 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
242 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
298 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
335 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
/external/webrtc/webrtc/base/
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()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp33 Window* window = reinterpret_cast<Window*>(GetWindowLongPtr(hWnd, GWLP_USERDATA)); in windowProcCallback()
75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
93 SetWindowLongPtr(m_window, GWLP_USERDATA, 0); in ~Window()
/external/lzma/CPP/Windows/
DWindow.h45 #define GWLP_USERDATA GWL_USERDATA macro
181 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong()
182 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong()
211 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); } in SetUserDataLongPtr()
212 LONG_PTR GetUserDataLongPtr() const { return GetLongPtr(GWLP_USERDATA); } in GetUserDataLongPtr()
/external/opencv3/samples/directx/
Dwinapp.hpp109 ::SetWindowLongPtr(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pWnd)); in StaticWndProc()
120 …WinApp* GetObjectFromWindow(HWND hWnd) { return (WinApp*)::GetWindowLongPtr(hWnd, GWLP_USERDATA); } in GetObjectFromWindow()
/external/vulkan-validation-layers/demos/smoke/
DShellWin32.h47 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA)); in window_proc()
DShellWin32.cpp111 SetWindowLongPtr(hwnd_, GWLP_USERDATA, (LONG_PTR) this); in create_window()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc394 ::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()
399 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(me)); in WndProc()
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp80 #define CV_USERDATA GWLP_USERDATA
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...