Home
last modified time | relevance | path

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

/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-actor.c784 ClutterStageQueueRedrawEntry *queue_redraw_entry; member
4114 if (priv->queue_redraw_entry != NULL) in invalidate_queue_redraw_entry()
4116 _clutter_stage_queue_redraw_entry_invalidate (priv->queue_redraw_entry); in invalidate_queue_redraw_entry()
4117 priv->queue_redraw_entry = NULL; in invalidate_queue_redraw_entry()
8602 priv->queue_redraw_entry = NULL; in _clutter_actor_finish_queue_redraw()
8849 self->priv->queue_redraw_entry = in _clutter_actor_queue_redraw_full()
8851 priv->queue_redraw_entry, in _clutter_actor_queue_redraw_full()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-actor.c784 ClutterStageQueueRedrawEntry *queue_redraw_entry; member
4139 if (priv->queue_redraw_entry != NULL) in invalidate_queue_redraw_entry()
4141 _clutter_stage_queue_redraw_entry_invalidate (priv->queue_redraw_entry); in invalidate_queue_redraw_entry()
4142 priv->queue_redraw_entry = NULL; in invalidate_queue_redraw_entry()
8628 priv->queue_redraw_entry = NULL; in _clutter_actor_finish_queue_redraw()
8876 self->priv->queue_redraw_entry = in _clutter_actor_queue_redraw_full()
8878 priv->queue_redraw_entry, in _clutter_actor_queue_redraw_full()
/dports/graphics/clutter/clutter-1.26.4/
H A DChangeLog.pre-1.85286 actor: Ensure the validity of the queue_redraw_entry pointer
5390 clutter-actor: Store the queue_redraw_entry when queueing a redraw
H A DChangeLog.pre-1.68829 called on it once, then priv->queue_redraw_entry would point to
8833 To fix this, NULL out priv->queue_redraw_entry() and then make sure