Home
last modified time | relevance | path

Searched refs:wParam (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/src/views/win/
Dskia_win.cpp56 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()
DSkOSWindow_win.cpp110 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/
DtcuWin32Window.cpp29 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()
DtcuWin32Window.hpp42 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp84 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()
DPWL_ListBox.cpp359 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()
DPWL_Note.cpp182 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 …]
DPWL_IconList.cpp449 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/
Dlayout.cpp114 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()
Dclayout.c115 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/
Dd3d11winmain.cpp40 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()
Dd3d11x11main.cpp113 return (int) msg.wParam; in main()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10winmain.cpp40 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()
Dd3d10x11main.cpp153 return (int) msg.wParam; in main()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c40 WPARAM wParam, in window_proc() argument
49 return DefWindowProc(hWnd, uMsg, wParam, lParam); in window_proc()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h151 …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 = …
DPWL_ComboBox.h64 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
DPWL_ListBox.h60 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
DPWL_IconList.h121 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
/external/libpng/contrib/visupng/
DVisualPng.c144 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/
Dstw_tls.h56 WPARAM wParam,
Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
63 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
Dstw_framebuffer.c195 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/
DSkOSWindow_Win.h44 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);

12