Home
last modified time | relevance | path

Searched refs:LONG_PTR (Results 1 – 19 of 19) sorted by relevance

/third_party/lzma/CPP/Windows/
DWindow.h254 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); } in SetStyle()
256 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle()
259LONG_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/
DWindow2.h47 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
48 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
DListView.cpp128 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()
DDialog.h134 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult()
136 LONG_PTR GetMsgResult() const in GetMsgResult()
DWindow2.cpp33 tempWindow.SetUserDataLongPtr((LONG_PTR)(((LPCREATESTRUCT)lParam)->lpCreateParams)); in WindowProcedure()
/third_party/lzma/C/
D7zWindows.h52 typedef long LONG_PTR, *PLONG_PTR; typedef
D7zTypes.h206 typedef long LONG_PTR; typedef
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.cpp75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
/third_party/icu/icu4c/source/samples/layout/
Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
Dclayout.c158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dclayout.c157 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp120 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
/third_party/ffmpeg/libavdevice/
Dvfwcap.c302 SetWindowLongPtr(ctx->hwnd, GWLP_USERDATA, (LONG_PTR) s); in vfw_read_header()
Dgdigrab.c163 SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR) gdigrab_region_wnd_proc); in gdigrab_region_wnd_init()
Ddshow.c1844 LONG_PTR p1, p2; in dshow_check_event_queue()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp240 reinterpret_cast<LONG_PTR>(pCreateStruct->lpCreateParams)); in WndProc()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp453 SetWindowLongPtr(info.window, GWLP_USERDATA, (LONG_PTR)&info); in init_window()
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1867 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA)); in WndProc()