Home
last modified time | relevance | path

Searched refs:redrawpos (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dlissie.c96 int redrawing, redrawpos; member
171 lissie->redrawpos++; in drawlissie()
176 Lissie((p - lissie->redrawpos + MAXLISSIELEN) % MAXLISSIELEN); in drawlissie()
177 if (++(lissie->redrawpos) >= lissie->len) { in drawlissie()
323 lp->lissie[i].redrawpos = 0; in refresh_lissie()
H A Dworm.c98 int redrawing, redrawpos; member
203 int k = (ws->tail - ws->redrawpos + wp->wormlength) in worm_doit()
220 if (++(ws->redrawpos) >= wp->wormlength) { in worm_doit()
236 ws->redrawpos++; in worm_doit()
241 int k = (ws->tail - ws->redrawpos + wp->wormlength) in worm_doit()
248 if (++(ws->redrawpos) >= wp->wormlength) { in worm_doit()
471 wp->worm[i].redrawpos = 0; in refresh_worm()
H A Ddragon.c113 int redrawing, redrawpos; member
545 if (dp->oldcell[dp->redrawpos] != 1) { in draw_dragon()
546 drawcell(mi, dp->redrawpos % dp->ncols, dp->redrawpos / dp->ncols, in draw_dragon()
547 dp->oldcell[dp->redrawpos]); in draw_dragon()
549 if (++(dp->redrawpos) >= dp->ncols * dp->nrows) { in draw_dragon()
581 dp->redrawpos = 0; in refresh_dragon()
H A Dspiral.c95 int redrawing, redrawpos; member
296 j = (sp->inc - sp->redrawpos + sp->nlength) % sp->nlength; in draw_spiral()
299 if (++(sp->redrawpos) >= sp->nlength) { in draw_spiral()
334 sp->redrawpos = 0; in refresh_spiral()
H A Drotor.c104 int redrawing, redrawpos; member
344 j = (rp->rotor - rp->redrawpos + rp->nsave) % rp->nsave; in draw_rotor()
359 if (++(rp->redrawpos) >= rp->nsave) { in draw_rotor()
394 rp->redrawpos = 1; in refresh_rotor()
H A Dqix.c119 int redrawing, redrawpos; member
445 int jold = (qp->last - qp->redrawpos + qp->nlines - qp->npoints) % qp->nlines; in draw_qix()
447 j = (qp->first - qp->redrawpos + qp->nlines - qp->npoints) % qp->nlines; in draw_qix()
483 qp->redrawpos += qp->npoints; in draw_qix()
484 if (qp->redrawpos >= qp->nlines - qp->npoints) { in draw_qix()
513 qp->redrawpos = 0; in refresh_qix()
H A Dspline.c121 int redrawing, redrawpos; member
338 sp->redrawpos++; in draw_spline()
343 j = (sp->last - sp->redrawpos + sp->nsplines) % in draw_spline()
388 if (++(sp->redrawpos) >= sp->nsplines - 1) { in draw_spline()
452 sp->redrawpos = 1; in refresh_spline()
H A Djulia.c114 int redrawing, redrawpos; member
434 j = (jp->buffer - jp->redrawpos + jp->nbuffers) % jp->nbuffers; in draw_julia()
438 if (++(jp->redrawpos) >= jp->nbuffers) { in draw_julia()
471 jp->redrawpos = 0; in refresh_julia()
H A Ddilemma.c183 int redrawing, redrawpos; member
1170 drawcell(mi, dp->redrawpos % dp->ncols, dp->redrawpos / dp->ncols, in draw_dilemma()
1171 dp->colors[(int) dp->sn[dp->redrawpos]][(int) dp->s[dp->redrawpos]], in draw_dilemma()
1172 dp->sn[dp->redrawpos], False); in draw_dilemma()
1173 if (++(dp->redrawpos) >= dp->npositions) { in draw_dilemma()
1202 dp->redrawpos = 0; in refresh_dilemma()
H A Dwire.c184 int redrawing, redrawpos; member
1230 if ((*(wp->oldcells + wp->redrawpos))) { in draw_wire()
1231 drawCell(mi, wp->redrawpos % wp->bncols - 2, in draw_wire()
1232 wp->redrawpos / wp->bncols - 2, *(wp->oldcells + wp->redrawpos) - 1); in draw_wire()
1234 if (++(wp->redrawpos) >= wp->bncols * (wp->bnrows - 2)) { in draw_wire()
1267 wp->redrawpos = 2 * wp->ncols + 2; in refresh_wire()
H A Ddemon.c145 int redrawing, redrawpos; member
1240 if (dp->oldcell[dp->redrawpos]) { in draw_demon()
1241 drawCell(mi, dp->redrawpos % dp->ncols, dp->redrawpos / dp->ncols, in draw_demon()
1242 dp->oldcell[dp->redrawpos]); in draw_demon()
1244 if (++(dp->redrawpos) >= dp->ncols * dp->nrows) { in draw_demon()
1276 dp->redrawpos = 0; in refresh_demon()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dlissie.c96 int redrawing, redrawpos; member
159 lissie->redrawpos++; in drawlissie()
164 Lissie((p - lissie->redrawpos + MAXLISSIELEN) % MAXLISSIELEN); in drawlissie()
165 if (++(lissie->redrawpos) >= lissie->len) { in drawlissie()
314 lp->lissie[i].redrawpos = 0; in refresh_lissie()
H A Dworm.c86 int redrawing, redrawpos; member
190 int k = (ws->tail - ws->redrawpos + wp->wormlength) in worm_doit()
207 if (++(ws->redrawpos) >= wp->wormlength) { in worm_doit()
223 ws->redrawpos++; in worm_doit()
228 int k = (ws->tail - ws->redrawpos + wp->wormlength) in worm_doit()
235 if (++(ws->redrawpos) >= wp->wormlength) { in worm_doit()
427 wp->worm[i].redrawpos = 0; in refresh_worm()
H A Dspiral.c95 int redrawing, redrawpos; member
288 j = (sp->inc - sp->redrawpos + sp->nlength) % sp->nlength; in draw_spiral()
291 if (++(sp->redrawpos) >= sp->nlength) { in draw_spiral()
324 sp->redrawpos = 0; in refresh_spiral()
H A Drotor.c105 int redrawing, redrawpos; member
346 j = (rp->rotor - rp->redrawpos + rp->nsave) % rp->nsave; in draw_rotor()
361 if (++(rp->redrawpos) >= rp->nsave) { in draw_rotor()
383 rp->redrawpos = 1; in refresh_rotor()
H A Dant.c168 int redrawing, redrawpos; member
1313 if (ap->tape[ap->redrawpos] || in draw_ant()
1314 (ap->truchet && ap->truchet_state[ap->redrawpos])) { in draw_ant()
1315 drawcell(mi, ap->redrawpos % ap->ncols, ap->redrawpos / ap->ncols, in draw_ant()
1316 ap->tape[ap->redrawpos]); in draw_ant()
1318 drawtruchet(mi, ap->redrawpos % ap->ncols, ap->redrawpos / ap->ncols, in draw_ant()
1319 ap->tape[ap->redrawpos], in draw_ant()
1320 ap->truchet_state[ap->redrawpos] - 1); in draw_ant()
1322 if (++(ap->redrawpos) >= ap->ncols * ap->nrows) { in draw_ant()
1343 ap->redrawpos = 0; in refresh_ant()
H A Djulia.c77 int redrawing, redrawpos; member
396 j = (jp->buffer - jp->redrawpos + jp->nbuffers) % jp->nbuffers; in draw_julia()
400 if (++(jp->redrawpos) >= jp->nbuffers) { in draw_julia()
438 jp->redrawpos = 0; in refresh_julia()
H A Ddemon.c133 int redrawing, redrawpos; member
923 if (dp->oldcell[dp->redrawpos]) { in draw_demon()
924 drawcell(mi, dp->redrawpos % dp->ncols, dp->redrawpos / dp->ncols, in draw_demon()
925 dp->oldcell[dp->redrawpos]); in draw_demon()
927 if (++(dp->redrawpos) >= dp->ncols * dp->nrows) { in draw_demon()
946 dp->redrawpos = 0; in refresh_demon()
H A Dloop.c215 int redrawing, redrawpos; member
1663 if ((*(lp->oldcells + lp->redrawpos))) { in draw_loop()
1664 drawcell(mi, lp->redrawpos % lp->bncols - lp->bx, in draw_loop()
1665 lp->redrawpos / lp->bncols - lp->by, in draw_loop()
1666 *(lp->oldcells + lp->redrawpos)); in draw_loop()
1668 if (++(lp->redrawpos) >= lp->bncols * (lp->bnrows - lp->bx)) { in draw_loop()
1688 lp->redrawpos = lp->by * lp->ncols + lp->bx; in refresh_loop()
/dports/japanese/kinput2/kinput2-v3.1/lib/
H A DAuxPanel.c239 dseg->redrawpos = 0;
242 dseg->redrawpos = -1; /* $B=q$-D>$9I,MW$,$J$$(B */
528 if (dseg->redrawpos >= 0) {
530 int idx = dseg->redrawpos;
564 dseg->redrawpos = 0;
599 dseg->redrawpos = 0;
H A DOffConv.c1427 dseg->redrawpos = 0;
1432 dseg->redrawpos = -1;
1451 dseg->redrawpos = -1;
1453 dseg->redrawpos = 0;
1457 dseg->redrawpos = 0;
1464 dseg->redrawpos = nsame;
1466 dseg->redrawpos = 0;
1472 dseg->redrawpos = 0;
1500 dseg->redrawpos = 0;
1682 if (dsp->redrawpos >= 0) {
[all …]
H A DOverConv.c1688 dseg->redrawpos = 0;
1693 dseg->redrawpos = -1;
1714 dseg->redrawpos = -1;
1716 dseg->redrawpos = 0;
1720 dseg->redrawpos = 0;
1728 dseg->redrawpos = nsame;
1730 dseg->redrawpos = 0;
1736 dseg->redrawpos = 0;
1770 dseg->redrawpos = 0;
2025 if (dsp->redrawpos >= 0) {
[all …]
/dports/japanese/kinput2/kinput2-v3.1/include/
H A DAuxPanelP.h63 short redrawpos; /* $B=q$-D>$7$,I,MW$JJ8;z$N3+;O0LCV(B member
H A DOffConvP.h38 short redrawpos; /* $B=q$-D>$7$,I,MW$JJ8;z$N3+;O0LCV(B member
H A DOverConvP.h51 short redrawpos; /* $B=q$-D>$7$,I,MW$JJ8;z$N3+;O0LCV(B member

12