/third_party/cef/include/views/ |
D | cef_window_delegate.h | 56 virtual void OnWindowCreated(CefRefPtr<CefWindow> window) {} in OnWindowCreated() 64 virtual void OnWindowDestroyed(CefRefPtr<CefWindow> window) {} in OnWindowDestroyed() 75 virtual CefRefPtr<CefWindow> GetParentWindow(CefRefPtr<CefWindow> window, in GetParentWindow() 90 virtual CefRect GetInitialBounds(CefRefPtr<CefWindow> window) { in GetInitialBounds() 98 virtual cef_show_state_t GetInitialShowState(CefRefPtr<CefWindow> window) { in GetInitialShowState() 108 virtual bool IsFrameless(CefRefPtr<CefWindow> window) { return false; } in IsFrameless() 114 virtual bool CanResize(CefRefPtr<CefWindow> window) { return true; } in CanResize() 120 virtual bool CanMaximize(CefRefPtr<CefWindow> window) { return true; } in CanMaximize() 126 virtual bool CanMinimize(CefRefPtr<CefWindow> window) { return true; } in CanMinimize() 133 virtual bool CanClose(CefRefPtr<CefWindow> window) { return true; } in CanClose() [all …]
|
/third_party/glfw/src/ |
D | window.c | 41 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) in _glfwInputWindowFocus() 71 void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) in _glfwInputWindowPos() 77 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize() 83 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) in _glfwInputWindowIconify() 89 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize() 95 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage() 101 void _glfwInputWindowCloseRequest(_GLFWwindow* window) in _glfwInputWindowCloseRequest() 109 void _glfwInputWindowMonitorChange(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitorChange() 127 _GLFWwindow* window; in glfwCreateWindow() local 378 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwDestroyWindow() local [all …]
|
D | wl_window.c | 57 _GLFWwindow* window = data; in handleConfigure() local 100 static void checkScaleChange(_GLFWwindow* window) in checkScaleChange() 135 _GLFWwindow* window = data; in handleEnter() local 155 _GLFWwindow* window = data; in handleLeave() local 178 static void setOpaqueRegion(_GLFWwindow* window) in setOpaqueRegion() 192 static GLFWbool createSurface(_GLFWwindow* window, in createSurface() 221 static GLFWbool createShellSurface(_GLFWwindow* window) in createShellSurface() 283 _GLFWwindow* window = _glfw.windowListHead; in handleEvents() local 386 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow() 427 void _glfwPlatformDestroyWindow(_GLFWwindow* window) in _glfwPlatformDestroyWindow() [all …]
|
D | input.c | 42 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods) in _glfwInputKey() 67 void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mods, GLFWbool plain) in _glfwInputChar() 82 void _glfwInputScroll(_GLFWwindow* window, double xoffset, double yoffset) in _glfwInputScroll() 88 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods) in _glfwInputMouseClick() 103 void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) in _glfwInputCursorPos() 115 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) in _glfwInputCursorEnter() 121 void _glfwInputDrop(_GLFWwindow* window, int count, const char** paths) in _glfwInputDrop() 152 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetInputMode() local 173 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetInputMode() local 261 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetKey() local [all …]
|
D | win32_window.c | 41 static DWORD getWindowStyle(const _GLFWwindow* window) in getWindowStyle() 65 static DWORD getWindowExStyle(const _GLFWwindow* window) in getWindowExStyle() 195 static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) in applyAspectRatio() 223 static void centerCursor(_GLFWwindow* window) in centerCursor() 232 static GLFWbool cursorInClientArea(_GLFWwindow* window) in cursorInClientArea() 252 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage() 267 static void updateClipRect(_GLFWwindow* window) in updateClipRect() 393 static GLFWbool acquireMonitor(_GLFWwindow* window) in acquireMonitor() 414 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor() 428 _GLFWwindow* window = GetPropW(hWnd, L"GLFW"); in windowProc() local [all …]
|
D | mir_window.c | 38 _GLFWwindow* window; member 141 static void handleKeyEvent(const MirKeyboardEvent* key_event, _GLFWwindow* window) in handleKeyEvent() 159 static void handlePointerButton(_GLFWwindow* window, in handlePointerButton() 201 static void handlePointerMotion(_GLFWwindow* window, in handlePointerMotion() 217 _GLFWwindow* window) in handlePointerEvent() 241 static void handleInput(const MirInputEvent* input_event, _GLFWwindow* window) in handleInput() 258 static void handleEvent(const MirEvent* event, _GLFWwindow* window) in handleEvent() 277 static GLFWbool createSurface(_GLFWwindow* window) in createSurface() 349 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow() 391 void _glfwPlatformDestroyWindow(_GLFWwindow* window) in _glfwPlatformDestroyWindow() [all …]
|
D | x11_window.c | 98 static GLFWbool waitForVisibilityNotify(_GLFWwindow* window) in waitForVisibilityNotify() 117 static int getWindowState(_GLFWwindow* window) in getWindowState() 150 _GLFWwindow* window = (_GLFWwindow*) pointer; in isFrameExtentsEvent() local 213 _GLFWwindow* window; in findWindowByHandle() local 228 static void sendEventToWM(_GLFWwindow* window, Atom type, in sendEventToWM() 252 static void updateNormalHints(_GLFWwindow* window, int width, int height) in updateNormalHints() 301 static void updateWindowMode(_GLFWwindow* window) in updateWindowMode() 439 static void centerCursor(_GLFWwindow* window) in centerCursor() 448 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage() 466 static GLFWbool createNativeWindow(_GLFWwindow* window, in createNativeWindow() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | gstglwindow_wayland_egl.h | 59 struct window *window; member 66 struct window { struct 78 struct wl_egl_window *native; argument 83 int window_width, window_height; argument 85 int window_x, window_y; argument 94 struct window window; argument
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglwindow.c | 148 gst_gl_window_default_open (GstGLWindow * window, GError ** error) in gst_gl_window_default_open() 156 gst_gl_window_default_close (GstGLWindow * window) in gst_gl_window_default_close() 174 gst_gl_window_init (GstGLWindow * window) in gst_gl_window_init() 287 GstGLWindow *window = NULL; in gst_gl_window_new() local 354 GstGLWindow *window = GST_GL_WINDOW (object); in gst_gl_window_finalize() local 378 GstGLWindow *window; member 435 gst_gl_window_set_window_handle (GstGLWindow * window, guintptr handle) in gst_gl_window_set_window_handle() 460 GstGLWindow *window = GST_GL_WINDOW (data); in draw_cb() local 479 gst_gl_window_default_draw (GstGLWindow * window) in gst_gl_window_default_draw() 493 gst_gl_window_draw (GstGLWindow * window) in gst_gl_window_draw() [all …]
|
/third_party/mesa3d/src/android_stub/ |
D | nativewindow_stub.cpp | 41 ANativeWindow_acquire(ANativeWindow *window) in ANativeWindow_acquire() 46 ANativeWindow_release(ANativeWindow *window) in ANativeWindow_release() 51 ANativeWindow_getFormat(ANativeWindow *window) in ANativeWindow_getFormat() 57 ANativeWindow_setSwapInterval(ANativeWindow *window, int interval) in ANativeWindow_setSwapInterval() 63 ANativeWindow_query(const ANativeWindow *window, in ANativeWindow_query() 71 ANativeWindow_dequeueBuffer(ANativeWindow *window, in ANativeWindow_dequeueBuffer() 79 ANativeWindow_queueBuffer(ANativeWindow *window, in ANativeWindow_queueBuffer() 86 int ANativeWindow_cancelBuffer(ANativeWindow* window, in ANativeWindow_cancelBuffer() 93 ANativeWindow_setUsage(ANativeWindow *window, uint64_t usage) in ANativeWindow_setUsage() 99 ANativeWindow_setSharedBufferMode(ANativeWindow *window, in ANativeWindow_setSharedBufferMode()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkwindow.c | 68 #define GET_PRIV(window) gst_vulkan_window_get_instance_private (window) argument 128 gst_vulkan_window_default_open (GstVulkanWindow * window, GError ** error) in gst_vulkan_window_default_open() 134 gst_vulkan_window_default_close (GstVulkanWindow * window) in gst_vulkan_window_default_close() 154 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_set_property() local 170 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_get_property() local 183 gst_vulkan_window_init (GstVulkanWindow * window) in gst_vulkan_window_init() 262 GstVulkanWindow *window = NULL; in gst_vulkan_window_new() local 311 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_finalize() local 327 gst_vulkan_window_get_display (GstVulkanWindow * window) in gst_vulkan_window_get_display() 345 gst_vulkan_window_get_surface (GstVulkanWindow * window, GError ** error) in gst_vulkan_window_get_surface() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/ |
D | gstglwindow_viv_fb_egl.c | 77 gst_gl_window_viv_fb_egl_init (GstGLWindowVivFBEGL * window) in gst_gl_window_viv_fb_egl_init() 85 GstGLWindowVivFBEGL *window; in gst_gl_window_viv_fb_egl_new() local 99 gst_gl_window_viv_fb_egl_close (GstGLWindow * window) in gst_gl_window_viv_fb_egl_close() 112 gst_gl_window_viv_fb_egl_get_display (GstGLWindow * window) in gst_gl_window_viv_fb_egl_get_display() 118 gst_gl_window_viv_fb_egl_open (GstGLWindow * window, GError ** error) in gst_gl_window_viv_fb_egl_open() 155 gst_gl_window_viv_fb_egl_get_window_handle (GstGLWindow * window) in gst_gl_window_viv_fb_egl_get_window_handle() 161 gst_gl_window_viv_fb_egl_set_window_handle (GstGLWindow * window, in gst_gl_window_viv_fb_egl_set_window_handle() 180 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local 212 gst_gl_window_viv_fb_egl_draw (GstGLWindow * window) in gst_gl_window_viv_fb_egl_draw() 248 GstGLWindow *window = GST_GL_WINDOW (window_egl); in _set_render_rectangle() local [all …]
|
/third_party/cef/tests/ceftests/views/ |
D | window_unittest.cc | 50 void RunWindowShow(CefRefPtr<CefWindow> window) { in RunWindowShow() 65 void RunWindowShowHide(CefRefPtr<CefWindow> window) { in RunWindowShowHide() 129 void RunWindowLayoutAndCoords(CefRefPtr<CefWindow> window) { in RunWindowLayoutAndCoords() 218 void VerifyRestore(CefRefPtr<CefWindow> window) { in VerifyRestore() 229 void VerifyMaximize(CefRefPtr<CefWindow> window) { in VerifyMaximize() 241 void RunWindowMaximize(CefRefPtr<CefWindow> window) { in RunWindowMaximize() 270 void VerifyMinimize(CefRefPtr<CefWindow> window) { in VerifyMinimize() 285 void RunWindowMinimize(CefRefPtr<CefWindow> window) { in RunWindowMinimize() 314 void VerifyFullscreenExit(CefRefPtr<CefWindow> window) { in VerifyFullscreenExit() 325 void VerifyFullscreen(CefRefPtr<CefWindow> window) { in VerifyFullscreen() [all …]
|
D | test_window_delegate.cc | 48 void TestWindowDelegate::OnWindowCreated(CefRefPtr<CefWindow> window) { in OnWindowCreated() 123 void TestWindowDelegate::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() 141 bool TestWindowDelegate::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() 145 CefRect TestWindowDelegate::GetInitialBounds(CefRefPtr<CefWindow> window) { in GetInitialBounds() 161 bool TestWindowDelegate::OnAccelerator(CefRefPtr<CefWindow> window, in OnAccelerator() 168 bool TestWindowDelegate::OnKeyEvent(CefRefPtr<CefWindow> window, in OnKeyEvent() 197 CefRefPtr<CefWindow> window = window_; in OnCloseWindow() local
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlwindow.c | 51 GstWlWindow *window = data; in handle_xdg_toplevel_close() local 61 GstWlWindow *window = data; in handle_xdg_toplevel_configure() local 92 GstWlWindow *window = data; in handle_xdg_surface_configure() local 116 GstWlWindow *window = data; in handle_configure() local 194 GstWlWindow *window; in gst_wl_window_new_internal() local 236 gst_wl_window_ensure_fullscreen (GstWlWindow * window, gboolean fullscreen) in gst_wl_window_ensure_fullscreen() 259 GstWlWindow *window; in gst_wl_window_new_toplevel() local 345 GstWlWindow *window; in gst_wl_window_new_in_surface() local 366 gst_wl_window_get_display (GstWlWindow * window) in gst_wl_window_get_display() 374 gst_wl_window_get_wl_surface (GstWlWindow * window) in gst_wl_window_get_wl_surface() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/ |
D | gstglwindow_android_egl.c | 65 gst_gl_window_android_egl_init (GstGLWindowAndroidEGL * window) in gst_gl_window_android_egl_init() 73 GstGLWindowAndroidEGL *window; in gst_gl_window_android_egl_new() local 88 gst_gl_window_android_egl_set_window_handle (GstGLWindow * window, in gst_gl_window_android_egl_set_window_handle() 97 gst_gl_window_android_egl_get_window_handle (GstGLWindow * window) in gst_gl_window_android_egl_get_window_handle() 108 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local 137 gst_gl_window_android_egl_draw (GstGLWindow * window) in gst_gl_window_android_egl_draw() 143 gst_gl_window_android_egl_get_display (GstGLWindow * window) in gst_gl_window_android_egl_get_display()
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowBindingElement.ts | 49 window: Window; property 53 let window = {} as Window; variable 64 window: Window; property 68 let window = {} as Window; variable 79 window: Window; property 83 let window = {} as Window; variable
|
/third_party/glfw/tests/ |
D | events.c | 50 GLFWwindow* window; member 269 static void window_pos_callback(GLFWwindow* window, int x, int y) in window_pos_callback() 276 static void window_size_callback(GLFWwindow* window, int width, int height) in window_size_callback() 283 static void framebuffer_size_callback(GLFWwindow* window, int width, int height) in framebuffer_size_callback() 292 static void window_close_callback(GLFWwindow* window) in window_close_callback() 301 static void window_refresh_callback(GLFWwindow* window) in window_refresh_callback() 312 static void window_focus_callback(GLFWwindow* window, int focused) in window_focus_callback() 320 static void window_iconify_callback(GLFWwindow* window, int iconified) in window_iconify_callback() 328 static void mouse_button_callback(GLFWwindow* window, int button, int action, int mods) in mouse_button_callback() 338 static void cursor_position_callback(GLFWwindow* window, double x, double y) in cursor_position_callback() [all …]
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.h | 45 ANativeWindow_acquire(struct ANativeWindow *window) in ANativeWindow_acquire() 51 ANativeWindow_release(struct ANativeWindow *window) in ANativeWindow_release() 57 ANativeWindow_getFormat(struct ANativeWindow *window) in ANativeWindow_getFormat() 65 ANativeWindow_dequeueBuffer(struct ANativeWindow *window, in ANativeWindow_dequeueBuffer() 73 ANativeWindow_queueBuffer(struct ANativeWindow *window, in ANativeWindow_queueBuffer() 81 ANativeWindow_cancelBuffer(struct ANativeWindow *window, in ANativeWindow_cancelBuffer() 89 ANativeWindow_setUsage(struct ANativeWindow *window, uint64_t usage) in ANativeWindow_setUsage() 95 ANativeWindow_setSharedBufferMode(struct ANativeWindow *window, in ANativeWindow_setSharedBufferMode() 102 ANativeWindow_setSwapInterval(struct ANativeWindow *window, int interval) in ANativeWindow_setSwapInterval() 108 ANativeWindow_query(const struct ANativeWindow *window, in ANativeWindow_query()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | PbufferTest.cpp | 58 EGLWindow *window = getEGLWindow(); in testSetUp() local 100 EGLWindow *window = getEGLWindow(); in testTearDown() local 107 EGLWindow *window = getEGLWindow(); in recreatePbufferInSrgbColorspace() local 147 EGLWindow *window = getEGLWindow(); in TEST_P() local 182 EGLWindow *window = getEGLWindow(); in TEST_P() local 234 EGLWindow *window = getEGLWindow(); in TEST_P() local 306 EGLWindow *window = getEGLWindow(); in TEST_P() local 414 EGLWindow *window = getEGLWindow(); in TEST_P() local 438 EGLWindow *window = getEGLWindow(); in TEST_P() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglwindow_x11.c | 123 gst_gl_window_x11_init (GstGLWindowX11 * window) in gst_gl_window_x11_init() 132 GstGLWindowX11 *window; in gst_gl_window_x11_new() local 148 gst_gl_window_x11_open (GstGLWindow * window, GError ** error) in gst_gl_window_x11_open() 265 gst_gl_window_x11_close (GstGLWindow * window) in gst_gl_window_x11_close() 290 gst_gl_window_x11_set_window_handle (GstGLWindow * window, guintptr id) in gst_gl_window_x11_set_window_handle() 364 gst_gl_window_x11_set_render_rectangle (GstGLWindow * window, in gst_gl_window_x11_set_render_rectangle() 385 gst_gl_window_x11_get_window_handle (GstGLWindow * window) in gst_gl_window_x11_get_window_handle() 395 gst_gl_window_x11_set_preferred_size (GstGLWindow * window, gint width, in gst_gl_window_x11_set_preferred_size() 405 _show_window (GstGLWindow * window) in _show_window() 426 gst_gl_window_x11_show (GstGLWindow * window) in gst_gl_window_x11_show() [all …]
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | window_delegate_ctocpp.cc | 23 void CefWindowDelegateCToCpp::OnWindowCreated(CefRefPtr<CefWindow> window) { in OnWindowCreated() 42 void CefWindowDelegateCToCpp::OnWindowDestroyed(CefRefPtr<CefWindow> window) { in OnWindowDestroyed() 62 CefRefPtr<CefWindow> window, in GetParentWindow() 108 CefRect CefWindowDelegateCToCpp::GetInitialBounds(CefRefPtr<CefWindow> window) { in GetInitialBounds() 132 CefRefPtr<CefWindow> window) { in GetInitialShowState() 155 bool CefWindowDelegateCToCpp::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() 177 bool CefWindowDelegateCToCpp::CanResize(CefRefPtr<CefWindow> window) { in CanResize() 199 bool CefWindowDelegateCToCpp::CanMaximize(CefRefPtr<CefWindow> window) { in CanMaximize() 221 bool CefWindowDelegateCToCpp::CanMinimize(CefRefPtr<CefWindow> window) { in CanMinimize() 243 bool CefWindowDelegateCToCpp::CanClose(CefRefPtr<CefWindow> window) { in CanClose() [all …]
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | window_delegate_cpptoc.cc | 26 cef_window_t* window) { in window_delegate_on_window_created() 46 cef_window_t* window) { in window_delegate_on_window_destroyed() 66 cef_window_t* window, in window_delegate_get_parent_window() 113 cef_window_t* window) { in window_delegate_get_initial_bounds() 136 cef_window_t* window) { in window_delegate_get_initial_show_state() 160 cef_window_t* window) { in window_delegate_is_frameless() 182 cef_window_t* window) { in window_delegate_can_resize() 205 cef_window_t* window) { in window_delegate_can_maximize() 228 cef_window_t* window) { in window_delegate_can_minimize() 250 cef_window_t* window) { in window_delegate_can_close() [all …]
|
/third_party/skia/third_party/externals/angle2/samples/multi_window/ |
D | MultiWindow.cpp | 59 window window; in initialize() local 81 for (auto &window : mWindows) in initialize() local 100 for (auto &window : mWindows) in step() local 116 OSWindow *window = windowRecord.osWindow; in draw() local 133 OSWindow *window = windowRecord.osWindow; in draw() local 185 struct window struct in MultiWindowSample 187 OSWindow *osWindow; 188 EGLSurface surface;
|
/third_party/lzma/CPP/7zip/UI/Explorer/ |
D | MyMessages.cpp | 14 void ShowErrorMessage(HWND window, LPCWSTR message) in ShowErrorMessage() 19 void ShowErrorMessageHwndRes(HWND window, UINT resID) in ShowErrorMessageHwndRes() 29 static void ShowErrorMessageDWORD(HWND window, DWORD errorCode) in ShowErrorMessageDWORD() 34 void ShowLastErrorMessage(HWND window) in ShowLastErrorMessage()
|