Home
last modified time | relevance | path

Searched defs:wParam (Results 1 – 25 of 56) sorted by relevance

123

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.cpp31 static LRESULT CALLBACK windowProcCallback (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback()
146 LRESULT Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc()
/third_party/openssl/crypto/rand/
Drand_deprecated.c20 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) in RAND_event()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc34 WPARAM wParam, in AboutWndProc()
423 WPARAM wParam, in EditWndProc()
461 WPARAM wParam, in FindWndProc()
488 WPARAM wParam, in RootWndProc()
731 void RootWindowWin::OnDpiChanged(WPARAM wParam, LPARAM lParam) { in OnDpiChanged()
1111 WPARAM wParam, in SubclassedWindowProc()
Dosr_window_win.cc384 void OsrWindowWin::OnIMESetContext(UINT message, WPARAM wParam, LPARAM lParam) { in OnIMESetContext()
407 WPARAM wParam, in OnIMEComposition()
456 WPARAM wParam, in OsrWndProc()
563 void OsrWindowWin::OnMouseEvent(UINT message, WPARAM wParam, LPARAM lParam) { in OnMouseEvent()
776 void OsrWindowWin::OnKeyEvent(UINT message, WPARAM wParam, LPARAM lParam) { in OnKeyEvent()
834 bool OsrWindowWin::OnTouchEvent(UINT message, WPARAM wParam, LPARAM lParam) { in OnTouchEvent()
Dmain_message_loop_multithreaded_win.cc128 WPARAM wParam, in MessageWndProc()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestnativew32.c27 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/flutter/skia/tools/sk_app/win/
DWindow_win.cpp163 static ModifierKey get_modifiers(UINT message, WPARAM wParam, LPARAM lParam) { in get_modifiers()
210 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp163 static skui::ModifierKey get_modifiers(UINT message, WPARAM wParam, LPARAM lParam) { in get_modifiers()
210 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp590 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_on_key_event()
615 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_on_mouse_event()
665 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_handle_window_proc()
746 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc()
803 sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in sub_class_proc()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp17 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c85 WindowsScanCodeToSDLScanCode(LPARAM lParam, WPARAM wParam) in WindowsScanCodeToSDLScanCode()
235 WIN_CheckWParamMouseButtons(WPARAM wParam, SDL_WindowData *data, SDL_MouseID mouseID) in WIN_CheckWParamMouseButtons()
346 WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WIN_WindowProc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp212 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c40 WPARAM wParam, in window_proc()
/third_party/python/Lib/ctypes/test/
Dtest_funcptr.py48 def wndproc(hwnd, msg, wParam, lParam): argument
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx10/
Dmain.cpp68 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
Dmain.cpp218 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_win32.cpp189 IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP… in ImGui_ImplWin32_WndProcHandler()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dmain.cpp71 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dmain.cpp222 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c489 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc()
554 sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in sub_class_proc()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc()
432 WPARAM wParam, LPARAM lParam) in AboutDlgProc()
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc()
432 WPARAM wParam, LPARAM lParam) in AboutDlgProc()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay-playbin.c36 window_proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in window_proc()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc()

123