Lines Matching refs:output_list
516 if (wl_list_empty(&compositor->output_list)) in get_default_output()
519 return container_of(compositor->output_list.next, in get_default_output()
1178 output = container_of(shell->compositor->output_list.next, in animate_workspace_change()
3017 wl_list_for_each(shell_output, &shell->output_list, link) { in find_shell_output_from_weston_output()
3534 wl_list_for_each(output, &compositor->output_list, link) { in do_zoom()
4098 wl_list_for_each(shell_output, &shell->output_list, link) { in shell_fade()
4141 wl_list_for_each(shell_output, &shell->output_list, link) { in do_shell_fade_startup()
4155 wl_list_for_each(shell_output, &shell->output_list, link) { in shell_fade_startup()
4193 wl_list_for_each(shell_output, &shell->output_list, link) { in shell_fade_init()
4313 wl_list_for_each(output, &compositor->output_list, link) { in weston_view_set_initial_position()
4798 if (wl_list_empty(&ec->output_list)) in shell_reposition_view_on_output_change()
4808 wl_list_for_each(output, &ec->output_list, link) { in shell_reposition_view_on_output_change()
4817 first_output = container_of(ec->output_list.next, in shell_reposition_view_on_output_change()
4926 wl_list_insert(shell->output_list.prev, &shell_output->link); in create_shell_output()
4928 if (wl_list_length(&shell->output_list) == 1) in create_shell_output()
4978 wl_list_init(&shell->output_list); in setup_output_destroy_handler()
4979 wl_list_for_each(output, &ec->output_list, link) in setup_output_destroy_handler()
5016 wl_list_for_each_safe(shell_output, tmp, &shell->output_list, link) { in shell_destroy()