/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/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/vulkan-validation-layers/demos/smoke/ |
D | ShellWin32.h | 38 static LRESULT CALLBACK window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in window_proc()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_framebuffer.c | 51 stw_framebuffer_from_hwnd_locked(HWND hwnd) in stw_framebuffer_from_hwnd_locked() 373 HWND hwnd; in stw_framebuffer_from_hdc_locked() local 409 stw_framebuffer_from_hwnd(HWND hwnd) in stw_framebuffer_from_hwnd()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 41 BOOL CALLBACK TopWindowVerifier(HWND hwnd, LPARAM param) { in TopWindowVerifier() 196 HWND hwnd = reinterpret_cast<HWND>(selected_window()); in GetWindowRectInVirtualScreen() local
|
D | window_capturer_win.cc | 26 BOOL CALLBACK WindowsEnumerationHandler(HWND hwnd, LPARAM param) { in WindowsEnumerationHandler()
|
/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/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/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/skia/tools/sk_app/win/ |
D | VulkanWindowContext_win.cpp | 23 WindowContext* NewVulkanForWin(HWND hwnd, const DisplayParams& params) { in NewVulkanForWin()
|
/external/skqp/tools/sk_app/win/ |
D | VulkanWindowContext_win.cpp | 23 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/webrtc/webrtc/base/ |
D | win32window.cc | 90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, in WndProc()
|
D | win32windowpicker.cc | 29 BOOL CALLBACK Win32WindowPicker::EnumProc(HWND hwnd, LPARAM l_param) { in EnumProc()
|
/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()
|
D | CommonDialog.cpp | 103 bool MyGetOpenFileName(HWND hwnd, LPCWSTR title, in MyGetOpenFileName()
|
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 46 LRESULT WINAPI D3dRenderer::WindowProc(HWND hwnd, UINT msg, WPARAM wparam, in WindowProc()
|
/external/lzma/CPP/Windows/Control/ |
D | ListView.cpp | 100 static LRESULT APIENTRY ListViewSubclassProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in ListViewSubclassProc()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 232 HWND hwnd, in OnMagImageScalingCallback()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | main.cpp | 96 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
/external/python/cpython3/PC/ |
D | pyshellext.cpp | 308 HRESULT NotifyDragWindow(HWND hwnd) { in NotifyDragWindow() 329 HWND hwnd; in DragEnter() local
|
/external/swiftshader/src/D3D9/ |
D | D3D9.cpp | 105 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|