Home
last modified time | relevance | path

Searched refs:weston_surface (Results 1 – 25 of 55) sorted by relevance

123

/third_party/weston/ivi-shell/
Divi-shell.c59 struct weston_surface *surface;
75 ivi_shell_surface_committed(struct weston_surface *, int32_t, int32_t);
78 get_ivi_shell_surface(struct weston_surface *surface) in get_ivi_shell_surface()
93 shell_get_ivi_layout_surface(struct weston_surface *surface) in shell_get_ivi_layout_surface()
105 shell_surface_send_configure(struct weston_surface *surface, in shell_surface_send_configure()
119 ivi_shell_surface_committed(struct weston_surface *surface, in ivi_shell_surface_committed()
142 ivi_shell_surface_get_label(struct weston_surface *surface, in ivi_shell_surface_get_label()
250 struct weston_surface *weston_surface = in application_surface_create() local
254 if (weston_surface_set_role(weston_surface, "ivi_surface", in application_surface_create()
258 layout_surface = ivi_layout_surface_create(weston_surface, id_surface); in application_surface_create()
[all …]
Divi-layout-shell.h39 struct weston_surface;
47 ivi_layout_desktop_surface_create(struct weston_surface *wl_surface);
54 ivi_layout_surface_create(struct weston_surface *wl_surface,
Divi-shell.h47 shell_surface_send_configure(struct weston_surface *surface,
53 shell_get_ivi_layout_surface(struct weston_surface *surface);
Divi-layout-export.h311 struct weston_surface *
572 int32_t (*surface_dump)(struct weston_surface *surface,
584 (*get_surface)(struct weston_surface *surface);
612 (*surface_create)(struct weston_surface *wl_surface,
/third_party/weston/include/libweston/
Dlibweston.h73 struct weston_surface;
659 struct weston_surface *surface);
713 struct weston_surface *icon,
737 struct weston_surface *focus;
789 struct weston_surface *saved_kbd_focus;
896 void (*flush_damage)(struct weston_surface *surface);
897 void (*attach)(struct weston_surface *es, struct weston_buffer *buffer);
898 void (*surface_set_color)(struct weston_surface *surface,
905 void (*surface_get_content_size)(struct weston_surface *surface,
909 int (*surface_copy_content)(struct weston_surface *surface,
[all …]
Dxwayland-api.h144 (*is_xwayland_surface)(struct weston_surface *surface);
152 (*send_position)(struct weston_surface *surface, int32_t x, int32_t y);
/third_party/weston/desktop-shell/
Dshell.h94 struct weston_surface *surface;
117 struct weston_surface *panel_surface;
120 struct weston_surface *background_surface;
153 struct weston_surface *grab_surface;
171 struct weston_surface *surface;
175 struct weston_surface *lock_surface;
227 get_default_view(struct weston_surface *surface);
230 get_shell_surface(struct weston_surface *surface);
Dinput-panel.c44 struct weston_surface *surface;
67 struct weston_surface *focus; in show_input_panel_surface()
110 shell->text_input.surface = (struct weston_surface*)data; in show_input_panels()
163 input_panel_get_label(struct weston_surface *surface, char *buf, size_t len) in input_panel_get_label()
169 input_panel_committed(struct weston_surface *surface, int32_t sx, int32_t sy) in input_panel_committed()
212 get_input_panel_surface(struct weston_surface *surface) in get_input_panel_surface()
237 struct weston_surface *surface) in create_input_panel_surface()
317 struct weston_surface *surface = in input_panel_get_input_panel_surface()
Dshell.c54 struct weston_surface *keyboard_focus;
186 struct weston_surface *focused_surface;
221 shell_surface_get_label(struct weston_surface *surface, char *buf, size_t len) in shell_surface_get_label()
248 get_default_view(struct weston_surface *surface) in get_default_view()
524 focus_surface_get_label(struct weston_surface *surface, char *buf, size_t len) in focus_surface_get_label()
532 focus_surface_committed(struct weston_surface *es, int32_t sx, int32_t sy) in focus_surface_committed()
537 get_focus_surface(struct weston_surface *surface) in get_focus_surface()
546 is_focus_surface (struct weston_surface *es) in is_focus_surface()
562 struct weston_surface *surface = NULL; in create_focus_surface()
644 struct weston_surface *main_surface; in focus_state_surface_destroy()
[all …]
/third_party/weston/xwayland/
Dxwayland-internal-interface.h33 void (*send_configure)(struct weston_surface *surface, int32_t width, int32_t height);
38 struct weston_surface *surface,
44 struct weston_surface *parent);
46 struct weston_surface *parent, int x, int y);
/third_party/weston/libweston/renderer-mix/
Dmix_renderer.cpp42 mix_renderer_attach(struct weston_surface *surface, in mix_renderer_attach()
68 mix_renderer_flush_damage(struct weston_surface *surface) in mix_renderer_flush_damage()
125 mix_renderer_surface_set_color(struct weston_surface *surface, in mix_renderer_surface_set_color()
137 mix_renderer_surface_get_content_size(struct weston_surface *surface, in mix_renderer_surface_get_content_size()
144 mix_renderer_surface_copy_content(struct weston_surface *surface, in mix_renderer_surface_copy_content()
/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c71 struct weston_surface *surface;
80 struct weston_surface *surface;
99 struct weston_surface *surface;
124 replace_default_surface(struct fullscreen_shell *shell, struct weston_surface *surface, in replace_default_surface()
225 black_surface_committed(struct weston_surface *es, int32_t sx, int32_t sy) in black_surface_committed()
233 struct weston_surface *surface = NULL; in create_black_surface()
263 fs_output_set_surface(struct fs_output *fsout, struct weston_surface *surface,
314 configure_presented_surface(struct weston_surface *surface, int32_t sx,
380 surface_subsurfaces_boundingbox(struct weston_surface *surface, int32_t *x, in surface_subsurfaces_boundingbox()
461 fs_output_configure(struct fs_output *fsout, struct weston_surface *surface);
[all …]
/third_party/weston/libweston/
Dlibweston-internal.h248 struct weston_surface *icon,
259 weston_surface_to_buffer_float(struct weston_surface *surface,
262 weston_surface_to_buffer_rect(struct weston_surface *surface,
266 weston_surface_to_buffer_region(struct weston_surface *surface,
270 weston_surface_schedule_repaint(struct weston_surface *surface);
Dlinux-explicit-synchronization.c51 struct weston_surface *surface = in destroy_linux_surface_synchronization()
72 struct weston_surface *surface = wl_resource_get_user_data(resource); in linux_surface_synchronization_set_acquire_fence()
111 struct weston_surface *surface = in linux_surface_synchronization_get_release()
180 struct weston_surface *surface = in linux_explicit_synchronization_get_synchronization()
Dnoop-renderer.c50 noop_renderer_flush_damage(struct weston_surface *surface) in noop_renderer_flush_damage()
55 noop_renderer_attach(struct weston_surface *es, struct weston_buffer *buffer) in noop_renderer_attach()
93 noop_renderer_surface_set_color(struct weston_surface *surface, in noop_renderer_surface_set_color()
Dcompositor.c326 weston_surface_to_subsurface(struct weston_surface *surface);
329 weston_view_create(struct weston_surface *surface) in weston_view_create()
536 WL_EXPORT struct weston_surface *
539 struct weston_surface *surface; in weston_surface_create()
585 weston_surface_set_color(struct weston_surface *surface, in weston_surface_set_color()
900 viewport_surface_to_buffer(struct weston_surface *surface, in viewport_surface_to_buffer()
930 weston_surface_to_buffer_float(struct weston_surface *surface, in weston_surface_to_buffer_float()
963 weston_surface_to_buffer_rect(struct weston_surface *surface, in weston_surface_to_buffer_rect()
1000 weston_surface_to_buffer_region(struct weston_surface *surface, in weston_surface_to_buffer_region()
1076 weston_surface_send_enter_leave(struct weston_surface *surface, in weston_surface_send_enter_leave()
[all …]
Dpixman-renderer-protected.h40 struct weston_surface *surface;
63 struct pixman_surface_state * get_surface_state(struct weston_surface *surface);
Dpixman-renderer.c44 pixman_renderer_create_surface(struct weston_surface *surface);
53 pixman_renderer_create_surface(struct weston_surface *surface);
56 get_surface_state(struct weston_surface *surface) in get_surface_state()
383 struct weston_surface *surface = view->surface; in draw_view_translated()
435 struct weston_surface *surface = view->surface; in draw_view_source_clipped()
588 pixman_renderer_flush_damage(struct weston_surface *surface) in pixman_renderer_flush_damage()
611 pixman_renderer_attach(struct weston_surface *es, struct weston_buffer *buffer) in pixman_renderer_attach()
733 pixman_renderer_create_surface(struct weston_surface *surface) in pixman_renderer_create_surface()
762 pixman_renderer_surface_set_color(struct weston_surface *es, in pixman_renderer_surface_set_color()
801 pixman_renderer_surface_get_content_size(struct weston_surface *surface, in pixman_renderer_surface_get_content_size()
[all …]
Dtimeline.c207 struct weston_surface *surface) in weston_timeline_subscription_surface_ensure()
270 struct weston_surface *s, in check_weston_surface_description()
274 struct weston_surface *mains; in check_weston_surface_description()
308 struct weston_surface *surface = obj; in emit_weston_surface()
Ddata-device.c414 struct weston_surface *es, in drag_surface_configure()
454 pointer_drag_surface_get_label(struct weston_surface *surface, in pointer_drag_surface_get_label()
461 pointer_drag_surface_committed(struct weston_surface *es, in pointer_drag_surface_committed()
473 touch_drag_surface_get_label(struct weston_surface *surface, in touch_drag_surface_get_label()
480 touch_drag_surface_committed(struct weston_surface *es, int32_t sx, int32_t sy) in touch_drag_surface_committed()
913 struct weston_surface *icon, in weston_pointer_start_drag()
975 struct weston_surface *icon, in weston_touch_start_drag()
1034 struct weston_surface *origin = wl_resource_get_user_data(origin_resource); in data_device_start_drag()
1036 struct weston_surface *icon = NULL; in data_device_start_drag()
1087 struct weston_surface *focus = NULL; in destroy_selection_data_source()
[all …]
/third_party/weston/include/libweston-desktop/
Dlibweston-desktop.h137 weston_surface_is_desktop_surface(struct weston_surface *surface);
139 weston_surface_get_desktop_surface(struct weston_surface *surface);
175 struct weston_surface *
/third_party/weston/kiosk-shell/
Dutil.c80 surface_subsurfaces_boundingbox(struct weston_surface *surface, int32_t *x, in surface_subsurfaces_boundingbox()
131 colored_surface_committed(struct weston_surface *es, int32_t sx, int32_t sy) in colored_surface_committed()
140 struct weston_surface *surface = NULL; in create_colored_surface()
/third_party/weston/libweston-desktop/
Dxwayland.c75 struct weston_surface *wsurface; in weston_desktop_xwayland_surface_change_state()
172 struct weston_surface *wsurface = in weston_desktop_xwayland_surface_set_size()
236 struct weston_surface *wsurface, in create_surface()
288 struct weston_surface *wparent) in set_parent()
301 struct weston_surface *wparent, int x, int y) in set_transient()
Dwl-shell.c68 struct weston_surface *wsurface = in weston_desktop_wl_shell_surface_set_size()
98 struct weston_surface *wsurface = in weston_desktop_wl_shell_surface_committed()
275 struct weston_surface *wparent = in weston_desktop_wl_shell_surface_protocol_set_transient()
331 struct weston_surface *parent = in weston_desktop_wl_shell_surface_protocol_set_popup()
436 struct weston_surface *wsurface = wl_resource_get_user_data(surface_resource); in weston_desktop_wl_shell_protocol_get_shell_surface()
/third_party/weston/libweston/backend-hdi/
Dhdi_renderer.cpp61 struct weston_surface *surface;
90 struct hdi_surface_state * get_surface_state(struct weston_surface *surface) in get_surface_state()
236 int hdi_renderer_create_surface_state(struct weston_surface *surface) in hdi_renderer_create_surface_state()
256 void hdi_renderer_attach(struct weston_surface *surface, in hdi_renderer_attach()
298 void hdi_renderer_flush_damage(struct weston_surface *surface) in hdi_renderer_flush_damage()
657 void hdi_renderer_surface_set_color(struct weston_surface *surface, in hdi_renderer_surface_set_color()
663 void hdi_renderer_surface_get_content_size(struct weston_surface *surface, in hdi_renderer_surface_get_content_size()
686 int hdi_renderer_surface_copy_content(struct weston_surface *surface, in hdi_renderer_surface_copy_content()

123