/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandwindow.c | 36 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping() argument 39 wl_shell_surface_pong(shell_surface, serial); in handle_ping() 43 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure() argument 89 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done() argument 134 info->info.wl.shell_surface = data->shell_surface; in Wayland_GetWindowWMInfo() 151 wl_shell_surface_set_fullscreen(wind->shell_surface, in Wayland_ShowWindow() 155 wl_shell_surface_set_toplevel(wind->shell_surface); in Wayland_ShowWindow() 167 wl_shell_surface_set_fullscreen(wind->shell_surface, in Wayland_SetWindowFullscreen() 171 wl_shell_surface_set_toplevel(wind->shell_surface); in Wayland_SetWindowFullscreen() 181 wl_shell_surface_set_toplevel(wind->shell_surface); in Wayland_RestoreWindow() [all …]
|
D | SDL_waylandwindow.h | 38 struct wl_shell_surface *shell_surface; member
|
D | SDL_waylandevents.c | 159 wl_shell_surface_move(window_data->shell_surface, input->seat, serial); in ProcessHitTest() 170 …wl_shell_surface_resize(window_data->shell_surface, input->seat, serial, directions[rc - SDL_HITTE… in ProcessHitTest()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/ |
D | gstvkwindow_wayland.c | 63 handle_ping (void *data, struct wl_shell_surface *shell_surface, in handle_ping() argument 70 wl_shell_surface_pong (shell_surface, serial); in handle_ping() 78 handle_configure (void *data, struct wl_shell_surface *shell_surface, in handle_configure() argument 84 shell_surface, width, height); in handle_configure() 90 handle_popup_done (void *data, struct wl_shell_surface *shell_surface) in handle_popup_done() argument 105 if (window_wl->shell_surface) { in destroy_surfaces() 106 wl_shell_surface_destroy (window_wl->shell_surface); in destroy_surfaces() 107 window_wl->shell_surface = NULL; in destroy_surfaces() 129 if (!window_wl->shell_surface) { in create_surfaces() 130 window_wl->shell_surface = in create_surfaces() [all …]
|
D | gstvkwindow_wayland.h | 54 struct wl_shell_surface *shell_surface; member
|
/third_party/weston/clients/ |
D | simple-touch.c | 56 struct wl_shell_surface *shell_surface; member 244 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping() argument 247 wl_shell_surface_pong(shell_surface, serial); in handle_ping() 251 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure() argument 257 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done() argument 327 touch->shell_surface = wl_shell_get_shell_surface(touch->shell, in touch_create() 331 if (touch->shell_surface) { in touch_create() 332 wl_shell_surface_add_listener(touch->shell_surface, in touch_create() 334 wl_shell_surface_set_toplevel(touch->shell_surface); in touch_create() 338 wl_shell_surface_set_title(touch->shell_surface, "simple-touch"); in touch_create()
|
D | multi-resource.c | 75 struct wl_shell_surface *shell_surface; member 119 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping() argument 122 wl_shell_surface_pong(shell_surface, serial); in handle_ping() 126 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure() argument 132 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done() argument 152 window->shell_surface = wl_shell_get_shell_surface(display->shell, in create_window() 155 if (window->shell_surface) in create_window() 156 wl_shell_surface_add_listener(window->shell_surface, in create_window() 159 wl_shell_surface_set_title(window->shell_surface, "simple-shm"); in create_window() 161 wl_shell_surface_set_toplevel(window->shell_surface); in create_window() [all …]
|
/third_party/flutter/glfw/src/ |
D | wl_window.c | 223 window->wl.shell_surface = wl_shell_get_shell_surface(_glfw.wl.shell, in createShellSurface() 225 if (!window->wl.shell_surface) in createShellSurface() 228 wl_shell_surface_add_listener(window->wl.shell_surface, in createShellSurface() 233 wl_shell_surface_set_title(window->wl.shell_surface, window->wl.title); in createShellSurface() 238 window->wl.shell_surface, in createShellSurface() 245 wl_shell_surface_set_maximized(window->wl.shell_surface, NULL); in createShellSurface() 249 wl_shell_surface_set_toplevel(window->wl.shell_surface); in createShellSurface() 414 window->wl.shell_surface = NULL; in _glfwPlatformCreateWindow() 446 if (window->wl.shell_surface) in _glfwPlatformDestroyWindow() 447 wl_shell_surface_destroy(window->wl.shell_surface); in _glfwPlatformDestroyWindow() [all …]
|
D | wl_platform.h | 86 struct wl_shell_surface* shell_surface; member
|
/third_party/weston/desktop-shell/ |
D | shell.c | 98 struct shell_surface { struct 151 struct shell_surface *shsurf; argument 157 struct shell_surface *shsurf; 195 shell_surface_get_shell(struct shell_surface *shsurf); 198 set_busy_cursor(struct shell_surface *shsurf, struct weston_pointer *pointer); 201 surface_rotate(struct shell_surface *surface, struct weston_pointer *pointer); 218 shell_surface_update_child_surface_layers(struct shell_surface *shsurf); 250 struct shell_surface *shsurf; in get_default_view() 270 struct shell_surface *shsurf, in shell_grab_start() 394 struct shell_surface *shsurf, in shell_touch_grab_start() [all …]
|
D | shell.h | 229 struct shell_surface *
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 112 struct wl_shell_surface *shell_surface; member 687 if (output->parent.shell_surface) { in wayland_backend_destroy_output_surface() 688 wl_shell_surface_destroy(output->parent.shell_surface); in wayland_backend_destroy_output_surface() 689 output->parent.shell_surface = NULL; in wayland_backend_destroy_output_surface() 923 } else if (output->parent.shell_surface) { in wayland_output_set_windowed() 924 wl_shell_surface_set_toplevel(output->parent.shell_surface); in wayland_output_set_windowed() 946 } else if (output->parent.shell_surface) { in wayland_output_set_fullscreen() 947 wl_shell_surface_set_fullscreen(output->parent.shell_surface, in wayland_output_set_fullscreen() 1075 if (output->parent.xdg_surface || output->parent.shell_surface || !b->parent.fshell) in wayland_output_switch_mode() 1217 output->parent.shell_surface = in wayland_backend_create_output_surface() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_syswm.h | 255 … struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 288 static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) in handle_ping() argument 290 wl_shell_surface_pong(shell_surface, serial); in handle_ping() 294 wl_shell_surface *shell_surface, in handle_configure() argument 300 static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {} in handle_popup_done() argument 479 info.shell_surface = wl_shell_get_shell_surface(info.shell, info.window); in init_window() 480 if (!info.shell_surface) in init_window() 487 wl_shell_surface_add_listener(info.shell_surface, &shell_surface_listener, &info); in init_window() 488 wl_shell_surface_set_toplevel(info.shell_surface); in init_window() 493 wl_shell_surface_destroy(info.shell_surface); in destroy_window()
|
D | vulkan_command_buffer_utils.h | 140 wl_shell_surface *shell_surface;
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 296 static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) in handle_ping() argument 298 wl_shell_surface_pong(shell_surface, serial); in handle_ping() 302 wl_shell_surface *shell_surface, in handle_configure() argument 308 static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {} in handle_popup_done() argument 487 info.shell_surface = wl_shell_get_shell_surface(info.shell, info.window); in init_window() 488 if (!info.shell_surface) in init_window() 495 wl_shell_surface_add_listener(info.shell_surface, &shell_surface_listener, &info); in init_window() 496 wl_shell_surface_set_toplevel(info.shell_surface); in init_window() 501 wl_shell_surface_destroy(info.shell_surface); in destroy_window()
|
D | vulkan_command_buffer_utils.h | 140 wl_shell_surface *shell_surface;
|
/third_party/weston/include/libweston/ |
D | libweston.h | 75 struct shell_surface;
|