/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.h | 63 static LRESULT CALLBACK EditWndProc(HWND hWnd, 69 static LRESULT CALLBACK FindWndProc(HWND hWnd, 75 static LRESULT CALLBACK RootWndProc(HWND hWnd, 125 HWND hwnd_; 135 HWND back_hwnd_; 136 HWND forward_hwnd_; 137 HWND reload_hwnd_; 138 HWND stop_hwnd_; 141 HWND edit_hwnd_; 145 HWND find_hwnd_;
|
D | main_message_loop_multithreaded_win.h | 32 void SetCurrentModelessDialog(HWND hWndDialog) override; 36 static HWND CreateMessageWindow(HINSTANCE hInstance); 39 static LRESULT CALLBACK MessageWndProc(HWND hWnd, 50 HWND dialog_hwnd_; 55 HWND message_hwnd_;
|
D | window_test_runner_win.cc | 14 HWND GetRootHwnd(CefRefPtr<CefBrowser> browser) { in GetRootHwnd() 19 void Toggle(HWND root_hwnd, UINT nCmdShow) { in Toggle() 35 HWND root_hwnd = GetRootHwnd(browser); in SetPosImpl() 74 HWND root_hwnd = GetRootHwnd(browser); in MinimizeImpl() 81 HWND root_hwnd = GetRootHwnd(browser); in MaximizeImpl() 88 HWND root_hwnd = GetRootHwnd(browser); in RestoreImpl()
|
D | osr_window_win.h | 41 virtual void OnOsrNativeWindowCreated(HWND hwnd) = 0; 51 void CreateBrowser(HWND parent_hwnd, 60 void ShowPopup(HWND parent_hwnd, int x, int y, size_t width, size_t height); 78 void Create(HWND parent_hwnd, const RECT& rect); 81 void NotifyNativeWindowCreated(HWND hwnd); 84 static LRESULT CALLBACK OsrWndProc(HWND hWnd, 175 HWND hwnd_;
|
D | browser_window_std_win.cc | 61 HWND hwnd = GetWindowHandle(); in ShowPopup() 76 HWND hwnd = GetWindowHandle(); in Show() 84 HWND hwnd = GetWindowHandle(); in Hide() 96 HWND hwnd = GetWindowHandle(); in SetBounds()
|
/third_party/skia/tools/sk_app/win/ |
D | WindowContextFactory_win.h | 23 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND, const DisplayParams&); 25 std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&); 27 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND, const DisplayParams&); 30 std::unique_ptr<WindowContext> MakeD3D12ForWin(HWND, const DisplayParams&); 34 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND, const DisplayParams&); 37 std::unique_ptr<WindowContext> MakeRasterForWin(HWND, const DisplayParams&);
|
D | GLWindowContext_win.cpp | 25 std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&) { return nullptr; } in MakeGLForWin() argument 36 GLWindowContext_win(HWND, const DisplayParams&); 46 HWND fHWND; 52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() 138 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers() 140 ReleaseDC((HWND)fHWND, dc); in onSwapBuffers() 149 std::unique_ptr<WindowContext> MakeGLForWin(HWND wnd, const DisplayParams& params) { in MakeGLForWin()
|
D | DawnD3D12WindowContext_win.cpp | 19 DawnD3D12WindowContext(HWND hwnd, const DisplayParams& params); 27 HWND fWindow; 31 DawnD3D12WindowContext::DawnD3D12WindowContext(HWND hwnd, const DisplayParams& params) in DawnD3D12WindowContext() 60 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND hwnd, in MakeDawnD3D12ForWin()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferWin.hpp | 32 FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin); 39 virtual void flip(HWND windowOverride, sw::Surface *source) = 0; 40 …virtual void blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const Rect *de… 49 void updateBounds(HWND windowOverride); 51 HWND windowHandle; 57 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen,…
|
D | FrameBufferGDI.hpp | 25 FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin); 32 void flip(HWND windowOverride, sw::Surface *source) override; 33 …void blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const Rect *destRect) … 45 void init(HWND bitmapWindow); 50 HWND bitmapWindow;
|
D | FrameBufferWin.cpp | 19 …FrameBufferWin::FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool top… in FrameBufferWin() 37 void FrameBufferWin::updateBounds(HWND windowOverride) in updateBounds() 39 HWND window = windowOverride ? windowOverride : windowHandle; in updateBounds() 58 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen,… in createFrameBufferWin() 75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer()
|
D | FrameBufferDD.hpp | 27 FrameBufferDD(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin); 34 void flip(HWND windowOverride, sw::Surface *source) override; 35 …void blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const Rect *destRect) … 53 void updateClipper(HWND windowOverride);
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 25 std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&) { return nullptr; } in MakeGLForWin() argument 36 GLWindowContext_win(HWND, const DisplayParams&); 46 HWND fHWND; 52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() 138 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers() 140 ReleaseDC((HWND)fHWND, dc); in onSwapBuffers() 149 std::unique_ptr<WindowContext> MakeGLForWin(HWND wnd, const DisplayParams& params) { in MakeGLForWin()
|
D | WindowContextFactory_win.h | 23 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND, const DisplayParams&); 25 std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&); 27 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND, const DisplayParams&); 30 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND, const DisplayParams&); 33 std::unique_ptr<WindowContext> MakeRasterForWin(HWND, const DisplayParams&);
|
D | DawnD3D12WindowContext_win.cpp | 20 DawnD3D12WindowContext(HWND hwnd, const DisplayParams& params); 28 HWND fWindow; 32 DawnD3D12WindowContext::DawnD3D12WindowContext(HWND hwnd, const DisplayParams& params) in DawnD3D12WindowContext() 61 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND hwnd, in MakeDawnD3D12ForWin()
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | win32_window.h | 50 static LRESULT CALLBACK WndProc(HWND const window, 59 MessageHandler(HWND window, 67 HandleDpiChange(HWND hWnd, WPARAM wParam, LPARAM lParam); 106 HWND GetWindowHandle(); 113 static Win32Window* GetThisFromHandle(HWND const window) noexcept; 119 HWND window_handle_ = nullptr;
|
D | win32_dpi_helper.h | 26 BOOL EnableNonClientDpiScaling(HWND); 29 UINT GetDpiForWindow(HWND); 35 using EnableNonClientDpiScaling_ = BOOL __stdcall(HWND); 36 using GetDpiForWindow_ = UINT __stdcall(HWND);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowswindow.c | 49 HWND SDL_HelperWindow = NULL; 85 HWND hwnd = data->hwnd; in WIN_SetWindowPositionInternal() 88 HWND top; in WIN_SetWindowPositionInternal() 117 SetupWindowData(_THIS, SDL_Window * window, HWND hwnd, SDL_bool created) in SetupWindowData() 268 HWND hwnd; in WIN_CreateWindow() 341 HWND hwnd = (HWND) data; in WIN_CreateWindowFrom() 395 HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd; in WIN_SetWindowTitle() 404 HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd; in WIN_SetWindowIcon() 467 HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd; in WIN_ShowWindow() 474 HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd; in WIN_HideWindow() [all …]
|
D | SDL_windowsvideo.h | 90 typedef BOOL (*PFNSHFullScreen)(HWND, DWORD); 102 HWND hWnd; 136 BOOL (WINAPI *RegisterTouchWindow)( HWND, ULONG ); 149 HWND ime_hwnd_main; 150 HWND ime_hwnd_current;
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 17 bool CreateDeviceD3D(HWND hWnd); 20 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); 29 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX9 Example"), WS_OVERLAPPEDWINDO… in main() 173 bool CreateDeviceD3D(HWND hWnd) in CreateDeviceD3D() 209 extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LP… 212 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
D | main.cpp | 18 bool CreateDeviceD3D(HWND hWnd); 22 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); 31 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX11 Example"), WS_OVERLAPPEDWIND… in main() 167 bool CreateDeviceD3D(HWND hWnd) in CreateDeviceD3D() 219 extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LP… 222 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
D | main.cpp | 18 bool CreateDeviceD3D(HWND hWnd); 22 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); 31 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX10 Example"), WS_OVERLAPPEDWIND… in main() 166 bool CreateDeviceD3D(HWND hWnd) in CreateDeviceD3D() 215 extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LP… 218 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window_win32.cpp | 47 static LRESULT CALLBACK window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, 49 static LRESULT FAR PASCAL sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam, 78 HWND internal_hwnd; 79 HWND external_hwnd; 120 static void gst_d3d11_window_win32_destroy_internal_window (HWND hwnd); 121 static void gst_d3d11_window_win32_release_external_handle (HWND hwnd); 390 gst_d3d11_window_win32_destroy_internal_window (HWND hwnd) in gst_d3d11_window_win32_destroy_internal_window() 428 gst_d3d11_window_win32_release_external_handle (HWND hwnd) in gst_d3d11_window_win32_release_external_handle() 496 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, self); in gst_d3d11_window_win32_create_internal_window() 528 HWND hwnd = self->external_hwnd ? self->external_hwnd : self->internal_hwnd; in gst_d3d11_window_win32_change_fullscreen_mode_internal() [all …]
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_win32.cpp | 72 HWND hWnd; 73 HWND MouseHwnd; 118 bd->hWnd = (HWND)hwnd; in ImGui_ImplWin32_Init() 233 HWND focused_window = ::GetForegroundWindow(); in ImGui_ImplWin32_UpdateMousePos() 234 HWND hovered_window = bd->MouseHwnd; in ImGui_ImplWin32_UpdateMousePos() 235 HWND mouse_window = NULL; in ImGui_ImplWin32_UpdateMousePos() 357 extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LP… 359 IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP… in ImGui_ImplWin32_WndProcHandler() 572 HMONITOR monitor = ::MonitorFromWindow((HWND)hwnd, MONITOR_DEFAULTTONEAREST); in ImGui_ImplWin32_GetDpiScaleForHwnd() 605 ::DwmEnableBlurBehindWindow((HWND)hwnd, &bb); in ImGui_ImplWin32_EnableAlphaCompositing() [all …]
|
/third_party/cef/tests/shared/browser/ |
D | util_win.h | 20 void SetUserDataPtr(HWND hWnd, void* ptr); 24 T GetUserDataPtr(HWND hWnd) { in GetUserDataPtr() 29 WNDPROC SetWndProcPtr(HWND hWnd, WNDPROC wndProc);
|