/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | windows_user.h | 50 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/ |
D | window_capture_utils.cc | 168 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()
|
D | window_capturer_win_gdi.cc | 49 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/ |
D | layout.cpp | 47 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()
|
D | clayout.c | 48 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/ |
D | DawnD3D12WindowContext_win.cpp | 31 DawnD3D12WindowContext::DawnD3D12WindowContext(HWND hwnd, const DisplayParams& params) in DawnD3D12WindowContext() 60 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND hwnd, in MakeDawnD3D12ForWin()
|
D | D3D12WindowContext_win.cpp | 68 D3D12WindowContext::D3D12WindowContext(HWND hwnd, const DisplayParams& params) in D3D12WindowContext() 244 std::unique_ptr<WindowContext> MakeD3D12ForWin(HWND hwnd, const DisplayParams& params) { in MakeD3D12ForWin()
|
D | VulkanWindowContext_win.cpp | 26 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND hwnd, const DisplayParams& params) { in MakeVulkanForWin()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 50 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()
|
D | VisualPng.c | 83 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/ |
D | wgl_common.c | 68 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/ |
D | cropping_window_capturer_win.cc | 51 HWND hwnd = nullptr; in IsTopWindow() local 262 HWND hwnd = reinterpret_cast<HWND>(GetWindowToCapture()); in GetWindowRectInVirtualScreen() local
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_framebuffer.c | 53 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/ |
D | Win32SurfaceKHR.hpp | 51 const HWND hwnd; member in vk::Win32SurfaceKHR
|
D | Win32SurfaceKHR.cpp | 23 VkExtent2D getWindowSize(HWND hwnd) in getWindowSize()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1046 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/ |
D | install.c | 1002 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/ |
D | windowsgl.c | 96 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/ |
D | main.cpp | 22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
/external/skqp/tools/sk_app/win/ |
D | VulkanWindowContext_win.cpp | 26 WindowContext* NewVulkanForWin(HWND hwnd, const DisplayParams& params) { in NewVulkanForWin()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_funcptr.py | 48 def wndproc(hwnd, msg, wParam, lParam): argument
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_funcptr.py | 48 def wndproc(hwnd, msg, wParam, lParam): argument
|
/external/libchrome/base/task_scheduler/ |
D | scheduler_single_thread_task_runner_manager_unittest.cc | 588 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/ |
D | Shell.cpp | 177 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/ |
D | win32_window.cc | 105 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, in WndProc()
|