Home
last modified time | relevance | path

Searched defs:hwnd (Results 1 – 25 of 60) sorted by relevance

123

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dwindows_user.h50 std::unique_ptr<Type> find(HWND hwnd) { in find()
54 void erase(HWND hwnd) { in erase()
59 std::unique_ptr<Type> insert(HWND hwnd, std::unique_ptr<Type> type) { in insert()
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc168 BOOL CALLBACK FilterUncapturableWindows(HWND hwnd, LPARAM param) { in FilterUncapturableWindows()
260 bool WindowCaptureHelperWin::IsWindowChromeNotification(HWND hwnd) { in IsWindowChromeNotification()
304 HWND hwnd, in AreWindowsOverlapping()
339 bool WindowCaptureHelperWin::IsWindowOnCurrentDesktop(HWND hwnd) { in IsWindowOnCurrentDesktop()
352 bool WindowCaptureHelperWin::IsWindowVisibleOnCurrentDesktop(HWND hwnd) { in IsWindowVisibleOnCurrentDesktop()
359 bool WindowCaptureHelperWin::IsWindowCloaked(HWND hwnd) { in IsWindowCloaked()
Dwindow_capturer_win_gdi.cc49 BOOL CALLBACK OwnedWindowCollector(HWND hwnd, LPARAM param) { in OwnedWindowCollector()
102 HWND hwnd = reinterpret_cast<HWND>(item.id); in GetSourceList() local
134 HWND hwnd = in IsOccluded() local
332 HWND hwnd = *it; in CaptureFrame() local
/external/icu/icu4c/source/samples/layout/
Dlayout.cpp47 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle()
56 void InitParagraph(HWND hwnd, Context *context) in InitParagraph()
78 HWND hwnd; in WinMain() local
123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
Dclayout.c48 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle()
57 void InitParagraph(HWND hwnd, Context *context) in InitParagraph()
79 HWND hwnd; in WinMain() local
124 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp31 DawnD3D12WindowContext::DawnD3D12WindowContext(HWND hwnd, const DisplayParams& params) in DawnD3D12WindowContext()
60 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND hwnd, in MakeDawnD3D12ForWin()
DD3D12WindowContext_win.cpp68 D3D12WindowContext::D3D12WindowContext(HWND hwnd, const DisplayParams& params) in D3D12WindowContext()
244 std::unique_ptr<WindowContext> MakeD3D12ForWin(HWND hwnd, const DisplayParams& params) { in MakeD3D12ForWin()
DVulkanWindowContext_win.cpp26 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND hwnd, const DisplayParams& params) { in MakeVulkanForWin()
/external/libpng/contrib/visupng/
DPngFile.c50 void PngFileInitialize (HWND hwnd) in PngFileInitialize()
77 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileOpenDlg()
87 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileSaveDlg()
DVisualPng.c83 HWND hwnd; in WinMain() local
147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc()
661 BOOL LoadImageFile (HWND hwnd, PTSTR pstrPathName, in LoadImageFile()
705 BOOL DisplayImage (HWND hwnd, BYTE **ppDib,
/external/libepoxy/test/
Dwgl_common.c68 window_proc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) in window_proc()
92 HWND hwnd; in make_window_and_test() local
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc51 HWND hwnd = nullptr; in IsTopWindow() local
262 HWND hwnd = reinterpret_cast<HWND>(GetWindowToCapture()); in GetWindowRectInVirtualScreen() local
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.c53 stw_framebuffer_from_hwnd_locked(HWND hwnd) in stw_framebuffer_from_hwnd_locked()
375 HWND hwnd; in stw_framebuffer_from_hdc_locked() local
411 stw_framebuffer_from_hwnd(HWND hwnd) in stw_framebuffer_from_hwnd()
/external/swiftshader/src/WSI/
DWin32SurfaceKHR.hpp51 const HWND hwnd; member in vk::Win32SurfaceKHR
DWin32SurfaceKHR.cpp23 VkExtent2D getWindowSize(HWND hwnd) in getWindowSize()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1046 static void create_bitmap(HWND hwnd) in create_bitmap()
1150 WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WindowProc()
1177 HWND hwnd; in CreateBackground() local
1215 static void CenterWindow(HWND hwnd) in CenterWindow()
1232 IntroDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in IntroDlgProc()
1417 static BOOL GetOtherPythonVersion(HWND hwnd, LPSTR version) in GetOtherPythonVersion()
1475 static BOOL GetPythonVersions(HWND hwnd, HKEY hkRoot, LPSTR version) in GetPythonVersions()
1552 void CheckRootKey(HWND hwnd) in CheckRootKey()
1581 SelectPythonDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in SelectPythonDlgProc()
1883 InstallFilesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in InstallFilesDlgProc()
[all …]
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1002 static void create_bitmap(HWND hwnd) in create_bitmap()
1106 WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WindowProc()
1133 HWND hwnd; in CreateBackground() local
1171 static void CenterWindow(HWND hwnd) in CenterWindow()
1188 IntroDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in IntroDlgProc()
1373 static BOOL GetOtherPythonVersion(HWND hwnd, LPSTR version) in GetOtherPythonVersion()
1431 static BOOL GetPythonVersions(HWND hwnd, HKEY hkRoot, LPSTR version) in GetPythonVersions()
1508 void CheckRootKey(HWND hwnd) in CheckRootKey()
1537 SelectPythonDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in SelectPythonDlgProc()
1839 InstallFilesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in InstallFilesDlgProc()
[all …]
/external/mesa3d/src/glx/windows/
Dwindowsgl.c96 HWND hwnd = CreateWindowExA(0, in windows_create_context() local
157 HWND hwnd = CreateWindowExA(0, in windows_create_context_attribs() local
311 HWND hwnd = CreateWindowExA(0, in windows_call_with_context() local
/external/swiftshader/src/Vulkan/
Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
/external/skqp/tools/sk_app/win/
DVulkanWindowContext_win.cpp26 WindowContext* NewVulkanForWin(HWND hwnd, const DisplayParams& params) { in NewVulkanForWin()
/external/python/cpython2/Lib/ctypes/test/
Dtest_funcptr.py48 def wndproc(hwnd, msg, wParam, lParam): argument
/external/python/cpython3/Lib/ctypes/test/
Dtest_funcptr.py48 def wndproc(hwnd, msg, wParam, lParam): argument
/external/libchrome/base/task_scheduler/
Dscheduler_single_thread_task_runner_manager_unittest.cc588 HWND hwnd = nullptr; in TEST_F() local
596 HWND* hwnd) { *hwnd = test_harness->CreateTestWindow(); }, in TEST_F()
607 FROM_HERE, BindOnce([](HWND hwnd) { ::DestroyWindow(hwnd); }, hwnd)); in TEST_F()
/external/lzma/CPP/Windows/
DShell.cpp177 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc()
276 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2()
/external/webrtc/rtc_base/
Dwin32_window.cc105 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, in WndProc()

123