Home
last modified time | relevance | path

Searched defs:LPARAM (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/gpu_display/src/gpu_display_win/
Dwindow_message_processor.rs85 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()
Dthread_message_util.rs43 l_param: LPARAM, in post_message()
Dwindow_procedure_thread.rs319 l_param: LPARAM, in wnd_proc()
/external/lzma/CPP/Windows/
DShell.cpp195 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/
Dwintypes.py43 LPARAM = c_long variable
46 LPARAM = c_longlong variable
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
DProgressDialog2.cpp909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
/external/python/cpython3/Lib/ctypes/
Dwintypes.py44 LPARAM = ctypes.c_long variable
47 LPARAM = ctypes.c_longlong variable
/external/lzma/CPP/Windows/Control/
DWindow2.cpp168 bool CWindow2::OnCommand(int /* code */, int /* itemID */, LPARAM /* lParam */, LRESULT & /* result… in OnCommand() argument
DDialog.h110 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument
/external/cronet/base/win/
Dwindows_types.h63 typedef LONG_PTR LPARAM; typedef