HomeSort by relevance Sort by last modified time
    Searched refs:lParam (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_syswm.h 136 LPARAM lParam; /**< LONG message parameter */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_syswm.h 136 LPARAM lParam; /**< LONG message parameter */
  /prebuilts/misc/windows/sdl2/include/
SDL_syswm.h 130 LPARAM lParam; /**< LONG message parameter */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_syswm.h 136 LPARAM lParam; /**< LONG message parameter */
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
53 pMMI = (MINMAXINFO *)lParam;
63 return DefWindowProc(hWnd, uMsg, wParam, lParam);
stw_framebuffer.c 196 LPARAM lParam )
199 PCWPSTRUCT pParams = (PCWPSTRUCT)lParam;
207 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
214 LPWINDOWPOS lpWindowPos = (LPWINDOWPOS)pParams->lParam;
235 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 154 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
167 keyS.store(lParam);
172 keyS.load(lParam);
281 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
284 keyS.store(lParam);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
compstui.h 706 LPARAM lParam;
865 LPARAM lParam1,
866 LPARAM lParam2);
876 #define PPSPINFO_FROM_WM_INITDIALOG_LPARAM(lParam) \
877 (PPSPINFO)((LPBYTE)lParam + ((LPPROPSHEETPAGE)lParam)->dwSize)
891 LPARAM lParamInit;
907 LPARAM lParam);
    [all...]
commctrl.h 108 #define HANDLE_WM_NOTIFY(hwnd,wParam,lParam,fn) (fn)((hwnd),(int)(wParam),(NMHDR *)(lParam))
109 #define FORWARD_WM_NOTIFY(hwnd,idFrom,pnmhdr,fn) (LRESULT)(fn)((hwnd),WM_NOTIFY,(WPARAM)(int)(idFrom),(LPARAM)(NMHDR *)(pnmhdr))
145 LPARAM dwHitInfo;
273 LPARAM lItemlParam;
467 LPARAM lParam;
474 #define HDITEMA_V1_SIZE CCSIZEOF_STRUCT(HDITEMA,lParam)
475 #define HDITEMW_V1_SIZE CCSIZEOF_STRUCT(HDITEMW,lParam)
484 LPARAM lParam
    [all...]
winuser.h 39 typedef LRESULT (CALLBACK *WNDPROC)(HWND,UINT,WPARAM,LPARAM);
40 typedef INT_PTR (CALLBACK *DLGPROC)(HWND,UINT,WPARAM,LPARAM);
42 typedef WINBOOL (CALLBACK *GRAYSTRINGPROC)(HDC,LPARAM,int);
43 typedef WINBOOL (CALLBACK *WNDENUMPROC)(HWND,LPARAM);
44 typedef LRESULT (CALLBACK *HOOKPROC)(int code,WPARAM wParam,LPARAM lParam);
52 typedef WINBOOL (CALLBACK *DRAWSTATEPROC)(HDC hdc,LPARAM lData,WPARAM wData,int cx,int cy);
58 typedef WINBOOL (CALLBACK *NAMEENUMPROCA)(LPSTR,LPARAM);
59 typedef WINBOOL (CALLBACK *NAMEENUMPROCW)(LPWSTR,LPARAM);
527 #define GET_APPCOMMAND_LPARAM(lParam) ((short)(HIWORD(lParam) & ~FAPPCOMMAND_MASK)
    [all...]
dciman.h 39 typedef void (CALLBACK *WINWATCHNOTIFYPROC)(HWINWATCH hww,HWND hwnd,DWORD code,LPARAM lParam);
41 extern WINBOOL WINAPI WinWatchNotify(HWINWATCH hWW,WINWATCHNOTIFYPROC NotifyCallback,LPARAM NotifyParam);
shdeprecated.h     [all...]
prsht.h 99 LPARAM lParam; \
114 LPARAM lParam; \
227 typedef int (CALLBACK *PFNPROPSHEETCALLBACK)(HWND,UINT,LPARAM);
321 typedef WINBOOL (CALLBACK *LPFNADDPROPSHEETPAGE)(HPROPSHEETPAGE,LPARAM);
322 typedef WINBOOL (CALLBACK *LPFNADDPROPSHEETPAGES)(LPVOID,LPFNADDPROPSHEETPAGE,LPARAM);
326 LPARAM lParam;
351 #define PropSheet_SetCurSel(hDlg,hpage,index) SNDMSG(hDlg,PSM_SETCURSEL,(WPARAM)index,(LPARAM)hpage
    [all...]
