| /external/webrtc/modules/desktop_capture/win/test_support/ |
| D | test_window.cc | 20 LRESULT CALLBACK WindowProc(HWND hwnd, in WindowProc() 77 void ResizeTestWindow(const HWND hwnd, const int width, const int height) { in ResizeTestWindow() 84 void MoveTestWindow(const HWND hwnd, const int x, const int y) { in MoveTestWindow() 91 void MinimizeTestWindow(const HWND hwnd) { in MinimizeTestWindow() 95 void UnminimizeTestWindow(const HWND hwnd) { in UnminimizeTestWindow()
|
| D | test_window.h | 29 HWND hwnd; member
|
| /external/webrtc/modules/desktop_capture/win/ |
| D | window_capture_utils.cc | 46 bool IsWindowOwnedByCurrentProcess(HWND hwnd) { in IsWindowOwnedByCurrentProcess() 52 BOOL CALLBACK GetWindowListHandler(HWND hwnd, LPARAM param) { in GetWindowListHandler() 342 bool WindowCaptureHelperWin::IsWindowChromeNotification(HWND hwnd) { in IsWindowChromeNotification() 386 HWND hwnd, in AreWindowsOverlapping() 421 bool WindowCaptureHelperWin::IsWindowOnCurrentDesktop(HWND hwnd) { in IsWindowOnCurrentDesktop() 434 bool WindowCaptureHelperWin::IsWindowVisibleOnCurrentDesktop(HWND hwnd) { in IsWindowVisibleOnCurrentDesktop() 441 bool WindowCaptureHelperWin::IsWindowCloaked(HWND hwnd) { in IsWindowCloaked()
|
| D | window_capturer_win_gdi.cc | 54 BOOL CALLBACK OwnedWindowCollector(HWND hwnd, LPARAM param) { in OwnedWindowCollector() 110 HWND hwnd = reinterpret_cast<HWND>(item.id); in GetSourceList() local 142 HWND hwnd = in IsOccluded() local 367 HWND hwnd = *it; in CaptureFrame() local
|
| /external/icu/icu4c/source/samples/layout/ |
| D | clayout.c | 49 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() 58 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() 80 HWND hwnd; in WinMain() local 125 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
| 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()
|
| /external/cronet/third_party/icu/source/samples/layout/ |
| D | clayout.c | 49 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() 58 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() 80 HWND hwnd; in WinMain() local 125 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
| 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()
|
| /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/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 | GraphiteDawnD3D12WindowContext_win.cpp | 33 GraphiteDawnD3D12WindowContext_win::GraphiteDawnD3D12WindowContext_win(HWND hwnd, in GraphiteDawnD3D12WindowContext_win() 86 std::unique_ptr<WindowContext> MakeGraphiteDawnD3D12ForWin(HWND hwnd, const DisplayParams& params) { in MakeGraphiteDawnD3D12ForWin()
|
| 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 | 23 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND hwnd, const DisplayParams& params) { in MakeVulkanForWin()
|
| /external/webrtc/modules/desktop_capture/ |
| D | cropping_window_capturer_win.cc | 51 HWND hwnd = nullptr; in IsTopWindow() local 182 HWND hwnd = reinterpret_cast<HWND>(source.id); in CaptureFrame() local 289 HWND hwnd = reinterpret_cast<HWND>(GetWindowToCapture()); in GetWindowRectInVirtualScreen() local
|
| /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/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/cronet/base/win/ |
| D | win_util.cc | 218 bool IsWindows10OrGreaterTabletMode(HWND hwnd) { in IsWindows10OrGreaterTabletMode() 266 bool IsKeyboardPresentOnSlate(HWND hwnd, std::string* reason) { in IsKeyboardPresentOnSlate() 513 bool IsTabletDevice(std::string* reason, HWND hwnd) { in IsTabletDevice() 665 void EnableFlicks(HWND hwnd) { in EnableFlicks() 669 void DisableFlicks(HWND hwnd) { in DisableFlicks()
|
| D | message_window.h | 52 HWND hwnd() const { return window_; } in hwnd() function
|
| D | wrapped_window_proc.h | 71 WrappedWindowProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) { in WrappedWindowProc()
|
| D | scoped_hdc.h | 21 explicit ScopedGetDC(HWND hwnd) : hwnd_(hwnd), hdc_(GetDC(hwnd)) { in ScopedGetDC()
|
| /external/swiftshader/src/WSI/ |
| D | Win32SurfaceKHR.hpp | 46 const HWND hwnd; member in vk::Win32SurfaceKHR
|
| /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()
|