Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DWindow.h176 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); } in SetStyle()
177 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle()
180LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong()
181 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong()
182 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong()
183 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong()
188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr()
189 LONG_PTR GetLongPtr(int index) const { return GetLong(index); } in GetLongPtr()
191 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr()
192 LONG_PTR GetUserDataLongPtr() const { return GetUserDataLong(); } in GetUserDataLongPtr()
[all …]
/external/lzma/CPP/Windows/Control/
DWindow2.h45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
DListView.cpp121 SetUserDataLongPtr((LONG_PTR)this); in SetWindowProc()
124 _origWindowProc = (WNDPROC)SetLongPtrW(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc()
127 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc()
DDialog.h112 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult()
114 LONG_PTR GetMsgResult() const in GetMsgResult()
DWindow2.cpp33 tempWindow.SetUserDataLongPtr((LONG_PTR)(((LPCREATESTRUCT)lParam)->lpCreateParams)); in WindowProcedure()
/external/webrtc/webrtc/system_wrappers/include/
Dfix_interlocked_exchange_pointer_win.h31 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange( in InterlockedExchangePointer()
33 static_cast<LONG>(reinterpret_cast<LONG_PTR>(value))))); in InterlockedExchangePointer()
/external/clang/test/Analysis/
Dnull-deref-ps.c256 typedef long LONG_PTR, *PLONG_PTR; typedef
259 typedef LONG_PTR LRESULT;
/external/libusb/libusb/os/
Dpoll_windows.h41 #define DUMMY_HANDLE ((HANDLE)(LONG_PTR)-2)
/external/webrtc/webrtc/base/
Dwin32window.cc98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dwindows_user.h67 … auto result = SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(type.get())); in insert()
/external/icu/icu4c/source/samples/layout/
Dclayout.c157 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
/external/skqp/tools/sk_app/win/
DWindow_win.cpp118 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
/external/skia/tools/sk_app/win/
DWindow_win.cpp118 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp622 SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR)pCreate->lpCreateParams); in WndProc()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc399 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(me)); in WndProc()
/external/ImageMagick/MagickCore/
Dnt-base.c72 #define MAP_FAILED ((void *)(LONG_PTR)-1)
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1849 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA)); in WndProc()