• Home
  • Raw
  • Download

Lines Matching refs:weston_surface

59 	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()
292 wl_signal_add(&weston_surface->destroy_signal, in application_surface_create()
295 ivisurf->surface = weston_surface; in application_surface_create()
297 weston_surface->committed = ivi_shell_surface_committed; in application_surface_create()
298 weston_surface->committed_private = ivisurf; in application_surface_create()
299 weston_surface_set_label_func(weston_surface, in application_surface_create()
407 struct weston_surface *focus = focus_view->surface; in activate_binding()
408 struct weston_surface *main_surface = in activate_binding()
483 struct weston_surface *weston_surf = in desktop_surface_added()
528 struct weston_surface *weston_surf = in desktop_surface_committed()