/external/skia/src/views/win/ |
D | skia_win.cpp | 56 return (int) msg.wParam; in _tWinMain() 171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument 175 return DefWindowProc(hWnd, message, wParam, lParam); in WndProc() 180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) { in WndProc() 183 return DefWindowProc(hWnd, message, wParam, lParam); in WndProc() 190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in About() argument 199 if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL) in About() 201 EndDialog(hDlg, LOWORD(wParam)); in About()
|
D | SkOSWindow_win.cpp | 110 bool SkOSWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { in wndProc() argument 113 SkKey key = winToskKey(wParam); in wndProc() 120 SkKey key = winToskKey(wParam); in wndProc() 127 this->handleChar((SkUnichar) wParam); in wndProc() 130 this->handleChar(SkUTF8_ToUnichar((char*)&wParam)); in wndProc() 148 RECT* rect = (RECT*)wParam; in wndProc()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.cpp | 29 static LRESULT CALLBACK win32WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in win32WindowProc() argument 33 return window->windowProc(uMsg, wParam, lParam); in win32WindowProc() 35 return DefWindowProc(hWnd, uMsg, wParam, lParam); in win32WindowProc() 137 LRESULT Win32Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() argument 148 if (wParam == VK_ESCAPE) in windowProc() 156 return DefWindowProc(m_window, uMsg, wParam, lParam); in windowProc()
|
D | tcuWin32Window.hpp | 42 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 84 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() argument 86 CPWL_Wnd::OnNotify(pWnd,msg,wParam,lParam); in OnNotify() 91 switch (wParam) in OnNotify() 96 pChild->OnNotify(pWnd,PNM_SETSCROLLINFO,wParam,lParam); in OnNotify() 102 switch (wParam) in OnNotify() 107 pChild->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam); in OnNotify() 115 switch (wParam) in OnNotify() 125 if (PWL_CARET_INFO * pCaretInfo = (PWL_CARET_INFO *)wParam) in OnNotify()
|
D | PWL_ListBox.cpp | 359 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() argument 361 CPWL_Wnd::OnNotify(pWnd,msg,wParam,lParam); in OnNotify() 368 switch (wParam) in OnNotify() 373 pChild->OnNotify(pWnd,PNM_SETSCROLLINFO,wParam,lParam); in OnNotify() 379 switch (wParam) in OnNotify() 384 pChild->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam); in OnNotify() 391 switch (wParam) in OnNotify()
|
D | PWL_Note.cpp | 182 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() argument 186 if (wParam == SBT_VSCROLL) in OnNotify() 211 CPWL_Edit::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() 218 if (PWL_CARET_INFO * pInfo = (PWL_CARET_INFO*)wParam) in OnNotify() 549 void CPWL_Note_Contents::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() argument 580 if (PWL_CARET_INFO * pInfo = (PWL_CARET_INFO*)wParam) in OnNotify() 612 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() 1098 void CPWL_NoteItem::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() argument 1111 if (PWL_CARET_INFO * pInfo = (PWL_CARET_INFO*)wParam) in OnNotify() 1131 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() [all …]
|
D | PWL_IconList.cpp | 449 void CPWL_IconList::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() argument 451 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() 453 if (wParam == SBT_VSCROLL) in OnNotify() 485 pScrollBar->OnNotify(pWnd,PNM_SETSCROLLINFO,wParam,lParam); in OnNotify() 499 pScrollBar->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam); in OnNotify()
|
/external/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 114 return msg.wParam; in WinMain() 117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument 179 switch (LOWORD(wParam)) in WndProc() 260 switch (LOWORD(wParam)) { in WndProc() 354 return DefWindowProc(hwnd, message, wParam, lParam); in WndProc()
|
D | clayout.c | 115 return msg.wParam; in WinMain() 118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument 181 switch (LOWORD(wParam)) in WndProc() 262 switch (LOWORD(wParam)) { in WndProc() 359 return DefWindowProc(hwnd, message, wParam, lParam); in WndProc()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument 55 return DefWindowProc(hwnd, message, wParam, lParam); in WndProc() 171 return (int) msg.wParam; in main()
|
D | d3d11x11main.cpp | 113 return (int) msg.wParam; in main()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
D | d3d10winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument 55 return DefWindowProc(hwnd, message, wParam, lParam); in WndProc() 187 return (int) msg.wParam; in main()
|
D | d3d10x11main.cpp | 153 return (int) msg.wParam; in main()
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 40 WPARAM wParam, in window_proc() argument 49 return DefWindowProc(hWnd, uMsg, wParam, lParam); in window_proc()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Note.h | 151 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = … 190 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = … 261 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = … 337 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
|
D | PWL_ComboBox.h | 64 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
|
D | PWL_ListBox.h | 60 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
|
D | PWL_IconList.h | 121 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 144 return msg.wParam; in WinMain() 147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc() argument 243 switch (LOWORD (wParam)) in WndProc() 428 return DefWindowProc (hwnd, message, wParam, lParam); in WndProc() 432 WPARAM wParam, LPARAM lParam) in AboutDlgProc() argument 443 switch (LOWORD (wParam)) in AboutDlgProc()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_tls.h | 56 WPARAM wParam,
|
D | stw_ext_pbuffer.c | 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument 63 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
|
D | stw_framebuffer.c | 195 WPARAM wParam, in stw_call_window_proc() argument 207 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam); in stw_call_window_proc() 235 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam); in stw_call_window_proc()
|
/external/skia/include/views/ |
D | SkOSWindow_Win.h | 44 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|