| /third_party/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 | 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()
|
| /third_party/skia/third_party/externals/icu/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()
|
| /third_party/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()
|
| /third_party/skia/third_party/externals/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,
|
| /third_party/ffmpeg/libavdevice/ |
| D | gdigrab.c | 57 HWND hwnd; /**< Handle of the window for the grab */ member 87 gdigrab_region_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) in gdigrab_region_wnd_proc() 124 HWND hwnd; in gdigrab_region_wnd_init() local 208 HWND hwnd = gdigrab->region_hwnd; in gdigrab_region_wnd_update() local 227 HWND hwnd; in gdigrab_read_header() local 472 HWND hwnd = gdigrab->hwnd; in paint_mouse_pointer() local
|
| D | vfwcap.c | 45 HWND hwnd; member 178 static LRESULT CALLBACK videostream_cb(HWND hwnd, LPVIDEOHDR vdhdr) in videostream_cb()
|
| /third_party/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
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| D | Win32SurfaceKHR.hpp | 51 const HWND hwnd; member in vk::Win32SurfaceKHR
|
| D | Win32SurfaceKHR.cpp | 23 VkResult getWindowSize(HWND hwnd, VkExtent2D &windowSize) in getWindowSize()
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| D | stw_framebuffer.c | 54 stw_framebuffer_from_hwnd_locked(HWND hwnd) in stw_framebuffer_from_hwnd_locked() 422 HWND hwnd; in stw_framebuffer_from_hdc_locked() local 458 stw_framebuffer_from_hwnd(HWND hwnd) in stw_framebuffer_from_hwnd()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | main.cpp | 22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
| /third_party/lame/dshow/ |
| D | aboutprp.cpp | 163 BOOL CMAEAbout::OnReceiveMessage( HWND hwnd in OnReceiveMessage()
|
| D | PropPage_adv.cpp | 159 BOOL CMpegAudEncPropertyPageAdv::OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in OnReceiveMessage()
|
| D | PropPage.cpp | 206 BOOL CMpegAudEncPropertyPage::OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in OnReceiveMessage()
|
| /third_party/python/Lib/ctypes/test/ |
| D | test_funcptr.py | 48 def wndproc(hwnd, msg, wParam, lParam): argument
|
| /third_party/lzma/CPP/Windows/Control/ |
| D | Dialog.cpp | 125 static bool GetWorkAreaRect(RECT *rect, HWND hwnd) in GetWorkAreaRect() 162 bool IsDialogSizeOK(int xSize, int ySize, HWND hwnd) in IsDialogSizeOK()
|
| D | ListView.cpp | 107 static LRESULT APIENTRY ListViewSubclassProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in ListViewSubclassProc()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | global_state.cpp | 257 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
| /third_party/lzma/CPP/Windows/ |
| D | Shell.cpp | 661 static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc() 757 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2()
|
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| D | rpng-win.c | 695 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) in rpng_win_wndproc()
|