Searched refs:set_fade (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c262 set_fade (Display *dpy, win *w, double start, double finish, double step, function in typeref:typename:void
299 printf ("set_fade start %g step %g\n", f->cur, f->step);
1205 set_fade (dpy, w, 0, get_opacity_percent (dpy, w, 1.0), fade_in_step, NULL, False, True, True);
1277 set_fade (dpy, w, w->opacity*1.0/OPAQUE, 0.0, fade_out_step, unmap_callback, False, False, True);
1679 set_fade (dpy, w, w->opacity*1.0/OPAQUE, 0.0, fade_out_step, destroy_callback, gone, False, True);
1756 set_fade (dpy, w, 0, get_opacity_percent (dpy, w, 1.0), fade_in_step, 0, False, True, True);
2351 set_fade (dpy, w, start, finish, step,

Completed in 4 milliseconds