Searched defs:LPARAM (Results 1 – 11 of 11) sorted by relevance
| /external/crosvm/gpu_display/src/gpu_display_win/ |
| D | window_message_processor.rs | 85 fn on_raw_input(&mut self, _window: &Window, _l_param: LPARAM) {} in on_raw_input() 88 fn on_mouse_move(&mut self, _w_param: WPARAM, _l_param: LPARAM) {} in on_mouse_move() 91 fn on_mouse_button_left(&mut self, _window: &Window, _is_down: bool, _l_param: LPARAM) {} in on_mouse_button_left() 106 fn on_key(&mut self, _window: &Window, _key_down: bool, _w_param: WPARAM, _l_param: LPARAM) {} in on_key() 109 fn on_window_pos_changing(&mut self, _window: &Window, _l_param: LPARAM) {} in on_window_pos_changing() 112 fn on_window_size_changing(&mut self, _window: &Window, _w_param: WPARAM, _l_param: LPARAM) {} in on_window_size_changing() 121 fn on_window_size_changed(&mut self, _window: &Window, _w_param: WPARAM, _l_param: LPARAM) {} in on_window_size_changed() 137 fn on_host_viewport_change(&mut self, _window: &Window, _l_param: LPARAM) {} in on_host_viewport_change()
|
| D | thread_message_util.rs | 43 l_param: LPARAM, in post_message()
|
| D | window_procedure_thread.rs | 319 l_param: LPARAM, in wnd_proc()
|
| /external/lzma/CPP/Windows/ |
| D | Shell.cpp | 195 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc() argument 294 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2() argument
|
| /external/python/cpython2/Lib/ctypes/ |
| D | wintypes.py | 43 LPARAM = c_long variable 46 LPARAM = c_longlong variable
|
| /external/lzma/CPP/7zip/UI/FileManager/ |
| D | ProgressDialog.cpp | 101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
|
| D | ProgressDialog2.cpp | 909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
|
| /external/python/cpython3/Lib/ctypes/ |
| D | wintypes.py | 44 LPARAM = ctypes.c_long variable 47 LPARAM = ctypes.c_longlong variable
|
| /external/lzma/CPP/Windows/Control/ |
| D | Window2.cpp | 168 bool CWindow2::OnCommand(int /* code */, int /* itemID */, LPARAM /* lParam */, LRESULT & /* result… in OnCommand() argument
|
| D | Dialog.h | 110 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument
|
| /external/cronet/base/win/ |
| D | windows_types.h | 63 typedef LONG_PTR LPARAM; typedef
|