Home
last modified time | relevance | path

Searched refs:stage_window (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/clutter/clutter-1.26.4/clutter/wayland/
H A Dclutter-stage-wayland.c112 clutter_stage_window_parent_iface->realize (stage_window); in clutter_stage_wayland_realize()
135 clutter_stage_wayland_show (ClutterStageWindow *stage_window, in clutter_stage_wayland_show() argument
197 _clutter_stage_window_redraw (stage_window); in clutter_stage_wayland_set_fullscreen()
228 _clutter_stage_window_redraw (stage_window); in clutter_stage_wayland_resize()
283 if (!CLUTTER_IS_STAGE_WAYLAND (stage_window)) in clutter_wayland_stage_get_wl_shell_surface()
286 stage_wayland = CLUTTER_STAGE_WAYLAND (stage_window); in clutter_wayland_stage_get_wl_shell_surface()
311 if (!CLUTTER_IS_STAGE_WAYLAND (stage_window)) in clutter_wayland_stage_get_wl_surface()
314 stage_wayland = CLUTTER_STAGE_WAYLAND (stage_window); in clutter_wayland_stage_get_wl_surface()
344 if (!CLUTTER_IS_STAGE_WAYLAND (stage_window)) in clutter_wayland_stage_set_wl_surface()
347 stage_cogl = CLUTTER_STAGE_COGL (stage_window); in clutter_wayland_stage_set_wl_surface()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-stage-window.h37 ClutterActor *(* get_wrapper) (ClutterStageWindow *stage_window);
39 void (* set_title) (ClutterStageWindow *stage_window,
41 void (* set_fullscreen) (ClutterStageWindow *stage_window,
43 void (* set_cursor_visible) (ClutterStageWindow *stage_window,
45 void (* set_user_resizable) (ClutterStageWindow *stage_window,
48 gboolean (* realize) (ClutterStageWindow *stage_window);
49 void (* unrealize) (ClutterStageWindow *stage_window);
51 void (* show) (ClutterStageWindow *stage_window,
55 void (* resize) (ClutterStageWindow *stage_window,
58 void (* get_geometry) (ClutterStageWindow *stage_window,
[all …]
H A Dclutter-stage.c321 ClutterStageWindow *stage_window; in queue_full_redraw() local
333 if (stage_window == NULL) in queue_full_redraw()
1227 ClutterStageWindow *stage_window; in clutter_stage_real_queue_redraw() local
1240 if (stage_window == NULL) in clutter_stage_real_queue_redraw()
3580 stage->priv->impl = stage_window; in _clutter_stage_set_window()
3789 ClutterStageWindow *stage_window; in _clutter_stage_schedule_update() local
3795 if (stage_window == NULL) in _clutter_stage_schedule_update()
3806 ClutterStageWindow *stage_window; in _clutter_stage_get_update_time() local
3812 if (stage_window == NULL) in _clutter_stage_get_update_time()
3824 if (stage_window) in _clutter_stage_clear_update_time()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-stage-window.h38 ClutterActor *(* get_wrapper) (ClutterStageWindow *stage_window);
40 void (* set_title) (ClutterStageWindow *stage_window,
42 void (* set_fullscreen) (ClutterStageWindow *stage_window,
44 void (* set_cursor_visible) (ClutterStageWindow *stage_window,
46 void (* set_user_resizable) (ClutterStageWindow *stage_window,
49 gboolean (* realize) (ClutterStageWindow *stage_window);
50 void (* unrealize) (ClutterStageWindow *stage_window);
52 void (* show) (ClutterStageWindow *stage_window,
56 void (* resize) (ClutterStageWindow *stage_window,
59 void (* get_geometry) (ClutterStageWindow *stage_window,
[all …]
H A Dclutter-stage.c322 ClutterStageWindow *stage_window; in queue_full_redraw() local
334 if (stage_window == NULL) in queue_full_redraw()
1298 ClutterStageWindow *stage_window; in clutter_stage_real_queue_redraw() local
1311 if (stage_window == NULL) in clutter_stage_real_queue_redraw()
3793 stage->priv->impl = stage_window; in _clutter_stage_set_window()
4002 ClutterStageWindow *stage_window; in _clutter_stage_schedule_update() local
4008 if (stage_window == NULL) in _clutter_stage_schedule_update()
4019 ClutterStageWindow *stage_window; in _clutter_stage_get_update_time() local
4025 if (stage_window == NULL) in _clutter_stage_get_update_time()
4037 if (stage_window) in _clutter_stage_clear_update_time()
[all …]
H A Dclutter-backend.c741 ClutterStageWindow *stage_window; in _clutter_backend_create_stage() local
748 stage_window = klass->create_stage (backend, wrapper, error); in _clutter_backend_create_stage()
750 stage_window = NULL; in _clutter_backend_create_stage()
752 if (stage_window == NULL) in _clutter_backend_create_stage()
755 g_assert (CLUTTER_IS_STAGE_WINDOW (stage_window)); in _clutter_backend_create_stage()
757 return stage_window; in _clutter_backend_create_stage()
/dports/graphics/clutter/clutter-1.26.4/clutter/mir/
H A Dclutter-stage-mir.c62 clutter_stage_mir_realize (ClutterStageWindow *stage_window) in clutter_stage_mir_realize() argument
64 ClutterStageMir *stage_mir = CLUTTER_STAGE_MIR (stage_window); in clutter_stage_mir_realize()
68 if (!clutter_stage_window_parent_iface->realize (stage_window)) in clutter_stage_mir_realize()
88 clutter_stage_mir_set_fullscreen (stage_window, TRUE); in clutter_stage_mir_realize()
101 clutter_stage_mir_show (ClutterStageWindow *stage_window, in clutter_stage_mir_show() argument
112 clutter_stage_mir_hide (ClutterStageWindow *stage_window) in clutter_stage_mir_hide() argument
174 clutter_stage_mir_resize (ClutterStageWindow *stage_window, in clutter_stage_mir_resize() argument
239 if (!CLUTTER_IS_STAGE_COGL (stage_window)) in clutter_mir_stage_get_mir_surface()
242 stage_cogl = CLUTTER_STAGE_COGL (stage_window); in clutter_mir_stage_get_mir_surface()
273 if (!CLUTTER_IS_STAGE_MIR (stage_window)) in clutter_mir_stage_set_mir_surface()
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-stage-window.h29 ClutterActor *(* get_wrapper) (ClutterStageWindow *stage_window);
31 void (* set_title) (ClutterStageWindow *stage_window,
34 gboolean (* realize) (ClutterStageWindow *stage_window);
35 void (* unrealize) (ClutterStageWindow *stage_window);
37 void (* show) (ClutterStageWindow *stage_window,
39 void (* hide) (ClutterStageWindow *stage_window);
41 void (* resize) (ClutterStageWindow *stage_window,
44 void (* get_geometry) (ClutterStageWindow *stage_window,
47 void (* redraw_view) (ClutterStageWindow *stage_window,
55 void (* prepare_frame) (ClutterStageWindow *stage_window,
[all …]
H A Dclutter-backend.c79 if (backend->stage_window) in clutter_backend_dispose()
81 g_object_remove_weak_pointer (G_OBJECT (backend->stage_window), in clutter_backend_dispose()
83 backend->stage_window = NULL; in clutter_backend_dispose()
541 ClutterStageWindow *stage_window; in _clutter_backend_create_stage() local
550 stage_window = NULL; in _clutter_backend_create_stage()
552 if (stage_window == NULL) in _clutter_backend_create_stage()
555 g_assert (CLUTTER_IS_STAGE_WINDOW (stage_window)); in _clutter_backend_create_stage()
557 backend->stage_window = stage_window; in _clutter_backend_create_stage()
558 g_object_add_weak_pointer (G_OBJECT (backend->stage_window), in _clutter_backend_create_stage()
561 return stage_window; in _clutter_backend_create_stage()
[all …]
H A Dclutter-stage.c257 ClutterStageWindow *stage_window; in queue_full_redraw() local
268 stage_window = _clutter_stage_get_window (stage); in queue_full_redraw()
269 if (stage_window == NULL) in queue_full_redraw()
2474 stage->priv->impl = stage_window; in _clutter_stage_set_window()
2637 ClutterStageWindow *stage_window; in clutter_stage_schedule_update() local
2643 stage_window = _clutter_stage_get_window (stage); in clutter_stage_schedule_update()
2644 if (stage_window == NULL) in clutter_stage_schedule_update()
2782 ClutterStageWindow *stage_window; in add_to_stage_clip() local
2790 stage_window = _clutter_stage_get_window (stage); in add_to_stage_clip()
2791 if (stage_window == NULL) in add_to_stage_clip()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/cogl/
H A Dclutter-stage-cogl.c65 clutter_stage_cogl_unrealize (ClutterStageWindow *stage_window) in clutter_stage_cogl_unrealize() argument
67 ClutterStageCogl *stage_cogl = CLUTTER_STAGE_COGL (stage_window); in clutter_stage_cogl_unrealize()
125 clutter_stage_cogl_realize (ClutterStageWindow *stage_window) in clutter_stage_cogl_realize() argument
243 clutter_stage_cogl_get_wrapper (ClutterStageWindow *stage_window) in clutter_stage_cogl_get_wrapper() argument
249 clutter_stage_cogl_show (ClutterStageWindow *stage_window, in clutter_stage_cogl_show() argument
258 clutter_stage_cogl_hide (ClutterStageWindow *stage_window) in clutter_stage_cogl_hide() argument
296 clutter_stage_cogl_resize (ClutterStageWindow *stage_window, in clutter_stage_cogl_resize() argument
356 if (clutter_stage_cogl_ignoring_redraw_clips (stage_window)) in clutter_stage_cogl_add_redraw_clip()
414 clutter_stage_cogl_redraw (ClutterStageWindow *stage_window) in clutter_stage_cogl_redraw() argument
439 _clutter_stage_window_get_geometry (stage_window, &geom); in clutter_stage_cogl_redraw()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/gdk/
H A Dclutter-stage-gdk.c124 ClutterStageGdk *stage_gdk = CLUTTER_STAGE_GDK (stage_window); in clutter_stage_gdk_get_geometry()
141 clutter_stage_gdk_resize (ClutterStageWindow *stage_window, in clutter_stage_gdk_resize() argument
145 ClutterStageGdk *stage_gdk = CLUTTER_STAGE_GDK (stage_window); in clutter_stage_gdk_resize()
176 clutter_stage_gdk_unrealize (ClutterStageWindow *stage_window) in clutter_stage_gdk_unrealize() argument
178 ClutterStageGdk *stage_gdk = CLUTTER_STAGE_GDK (stage_window); in clutter_stage_gdk_unrealize()
220 clutter_stage_window_parent_iface->unrealize (stage_window); in clutter_stage_gdk_unrealize()
319 clutter_stage_gdk_realize (ClutterStageWindow *stage_window) in clutter_stage_gdk_realize() argument
594 clutter_stage_gdk_show (ClutterStageWindow *stage_window, in clutter_stage_gdk_show() argument
619 clutter_stage_gdk_hide (ClutterStageWindow *stage_window) in clutter_stage_gdk_hide() argument
661 clutter_stage_gdk_redraw (ClutterStageWindow *stage_window) in clutter_stage_gdk_redraw() argument
[all …]
H A Dclutter-master-clock-gdk.c400 ClutterStageWindow *stage_window; in clutter_master_clock_gdk_listen_to_stage() local
404 stage_window = _clutter_stage_get_window (stage); in clutter_master_clock_gdk_listen_to_stage()
405 if (stage_window == NULL) in clutter_master_clock_gdk_listen_to_stage()
411 stage_window_gdk = CLUTTER_STAGE_GDK (stage_window); in clutter_master_clock_gdk_listen_to_stage()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/cogl/
H A Dclutter-stage-cogl.c83 clutter_stage_cogl_unrealize (ClutterStageWindow *stage_window) in clutter_stage_cogl_unrealize() argument
130 clutter_stage_cogl_realize (ClutterStageWindow *stage_window) in clutter_stage_cogl_realize() argument
135 G_OBJECT_TYPE_NAME (stage_window), in clutter_stage_cogl_realize()
136 stage_window); in clutter_stage_cogl_realize()
257 clutter_stage_cogl_show (ClutterStageWindow *stage_window, in clutter_stage_cogl_show() argument
266 clutter_stage_cogl_hide (ClutterStageWindow *stage_window) in clutter_stage_cogl_hide() argument
274 clutter_stage_cogl_resize (ClutterStageWindow *stage_window, in clutter_stage_cogl_resize() argument
395 swap_framebuffer (ClutterStageWindow *stage_window, in swap_framebuffer() argument
885 return swap_framebuffer (stage_window, in clutter_stage_cogl_redraw_view()
897 clutter_stage_cogl_redraw (ClutterStageWindow *stage_window) in clutter_stage_cogl_redraw() argument
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/osx/
H A Dclutter-stage-osx.c329 ClutterStageOSX *self = CLUTTER_STAGE_OSX (stage_window); in clutter_stage_osx_realize()
379 ClutterStageOSX *self = CLUTTER_STAGE_OSX (stage_window); in clutter_stage_osx_unrealize()
399 clutter_stage_osx_show (ClutterStageWindow *stage_window, in clutter_stage_osx_show() argument
402 ClutterStageOSX *self = CLUTTER_STAGE_OSX (stage_window); in clutter_stage_osx_show()
410 clutter_stage_osx_realize (stage_window); in clutter_stage_osx_show()
461 clutter_stage_osx_hide (ClutterStageWindow *stage_window) in clutter_stage_osx_hide() argument
463 ClutterStageOSX *self = CLUTTER_STAGE_OSX (stage_window); in clutter_stage_osx_hide()
485 ClutterStageOSX *self = CLUTTER_STAGE_OSX (stage_window); in clutter_stage_osx_get_geometry()
494 clutter_stage_osx_resize (ClutterStageWindow *stage_window, in clutter_stage_osx_resize() argument
498 ClutterStageOSX *self = CLUTTER_STAGE_OSX (stage_window); in clutter_stage_osx_resize()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/win32/
H A Dclutter-stage-win32.c61 clutter_stage_win32_show (ClutterStageWindow *stage_window, in clutter_stage_win32_show() argument
64 ClutterStageWin32 *stage_win32 = CLUTTER_STAGE_WIN32 (stage_window); in clutter_stage_win32_show()
78 clutter_stage_win32_hide (ClutterStageWindow *stage_window) in clutter_stage_win32_hide() argument
183 clutter_stage_win32_resize (ClutterStageWindow *stage_window, in clutter_stage_win32_resize() argument
218 clutter_stage_win32_set_title (ClutterStageWindow *stage_window, in clutter_stage_win32_set_title() argument
314 HWND hwnd = CLUTTER_STAGE_WIN32 (stage_window)->hwnd; in clutter_stage_win32_set_user_resize()
319 get_window_style (CLUTTER_STAGE_WIN32 (stage_window)) in clutter_stage_win32_set_user_resize()
347 HWND hwnd = CLUTTER_STAGE_WIN32 (stage_window)->hwnd; in clutter_stage_win32_set_fullscreen()
426 clutter_stage_win32_realize (ClutterStageWindow *stage_window) in clutter_stage_win32_realize() argument
551 clutter_stage_win32_unrealize (ClutterStageWindow *stage_window) in clutter_stage_win32_unrealize() argument
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-stage-impl.c66 meta_stage_impl_unrealize (ClutterStageWindow *stage_window) in meta_stage_impl_unrealize() argument
72 meta_stage_impl_realize (ClutterStageWindow *stage_window) in meta_stage_impl_realize() argument
78 G_OBJECT_TYPE_NAME (stage_window), in meta_stage_impl_realize()
79 stage_window); in meta_stage_impl_realize()
109 meta_stage_impl_show (ClutterStageWindow *stage_window, in meta_stage_impl_show() argument
118 meta_stage_impl_hide (ClutterStageWindow *stage_window) in meta_stage_impl_hide() argument
126 meta_stage_impl_resize (ClutterStageWindow *stage_window, in meta_stage_impl_resize() argument
133 paint_damage_region (ClutterStageWindow *stage_window, in paint_damage_region() argument
203 swap_framebuffer (ClutterStageWindow *stage_window, in swap_framebuffer() argument
608 paint_damage_region (stage_window, stage_view, in meta_stage_impl_redraw_view_primary()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/x11/
H A Dclutter-stage-x11.c244 clutter_stage_x11_resize (ClutterStageWindow *stage_window, in clutter_stage_x11_resize() argument
589 ClutterStageWindow *stage_window = user_data; in stage_events_device_added() local
618 ClutterStageWindow *stage_window; in clutter_stage_x11_update_sync_state() local
625 stage_x11 = CLUTTER_STAGE_X11 (stage_window); in clutter_stage_x11_update_sync_state()
637 clutter_stage_x11_realize (ClutterStageWindow *stage_window) in clutter_stage_x11_realize() argument
741 stage_window); in clutter_stage_x11_realize()
753 clutter_stage_x11_set_fullscreen (stage_window, TRUE); in clutter_stage_x11_realize()
843 clutter_stage_x11_show (ClutterStageWindow *stage_window, in clutter_stage_x11_show() argument
884 clutter_stage_x11_hide (ClutterStageWindow *stage_window) in clutter_stage_x11_hide() argument
916 ensure_legacy_view (ClutterStageWindow *stage_window) in ensure_legacy_view() argument
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/backends/x11/nested/
H A Dmeta-stage-x11-nested.c62 meta_stage_x11_nested_resize (ClutterStageWindow *stage_window, in meta_stage_x11_nested_resize() argument
77 clutter_stage_window_parent_iface->resize (stage_window, width, height); in meta_stage_x11_nested_resize()
81 meta_stage_x11_nested_can_clip_redraws (ClutterStageWindow *stage_window) in meta_stage_x11_nested_can_clip_redraws() argument
87 meta_stage_x11_nested_get_views (ClutterStageWindow *stage_window) in meta_stage_x11_nested_get_views() argument
161 meta_stage_x11_nested_finish_frame (ClutterStageWindow *stage_window, in meta_stage_x11_nested_finish_frame() argument
165 MetaStageX11Nested *stage_nested = META_STAGE_X11_NESTED (stage_window); in meta_stage_x11_nested_finish_frame()
166 MetaStageX11 *stage_x11 = META_STAGE_X11 (stage_window); in meta_stage_x11_nested_finish_frame()
207 meta_stage_x11_nested_unrealize (ClutterStageWindow *stage_window) in meta_stage_x11_nested_unrealize() argument
209 MetaStageX11Nested *stage_nested = META_STAGE_X11_NESTED (stage_window); in meta_stage_x11_nested_unrealize()
213 clutter_stage_window_parent_iface->unrealize (stage_window); in meta_stage_x11_nested_unrealize()
/dports/x11-wm/mutter/mutter-41.1/src/backends/x11/
H A Dmeta-stage-x11.c135 MetaStageX11 *stage_x11 = META_STAGE_X11 (stage_window); in meta_stage_x11_get_geometry()
143 meta_stage_x11_resize (ClutterStageWindow *stage_window, in meta_stage_x11_resize() argument
147 MetaStageX11 *stage_x11 = META_STAGE_X11 (stage_window); in meta_stage_x11_resize()
246 meta_stage_x11_unrealize (ClutterStageWindow *stage_window) in meta_stage_x11_unrealize() argument
248 MetaStageX11 *stage_x11 = META_STAGE_X11 (stage_window); in meta_stage_x11_unrealize()
294 meta_stage_x11_realize (ClutterStageWindow *stage_window) in meta_stage_x11_realize() argument
296 MetaStageX11 *stage_x11 = META_STAGE_X11 (stage_window); in meta_stage_x11_realize()
381 MetaStageX11 *stage_x11 = META_STAGE_X11 (stage_window); in meta_stage_x11_set_title()
424 meta_stage_x11_show (ClutterStageWindow *stage_window, in meta_stage_x11_show() argument
427 MetaStageX11 *stage_x11 = META_STAGE_X11 (stage_window); in meta_stage_x11_show()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/x11/
H A Dclutter-stage-x11.c202 ClutterStageX11 *stage_x11 = CLUTTER_STAGE_X11 (stage_window); in clutter_stage_x11_get_geometry()
230 clutter_stage_x11_resize (ClutterStageWindow *stage_window, in clutter_stage_x11_resize() argument
234 ClutterStageX11 *stage_x11 = CLUTTER_STAGE_X11 (stage_window); in clutter_stage_x11_resize()
404 clutter_stage_x11_unrealize (ClutterStageWindow *stage_window) in clutter_stage_x11_unrealize() argument
432 clutter_stage_window_parent_iface->unrealize (stage_window); in clutter_stage_x11_unrealize()
581 ClutterStageWindow *stage_window = user_data; in stage_events_device_added() local
590 clutter_stage_x11_realize (ClutterStageWindow *stage_window) in clutter_stage_x11_realize() argument
677 stage_window); in clutter_stage_x11_realize()
689 clutter_stage_x11_set_fullscreen (stage_window, TRUE); in clutter_stage_x11_realize()
779 clutter_stage_x11_show (ClutterStageWindow *stage_window, in clutter_stage_x11_show() argument
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-stage-native.c71 meta_stage_native_can_clip_redraws (ClutterStageWindow *stage_window) in meta_stage_native_can_clip_redraws() argument
77 meta_stage_native_get_geometry (ClutterStageWindow *stage_window, in meta_stage_native_get_geometry() argument
104 meta_stage_native_get_views (ClutterStageWindow *stage_window) in meta_stage_native_get_views() argument
113 meta_stage_native_prepare_frame (ClutterStageWindow *stage_window, in meta_stage_native_prepare_frame() argument
133 meta_stage_native_redraw_view (ClutterStageWindow *stage_window, in meta_stage_native_redraw_view() argument
139 clutter_stage_window_parent_iface->redraw_view (stage_window, view, frame); in meta_stage_native_redraw_view()
151 meta_stage_native_finish_frame (ClutterStageWindow *stage_window, in meta_stage_native_finish_frame() argument
/dports/x11/cinnamon/cinnamon-4.8.6/src/
H A Dcinnamon-tray-manager.c215 GdkWindow *stage_window; in cinnamon_tray_manager_manage_stage() local
236 stage_window = gdk_x11_window_lookup_for_display (display, stage_xwindow); in cinnamon_tray_manager_manage_stage()
237 if (stage_window) in cinnamon_tray_manager_manage_stage()
238 g_object_ref (stage_window); in cinnamon_tray_manager_manage_stage()
240 stage_window = gdk_x11_window_foreign_new_for_display (display, stage_xwindow); in cinnamon_tray_manager_manage_stage()
242 screen = gdk_window_get_screen (stage_window); in cinnamon_tray_manager_manage_stage()
244 g_object_unref (stage_window); in cinnamon_tray_manager_manage_stage()
/dports/x11-wm/mutter/mutter-41.1/src/backends/x11/cm/
H A Dmeta-backend-x11-cm.c425 Window stage_window = meta_backend_x11_get_xwindow (x11); in meta_backend_x11_cm_translate_device_event() local
427 if (device_event->event != stage_window) in meta_backend_x11_cm_translate_device_event()
429 device_event->event = stage_window; in meta_backend_x11_cm_translate_device_event()
443 Window stage_window = meta_backend_x11_get_xwindow (x11); in meta_backend_x11_cm_translate_crossing_event() local
445 if (enter_event->event != stage_window) in meta_backend_x11_cm_translate_crossing_event()
447 enter_event->event = stage_window; in meta_backend_x11_cm_translate_crossing_event()
/dports/graphics/clutter/clutter-1.26.4/clutter/egl/
H A Dclutter-stage-eglnative.c49 clutter_stage_eglnative_can_clip_redraws (ClutterStageWindow *stage_window) in clutter_stage_eglnative_can_clip_redraws() argument

12