Searched refs:LONG_PTR (Results 1 – 19 of 19) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | Window.h | 254 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); } in SetStyle() 256 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle() 259 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() 260 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong() 261 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong() 262 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong() 267 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() 268 LONG_PTR GetLongPtr(int index) const { return GetLong(index); } in GetLongPtr() 270 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr() 271 LONG_PTR GetUserDataLongPtr() const { return GetUserDataLong(); } in GetUserDataLongPtr() [all …]
|
/third_party/lzma/CPP/Windows/Control/ |
D | Window2.h | 47 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() 48 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
|
D | ListView.cpp | 128 SetUserDataLongPtr((LONG_PTR)this); in SetWindowProc() 131 _origWindowProc = (WNDPROC)SetLongPtrW(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc() 134 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc()
|
D | Dialog.h | 134 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() 136 LONG_PTR GetMsgResult() const in GetMsgResult()
|
D | Window2.cpp | 33 tempWindow.SetUserDataLongPtr((LONG_PTR)(((LPCREATESTRUCT)lParam)->lpCreateParams)); in WindowProcedure()
|
/third_party/lzma/C/ |
D | 7zWindows.h | 52 typedef long LONG_PTR, *PLONG_PTR; typedef
|
D | 7zTypes.h | 206 typedef long LONG_PTR; typedef
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32Window.cpp | 75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
D | clayout.c | 158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | clayout.c | 157 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
/third_party/skia/tools/sk_app/win/ |
D | Window_win.cpp | 120 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
|
/third_party/ffmpeg/libavdevice/ |
D | vfwcap.c | 302 SetWindowLongPtr(ctx->hwnd, GWLP_USERDATA, (LONG_PTR) s); in vfw_read_header()
|
D | gdigrab.c | 163 SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR) gdigrab_region_wnd_proc); in gdigrab_region_wnd_init()
|
D | dshow.c | 1844 LONG_PTR p1, p2; in dshow_check_event_queue()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.cpp | 240 reinterpret_cast<LONG_PTR>(pCreateStruct->lpCreateParams)); in WndProc()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 453 SetWindowLongPtr(info.window, GWLP_USERDATA, (LONG_PTR)&info); in init_window()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1867 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA)); in WndProc()
|