Searched refs:SetWindowLongPtr (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32Window.cpp | 75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window() 93 SetWindowLongPtr(m_window, GWLP_USERDATA, 0); in ~Window()
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 92 #define SetWindowLongPtr SetWindowLongPtrW
macro 94 #define SetWindowLongPtr SetWindowLongPtrA
macro 276 { return ::SetWindowLongPtr(_window, index,
in SetLongPtr()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
H A D | clayout.c | 158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 157 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
H A D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
/third_party/ffmpeg/libavdevice/ |
H A D | vfwcap.c | 302 SetWindowLongPtr(ctx->hwnd, GWLP_USERDATA, (LONG_PTR) s); in vfw_read_header()
|
H A D | gdigrab.c | 163 SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR) gdigrab_region_wnd_proc); in gdigrab_region_wnd_init()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 120 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.cpp | 239 SetWindowLongPtr(hWnd, GWLP_USERDATA, in WndProc()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 453 SetWindowLongPtr(info.window, GWLP_USERDATA, (LONG_PTR)&info); in init_window()
|
Completed in 9 milliseconds