dimm.h 396 virtual HRESULT WINAPI IsUIMessageA(HWND hWndIME,UINT msg,WPARAM wParam,LPARAM lParam) = 0;
397 virtual HRESULT WINAPI IsUIMessageW(HWND hWndIME,UINT msg,WPARAM wParam,LPARAM lParam) = 0;
416 virtual HRESULT WINAPI OnDefWindowProc(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam,LRESULT *plResult) = 0;
471 HRESULT (WINAPI *IsUIMessageA)(IActiveIMMApp *This,HWND hWndIME,UINT msg,WPARAM wParam,LPARAM lParam);
472 HRESULT (WINAPI *IsUIMessageW)(IActiveIMMApp *This,HWND hWndIME,UINT msg,WPARAM wParam,LPARAM lParam);
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 761 intptr_t lParam) {
762 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam);
767 OnMinButtonLBDown(*(CPDF_Point*)lParam);
771 OnMaxButtonLBDown(*(CPDF_Point*)lParam);
775 OnPosButtonLBDown(*(CPDF_Point*)lParam);
780 OnMinButtonLBUp(*(CPDF_Point*)lParam);
784 OnMaxButtonLBUp(*(CPDF_Point*)lParam);
788 OnPosButtonLBUp(*(CPDF_Point*)lParam);
793 OnMinButtonMouseMove(*(CPDF_Point*)lParam);
797 OnMaxButtonMouseMove(*(CPDF_Point*)lParam);
    [all...]
PWL_Note.cpp 155 intptr_t lParam) {
160 if (PWL_SCROLL_INFO* pInfo = (PWL_SCROLL_INFO*)lParam) {
177 CPWL_Edit::OnNotify(pWnd, msg, wParam, lParam);
469 intptr_t lParam) {
491 SetScrollPos(CPDF_Point(0.0f, *(FX_FLOAT*)lParam));
524 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam);
936 intptr_t lParam) {
964 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam);
    [all...]
PWL_EditCtrl.cpp 77 intptr_t lParam) {
78 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam);
85 pChild->OnNotify(pWnd, PNM_SETSCROLLINFO, wParam, lParam);
94 pChild->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam);
100 FX_FLOAT fPos = *(FX_FLOAT*)lParam;
PWL_ListBox.cpp 320 intptr_t lParam) {
321 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam);
330 pChild->OnNotify(pWnd, PNM_SETSCROLLINFO, wParam, lParam);
339 pChild->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam);
345 fPos = *(FX_FLOAT*)lParam;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 131 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
134 kss[i].load(lParam);
136 kss[i].store(lParam);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 131 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
134 kss[i].load(lParam);
136 kss[i].store(lParam);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ComboBox.h 62 intptr_t lParam = 0) override;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 163 WPARAM wParam, LPARAM lParam)
201 return DefWindowProc(wnd, message, wParam, lParam);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/
SdlDemo.cpp 10 LRESULT DlgProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
197 LRESULT DlgProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam )
242 SendMessage(hOut, WM_SETTEXT, 0, (LPARAM)buff.str().c_str());
  /external/lzma/CPP/Windows/
Shell.cpp 174 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
189 SendMessage(hwnd, BFFM_SETSTATUSTEXT, 0, (LPARAM)dir);
191 SendMessage(hwnd, BFFM_SETSTATUSTEXT, 0, (LPARAM)TEXT(""));
221 browseInfo.lParam = (LPARAM)initialFolder;
270 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
285 SendMessageW(hwnd, BFFM_SETSTATUSTEXTW, 0, (LPARAM)dir);
287 SendMessageW(hwnd, BFFM_SETSTATUSTEXTW, 0, (LPARAM)L"");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 957 milliseconds

1 23 4 5 6