Searched refs:lineMode (Results 1 – 6 of 6) sorted by relevance
385 goomInfo->update.lineMode = goomInfo->update.drawLinesDuration; in goom_update()692 if (goomInfo->update.lineMode != goomInfo->update.drawLinesDuration) { in goom_update()693 goomInfo->update.lineMode--; in goom_update()694 if (goomInfo->update.lineMode == -1) in goom_update()695 goomInfo->update.lineMode = 0; in goom_update()697 && (goom_irand (goomInfo->gRandom, 5) == 0) && goomInfo->update.lineMode) in goom_update()698 goomInfo->update.lineMode--; in goom_update()703 if (goomInfo->update.lineMode == 0) in goom_update()704 goomInfo->update.lineMode = goomInfo->update.drawLinesDuration; in goom_update()705 else if (goomInfo->update.lineMode == goomInfo->update.drawLinesDuration) { in goom_update()[all …]
156 int lineMode; /* l'effet lineaire a dessiner */ member
201 pp->update.lineMode = pp->update.drawLinesDuration; in plugin_info_init()
49 goomdata->lineMode = 0; /* l'effet lineaire a dessiner */ in goom_init()173 …goomdata->lineMode = (goomdata->lineMode + 1) % 20; /* Tous les 10 gooms on change de mode lineair… in goom_update()373 ? (goomdata->lineMode / 10) : 0, goomdata->p2, goomdata->agoom - 15); in goom_update()
26 int lineMode; /* l'effet lineaire a dessiner */ member
157 // The order of setting lineMode and echoMode is important on Windows.160 stdin.lineMode = false;162 stdin.lineMode = true;