Home
last modified time | relevance | path

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

/dports/x11-wm/mutter/mutter-41.1/src/backends/x11/
H A Dmeta-stage-x11.c83 MetaStageImpl *stage_impl = META_STAGE_IMPL (stage_x11); in meta_stage_x11_fix_window_size() local
120 META_CLUTTER_BACKEND_X11 (stage_impl->backend); in meta_stage_x11_set_wm_protocols()
193 META_CLUTTER_BACKEND_X11 (stage_impl->backend); in set_wm_pid()
220 META_CLUTTER_BACKEND_X11 (stage_impl->backend); in set_wm_title()
619 MetaStageImpl *stage_impl; in meta_stage_x11_translate_event() local
626 if (stage_impl == NULL) in meta_stage_x11_translate_event()
629 stage = stage_impl->wrapper; in meta_stage_x11_translate_event()
834 MetaStageImpl *stage_impl; in meta_x11_get_stage_from_window() local
838 if (stage_impl != NULL) in meta_x11_get_stage_from_window()
839 return stage_impl->wrapper; in meta_x11_get_stage_from_window()
[all …]
H A Dmeta-seat-x11.c1263 MetaStageImpl *stage_impl = META_STAGE_IMPL (stage_x11); in translate_coords() local
1264 ClutterActor *stage = CLUTTER_ACTOR (stage_impl->wrapper); in translate_coords()
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-stage-impl.c97 meta_stage_impl_get_instance_private (stage_impl); in meta_stage_impl_get_frame_counter()
114 clutter_actor_map (CLUTTER_ACTOR (stage_impl->wrapper)); in meta_stage_impl_show()
122 clutter_actor_unmap (CLUTTER_ACTOR (stage_impl->wrapper)); in meta_stage_impl_hide()
211 meta_stage_impl_get_instance_private (stage_impl); in swap_framebuffer()
349 paint_stage (MetaStageImpl *stage_impl, in paint_stage() argument
353 ClutterStage *stage = stage_impl->wrapper; in paint_stage()
555 paint_stage (stage_impl, stage_view, redraw_clip); in meta_stage_impl_redraw_view_primary()
563 paint_stage (stage_impl, stage_view, redraw_clip); in meta_stage_impl_redraw_view_primary()
632 meta_stage_impl_get_instance_private (stage_impl); in meta_stage_impl_scanout_view()
673 if (meta_stage_impl_scanout_view (stage_impl, in meta_stage_impl_redraw_view()
[all …]
H A Dmeta-stage-impl-private.h67 void meta_stage_impl_presented (MetaStageImpl *stage_impl,
71 void meta_stage_impl_add_onscreen_frame_info (MetaStageImpl *stage_impl,
/dports/misc/libxdf/libxdf-0.991/
H A Dxdf.pro16 smarc/stage_impl.c \
25 smarc/stage_impl.h \
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-backend.c452 ClutterStageWindow *stage_impl; in clutter_backend_real_ensure_context() local
458 stage_impl = _clutter_stage_get_window (stage); in clutter_backend_real_ensure_context()
459 if (stage_impl == NULL) in clutter_backend_real_ensure_context()
462 framebuffer = _clutter_stage_window_get_active_framebuffer (stage_impl); in clutter_backend_real_ensure_context()