Home
last modified time | relevance | path

Searched defs:WPARAM (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow.rs133 pub fn new(msg: UINT, w_param: WPARAM, l_param: LPARAM) -> Self { in new()
185 pub fn update(&mut self, msg: UINT, w_param: WPARAM) { in update()
213 fn on_resizing_window(&mut self, w_param: WPARAM) { in on_resizing_window()
352 pub fn update_states(&mut self, msg: UINT, w_param: WPARAM) { in update_states()
707 pub fn post_message(&self, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> Result<()> { in post_message()
H A Dwindow_procedure_thread.rs307 fn post_message_to_thread(&self, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> Result<()> { in post_message_to_thread()
585 w_param: WPARAM, in wnd_proc()
H A Dkeyboard_input_manager.rs93 _w_param: WPARAM, in handle_host_key_event()
H A Dsurface.rs204 w_param: WPARAM, in handle_key_event()
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
Dwintypes.py42 WPARAM = c_ulong variable
45 WPARAM = c_ulonglong variable
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DDialog.h131 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
149 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument
H A DWindow2.h35 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DEditDialog.cpp28 bool CEditDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
H A DComboDialog.cpp42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
H A DMessagesDialog.cpp62 bool CMessagesDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
H A DSplitDialog.cpp50 bool CSplitDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
H A DCopyDialog.cpp38 bool CCopyDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
H A DProgressDialog.cpp103 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
H A DListViewDialog.cpp133 bool CListViewDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
H A DProgressDialog2.cpp449 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
935 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
H A DLinkDialog.cpp186 bool CLinkDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
H A DPanel.cpp644 bool CPanel::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dminwindef.h166 typedef UINT_PTR WPARAM; typedef
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/
H A Dwindows.rs295 w_param: WPARAM, in wnd_proc()

12