Home
last modified time | relevance | path

Searched refs:LOWORD (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp356 event.MouseButton.X = static_cast<short>(LOWORD(lParam)); in WndProc()
367 event.MouseButton.X = static_cast<short>(LOWORD(lParam)); in WndProc()
379 event.MouseButton.X = static_cast<short>(LOWORD(lParam)); in WndProc()
391 event.MouseButton.X = static_cast<short>(LOWORD(lParam)); in WndProc()
404 event.MouseButton.X = static_cast<short>(LOWORD(lParam)); in WndProc()
416 event.MouseButton.X = static_cast<short>(LOWORD(lParam)); in WndProc()
430 event.MouseButton.X = static_cast<short>(LOWORD(lParam)); in WndProc()
443 event.MouseButton.X = static_cast<short>(LOWORD(lParam)); in WndProc()
459 int mouseX = static_cast<short>(LOWORD(lParam)); in WndProc()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dclayout.c169 context->width = LOWORD(lParam); in WndProc()
187 switch (LOWORD(wParam)) in WndProc()
268 switch (LOWORD(wParam)) { in WndProc()
Dlayout.cpp167 context->width = LOWORD(lParam); in WndProc()
185 switch (LOWORD(wParam)) in WndProc()
266 switch (LOWORD(wParam)) { in WndProc()
/third_party/icu/icu4c/source/samples/layout/
Dlayout.cpp167 context->width = LOWORD(lParam); in WndProc()
185 switch (LOWORD(wParam)) in WndProc()
266 switch (LOWORD(wParam)) { in WndProc()
Dclayout.c170 context->width = LOWORD(lParam); in WndProc()
188 switch (LOWORD(wParam)) in WndProc()
269 switch (LOWORD(wParam)) { in WndProc()
/third_party/lzma/CPP/Windows/Control/
DDialog.cpp51 case WM_SIZE: return OnSize(wParam, LOWORD(lParam), HIWORD(lParam)); in OnMessage()
70 return OnCommand(HIWORD(wParam), LOWORD(wParam), lParam); in OnCommand()
135 const int x = LOWORD(v); in IsDialogSizeOK()
DWindow2.cpp157 if (OnSize(wParam, LOWORD(lParam), HIWORD(lParam))) in OnMessage()
165 return OnCommand(HIWORD(wParam), LOWORD(wParam), lParam, result); in OnCommand()
DToolBar.h22 size->cx = LOWORD(val); in GetMaxSize()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc42 if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL) { in AboutWndProc()
43 EndDialog(hDlg, LOWORD(wParam)); in AboutWndProc()
511 if (self->OnCommand(LOWORD(wParam))) in RootWndProc()
532 self->OnActivate(LOWORD(wParam) != WA_INACTIVE); in RootWndProc()
732 if (LOWORD(wParam) != HIWORD(wParam)) { in OnDpiChanged()
740 static_cast<float>(LOWORD(wParam)) / DPI_1X; in OnDpiChanged()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp214 …dst << ", DLL Version: " << HIWORD(version->dwProductVersionMS) << "." << LOWORD(version->dwProduc… in getOSVersionFromDLL()
215 …<< ", DLL Build: " << HIWORD(version->dwProductVersionLS) << "." << LOWORD(version->dwProductVer… in getOSVersionFromDLL()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dmain.cpp34 if(LOWORD(wParam) == IDCANCEL) in DebuggerWaitDialogProc()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp236 window->onResize(LOWORD(lParam), HIWORD(lParam)); in WndProc()
305 uint16_t numInputs = LOWORD(wParam); in WndProc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c526 mouse_event->pos_x = (gdouble) LOWORD (lParam); in gst_gl_window_win32_handle_mouse_event()
568 gst_gl_window_resize (window, LOWORD (lParam), HIWORD (lParam)); in window_proc()
654 MoveWindow (gl_window_id, 0, 0, LOWORD (lParam), HIWORD (lParam), FALSE); in sub_class_proc()
/third_party/openssl/ohos_lite/
De_os.h233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c216 cxWinSize = LOWORD (lParam); in WndProc()
243 switch (LOWORD (wParam)) in WndProc()
443 switch (LOWORD (wParam)) in AboutDlgProc()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c517 gst_vulkan_window_resize (window, LOWORD (lParam), HIWORD (lParam)); in window_proc()
560 MoveWindow (vulkan_window_id, 0, 0, LOWORD (lParam), HIWORD (lParam), in sub_class_proc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp222 g_d3dpp.BackBufferWidth = LOWORD(lParam); in WndProc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dmain.cpp233 …g_pSwapChain->ResizeBuffers(0, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam), DXGI_FORMAT_UNKNOWN, 0); in WndProc()
/third_party/openssl/
De_os.h180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dglobal_state.cpp269 if (LOWORD(wParam) == IDCANCEL) in DebuggerWaitDialogProc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
Dmain.cpp229 …g_pSwapChain->ResizeBuffers(0, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam), DXGI_FORMAT_UNKNOWN, 0); in WndProc()
/third_party/lzma/CPP/Common/
DMyWindows.h40 #define LOWORD(l) ((WORD)((DWORD_PTR)(l) & 0xffff)) macro
/third_party/node/deps/openssl/openssl/
De_os.h180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_win.cc57 switch (LOWORD(wparam)) { in DialogProc()
/third_party/glfw/src/
Dwin32_window.c708 _glfwInputFramebufferSize(window, LOWORD(lParam), HIWORD(lParam)); in windowProc()
709 _glfwInputWindowSize(window, LOWORD(lParam), HIWORD(lParam)); in windowProc()
793 if (LOWORD(lParam) == HTCLIENT) in windowProc()

12