Home
last modified time | relevance | path

Searched refs:MI_CYCLES (Results 1 – 25 of 110) sorted by relevance

12345

/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dthornbird.c129 hp->nbuffers = MI_CYCLES(mi); in init_thornbird()
132 if ((hp->pointBuffer = (XPoint **) calloc(MI_CYCLES(mi), in init_thornbird()
184 erase = (hp->inc + 1) % MI_CYCLES(mi); in draw_thornbird()
185 current = hp->inc % MI_CYCLES(mi); in draw_thornbird()
241 if (!((hp->inc + 1) % (1 + (MI_CYCLES(mi) / 3)))) /* jwz: sooner */ in draw_thornbird()
H A Ddiscrete.c262 int cycles = MI_CYCLES(mi); in draw_discrete_1()
396 int cycles = MI_CYCLES(mi); in draw_discrete()
H A Dsierpinski.c199 if (++sp->time >= MI_CYCLES(mi)) in draw_sierpinski()
H A Dxlockmore.h68 #define MI_CYCLES(MI) ((MI)->cycles) macro
H A Dflag.c552 if ((MI_CYCLES(mi) > 0) && (fp->timer >= MI_CYCLES(mi))) in draw_flag()
H A Dfadeplot.c137 fp->maxpts = MI_CYCLES(mi); in init_fadeplot()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dthornbird.c128 hp->nbuffers = MI_CYCLES(mi); in init_thornbird()
131 if ((hp->pointBuffer = (XPoint **) calloc(MI_CYCLES(mi), in init_thornbird()
183 if (MI_CYCLES(mi) < 1) { in draw_thornbird()
187 erase = (hp->inc + 1) % MI_CYCLES(mi); in draw_thornbird()
188 current = hp->inc % MI_CYCLES(mi); in draw_thornbird()
H A Dkumppa.c650 if (MI_CYCLES(mi) < 1) in init_kumppa()
653 s->time = MI_CYCLES(mi) + NRAND(MI_CYCLES(mi)); in init_kumppa()
795 if (MI_CYCLES(mi) < 1) in draw_kumppa()
798 s->time = MI_CYCLES(mi) + NRAND(MI_CYCLES(mi)); in draw_kumppa()
H A Dspiral.c149 if (MI_CYCLES(mi) < 2) in init_spiral()
152 sp->nlength = MI_CYCLES(mi); in init_spiral()
H A Ddeco.c175 if (++dp->time > MI_CYCLES(mi)) in draw_deco()
H A Dqix.c242 qp->nlines = (qp->npoints == 2) ? (MI_CYCLES(mi) + 1) * 2 : in init_qix()
243 ((MI_CYCLES(mi) + qp->npoints) / qp->npoints) * qp->npoints; in init_qix()
249 qp->nlines = (MI_CYCLES(mi) + 1) * 8; /* Fudge it so its compatible */ in init_qix()
H A Dblot.c181 if (++bp->count > MI_CYCLES(mi)) in draw_blot()
H A Dlife1d.c793 lp->border = (lp->nrows / 2 + 1) * MI_CYCLES(mi); in init_life1d()
871 if (lp->screen_generation > MI_CYCLES(mi)) in draw_life1d()
947 lp->screen_generation = MI_CYCLES(mi); in draw_life1d()
H A Dmunch.c195 mp->logminwidth = MI_CYCLES(mi); in init_munch()
H A Dsierpinski.c200 if (++sp->time >= MI_CYCLES(mi)) in draw_sierpinski()
H A Dforest.c202 if (++fp->time > MI_CYCLES(mi)) { in draw_forest()
H A Dspline.c203 sp->nsplines = MI_CYCLES(mi) / 64 + 1; /* So as to be compatible */ in init_spline()
394 } else if (++sp->nsplines > MI_CYCLES(mi)) in draw_spline()
H A Dclock.c390 cp->clock_count = MI_CYCLES(mi); in init_clock()
429 if (++cp->clock_count >= MI_CYCLES(mi)) { in draw_clock()
H A Dpetal.c343 if (++pp->time > MI_CYCLES(mi)) in draw_petal()
H A Dflag.c654 if ((MI_CYCLES(mi) > 0) && (fp->timer >= MI_CYCLES(mi))) in draw_flag()
H A Dfadeplot.c141 fp->maxpts = MI_CYCLES(mi); in init_fadeplot()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dsballs.c626 sb->speed = MI_CYCLES(mi); in Init()
659 (int) MI_CYCLES(mi), in Init()
814 (int) MI_CYCLES(mi), in change_sballs()
/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Dsballs.c661 sb->speed = MI_CYCLES(mi); in Init()
700 MI_CYCLES(mi), in Init()
843 MI_CYCLES(mi), in change_sballs()
H A Dsproingiewrap.c129 int cycles = MI_CYCLES(mi); in init_sproingies()
H A Dpipes.c742 if (MI_CYCLES(mi) > 0 && MI_CYCLES(mi) < 11) { in init_pipes()
743 pp->number_of_systems = MI_CYCLES(mi); in init_pipes()

12345