Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dcompositor.c326 weston_surface_to_subsurface(struct weston_surface *surface);
3834 struct weston_subsurface *sub = weston_surface_to_subsurface(surface); in surface_commit()
4161 sub = weston_surface_to_subsurface(sub->parent); in weston_subsurface_is_synchronized()
4270 weston_surface_to_subsurface(struct weston_surface *surface) in weston_surface_to_subsurface() function
4283 while (surface && (sub = weston_surface_to_subsurface(surface))) in weston_surface_get_main_surface()
4680 assert(weston_surface_to_subsurface(sub->surface) == sub); in weston_subsurface_destroy()
4793 if (weston_surface_to_subsurface(surface)) { in subcompositor_get_subsurface()