/third_party/weston/include/libweston/ |
D | libweston.h | 492 struct weston_view *focus; 501 struct weston_view *sprite; 600 struct weston_view *focus; 645 struct weston_view *view, 685 struct weston_view *view); 1237 struct weston_view { struct 1247 struct weston_view *parent_view; argument 1269 struct weston_view *parent; argument 1378 struct weston_view *view; 1568 weston_view_set_output(struct weston_view *view, struct weston_output *output); [all …]
|
/third_party/weston/desktop-shell/ |
D | shell.h | 70 struct weston_view *focus_prev; 71 struct weston_view *focus_current; 72 struct weston_view *clicked; 95 struct weston_view *view; 124 struct weston_view *view; 226 struct weston_view * 245 activate(struct desktop_shell *shell, struct weston_view *view,
|
D | shell.c | 102 struct weston_view *view; 123 struct weston_view *black_view; 247 struct weston_view * 251 struct weston_view *view; in get_default_view() 264 return container_of(surface->views.next, struct weston_view, surface_link); in get_default_view() 298 struct weston_view *view, in get_panel_size() 319 struct weston_view *view; in get_output_panel_size() 428 center_on_output(struct weston_view *view, 552 is_focus_view (struct weston_view *view) in is_focus_view() 645 struct weston_view *next; in focus_state_surface_destroy() [all …]
|
D | input-panel.c | 45 struct weston_view *view; 136 struct weston_view *view, *next; in hide_input_panels() 173 struct weston_view *view; in input_panel_committed()
|
/third_party/weston/libweston/ |
D | animation.c | 130 struct weston_view *view; 214 weston_view_animation_create(struct weston_view *view, in weston_view_animation_create() 272 struct weston_view *view = animation->view; in reset_alpha() 280 struct weston_view *es = animation->view; in zoom_frame() 301 weston_zoom_run(struct weston_view *view, float start, float stop, in weston_zoom_run() 334 weston_fade_run(struct weston_view *view, in weston_fade_run() 368 struct weston_view *back_view; in stable_fade_frame() 377 back_view = (struct weston_view *) animation->private; in stable_fade_frame() 385 weston_stable_fade_run(struct weston_view *front_view, float start, in weston_stable_fade_run() 386 struct weston_view *back_view, float end, in weston_stable_fade_run() [all …]
|
D | libweston-internal.h | 286 weston_view_to_global_fixed(struct weston_view *view, 290 weston_view_from_global_float(struct weston_view *view, 293 weston_view_is_opaque(struct weston_view *ev, pixman_region32_t *region); 296 weston_view_has_valid_buffer(struct weston_view *ev); 299 weston_view_matches_output_entirely(struct weston_view *ev, 302 weston_view_move_to_plane(struct weston_view *view,
|
D | spring-tool.c | 35 weston_view_geometry_dirty(struct weston_view *view) in weston_view_geometry_dirty() 46 weston_view_schedule_repaint(struct weston_view *view) in weston_view_schedule_repaint()
|
D | compositor.c | 328 WL_EXPORT struct weston_view * 331 struct weston_view *view; in weston_view_create() 593 weston_view_to_global_float(struct weston_view *view, in weston_view_to_global_float() 1023 weston_view_move_to_plane(struct weston_view *view, in weston_view_move_to_plane() 1051 weston_view_damage_below(struct weston_view *view) in weston_view_damage_below() 1225 struct weston_view *view = in notify_view_output_destroy() 1227 struct weston_view, output_destroy_listener); in notify_view_output_destroy() 1246 weston_view_set_output(struct weston_view *view, struct weston_output *output) in weston_view_set_output() 1277 struct weston_view *view; in weston_surface_assign_output() 1322 weston_view_assign_output(struct weston_view *ev) in weston_view_assign_output() [all …]
|
D | pixman-renderer.c | 140 struct weston_view *ev, in pixman_renderer_compute_transform() 163 view_transformation_is_translation(struct weston_view *view) in view_transformation_is_translation() 178 struct weston_view *view) in region_intersect_only_translation() 311 repaint_region(struct weston_view *ev, struct weston_output *output, in repaint_region() 380 draw_view_translated(struct weston_view *view, struct weston_output *output, in draw_view_translated() 431 draw_view_source_clipped(struct weston_view *view, in draw_view_source_clipped() 470 draw_view(struct weston_view *ev, struct weston_output *output, in draw_view() 516 struct weston_view *view; in repaint_surfaces()
|
D | tde-render-part.cpp | 158 typedef void(*weston_view_compute_global_region_func)(struct weston_view *view, 162 weston_view_compute_global_region(struct weston_view *view, in weston_view_compute_global_region() 201 weston_view_to_global_region(struct weston_view *view, in weston_view_to_global_region() 209 weston_view_from_global_region(struct weston_view *view, in weston_view_from_global_region() 241 static int tde_repaint_region(struct weston_view *ev, in tde_repaint_region() 640 int tde_repaint_region_hook(struct weston_view *ev, struct weston_output *output, in tde_repaint_region_hook()
|
D | tde-render-part.h | 48 int tde_repaint_region_hook(struct weston_view *ev, struct weston_output *output,
|
/third_party/weston/kiosk-shell/ |
D | util.h | 34 struct weston_view; 43 center_on_output(struct weston_view *view, struct weston_output *output); 45 struct weston_view *
|
D | kiosk-shell.h | 48 struct weston_view *view; 83 struct weston_view *background_view;
|
D | util.c | 112 center_on_output(struct weston_view *view, struct weston_output *output) in center_on_output() 135 struct weston_view * 141 struct weston_view *view; in create_colored_surface()
|
D | kiosk-shell.c | 288 struct weston_view *view; in kiosk_shell_surface_create() 565 static struct weston_view * 571 struct weston_view *top_view = NULL; in find_focus_successor() 572 struct weston_view *view; in find_focus_successor() 605 struct weston_view *focus_view; in desktop_surface_removed() 851 struct weston_view *view, in kiosk_shell_activate_view() 942 struct weston_view *view; in kiosk_shell_handle_output_resized() 964 struct weston_view *view; in kiosk_shell_handle_output_moved()
|
/third_party/weston/libweston/backend-drm/ |
D | drm-internal.h | 414 struct weston_view *ev; /**< maintained for drm_assign_planes only */ 512 struct weston_view *cursor_view; 592 drm_view_transform_supported(struct weston_view *ev, struct weston_output *output) in drm_view_transform_supported() 695 drm_fb_get_from_view(struct drm_output_state *state, struct weston_view *ev); 701 drm_fb_get_from_view(struct drm_output_state *state, struct weston_view *ev) in drm_fb_get_from_view() 760 struct weston_view *ev, uint64_t zpos);
|
D | state-propose.c | 167 drm_output_plane_cursor_has_valid_format(struct weston_view *ev) in drm_output_plane_cursor_has_valid_format() 181 struct weston_view *ev, in drm_output_prepare_overlay_view() 270 cursor_bo_update(struct drm_plane_state *plane_state, struct weston_view *ev) in cursor_bo_update() 302 struct weston_view *ev, uint64_t zpos) in drm_output_prepare_cursor_view() 399 struct weston_view *ev, uint64_t zpos) in drm_output_prepare_cursor_view() 407 struct weston_view *ev, in drm_output_prepare_scanout_view() 486 struct weston_view *ev, in drm_output_plane_view_has_valid_format() 508 struct weston_view *ev, in drm_output_try_view_on_plane() 637 struct weston_view *ev, in drm_output_prepare_plane_view() 770 struct weston_view *ev; in drm_output_propose_state() [all …]
|
/third_party/weston/libweston/backend-hdi/ |
D | hdi_backend.h | 55 weston_view *view; 66 weston_view *view;
|
D | hdi_renderer.cpp | 358 typedef void(*weston_view_compute_global_region_func)(struct weston_view *view, 361 void weston_view_compute_global_region(struct weston_view *view, in weston_view_compute_global_region() 399 void weston_view_to_global_region(struct weston_view *view, in weston_view_to_global_region() 406 void weston_view_from_global_region(struct weston_view *view, in weston_view_from_global_region() 417 struct weston_view *view) in hdi_renderer_repaint_output_calc_region() 492 pixman_region32_t *output_damage, struct weston_output *output, struct weston_view *view) in hdi_renderer_surface_state_calc_rect() 568 struct weston_view *view; in hdi_renderer_repaint_output()
|
/third_party/weston/clients/ |
D | cliptest.c | 68 struct weston_view { struct 77 weston_view_to_global_float(struct weston_view *view, in weston_view_to_global_float() argument 103 calculate_edges(struct weston_view *ev, pixman_box32_t *rect, in calculate_edges() 209 struct weston_view view; 252 draw_box(cairo_t *cr, pixman_box32_t *box, struct weston_view *view) in draw_box() 272 draw_geometry(cairo_t *cr, struct weston_view *view, in draw_geometry() 568 struct weston_view view; in benchmark()
|
/third_party/weston/include/libweston-desktop/ |
D | libweston-desktop.h | 144 struct weston_view * 147 weston_desktop_surface_unlink_view(struct weston_view *view);
|
/third_party/weston/tests/ |
D | weston-test-desktop-shell.c | 49 struct weston_view *background_view; 51 struct weston_view *view;
|
D | surface-test.c | 51 struct weston_view *view; in PLUGIN_TEST()
|
/third_party/weston/ivi-shell/ |
D | ivi-layout-shell.h | 38 struct weston_view;
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.h | 93 struct weston_view *bkgnd_view;
|