Home
last modified time | relevance | path

Searched refs:weston_desktop_surface_get_implementation_data (Results 1 – 6 of 6) sorted by relevance

/third_party/weston/libweston-desktop/
Dwl-shell.c221 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_wl_shell_surface_protocol_move()
240 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_wl_shell_surface_protocol_resize()
257 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_wl_shell_surface_protocol_set_toplevel()
279 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_wl_shell_surface_protocol_set_transient()
307 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_wl_shell_surface_protocol_set_fullscreen()
335 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_wl_shell_surface_protocol_set_popup()
362 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_wl_shell_surface_protocol_set_maximized()
Dxdg-shell-v6.c328 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_parent()
372 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_show_window_menu()
399 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_move()
426 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_resize()
460 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_min_size()
474 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_max_size()
487 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_maximized()
500 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_unset_maximized()
514 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_fullscreen()
532 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_unset_fullscreen()
[all …]
Dxdg-shell.c346 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_parent()
390 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_show_window_menu()
417 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_move()
444 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_resize()
478 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_min_size()
492 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_max_size()
505 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_maximized()
518 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_unset_maximized()
532 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_set_fullscreen()
550 weston_desktop_surface_get_implementation_data(dsurface); in weston_desktop_xdg_toplevel_protocol_unset_fullscreen()
[all …]
Dclient.c185 weston_desktop_surface_get_implementation_data(surface); in weston_desktop_client_ping()
Dinternal.h180 weston_desktop_surface_get_implementation_data(struct weston_desktop_surface *surface);
Dsurface.c553 weston_desktop_surface_get_implementation_data(struct weston_desktop_surface *surface) in weston_desktop_surface_get_implementation_data() function