Home
last modified time | relevance | path

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

/third_party/weston/libweston-desktop/
Dsurface.c361 struct weston_view *wview; in weston_desktop_surface_create_desktop_view() local
364 wview = weston_view_create(surface->surface); in weston_desktop_surface_create_desktop_view()
365 if (wview == NULL) { in weston_desktop_surface_create_desktop_view()
378 view->view = wview; in weston_desktop_surface_create_desktop_view()
412 weston_desktop_surface_unlink_view(struct weston_view *wview) in weston_desktop_surface_unlink_view() argument
417 if (!weston_surface_is_desktop_surface(wview->surface)) in weston_desktop_surface_unlink_view()
420 surface = weston_surface_get_desktop_surface(wview->surface); in weston_desktop_surface_unlink_view()
422 if (view->view == wview) { in weston_desktop_surface_unlink_view()