Lines Matching refs:goomInfo
61 static void tentacle_update (PluginInfo * goomInfo, Pixel * buf, Pixel * back,
109 PluginInfo * goomInfo) in tentacle_fx_apply() argument
114 tentacle_update (goomInfo, dest, src, goomInfo->screen.width, in tentacle_fx_apply()
115 goomInfo->screen.height, goomInfo->sound.samples, in tentacle_fx_apply()
116 (float) goomInfo->sound.accelvar, in tentacle_fx_apply()
117 goomInfo->curGState->drawTentacle, data); in tentacle_fx_apply()
229 pretty_move (PluginInfo * goomInfo, float cycle, float *dist, float *dist2, in pretty_move() argument
240 goom_irand (goomInfo->gRandom, in pretty_move()
241 200) ? 0 : 100 + goom_irand (goomInfo->gRandom, 60); in pretty_move()
259 goom_irand (goomInfo->gRandom, in pretty_move()
260 500) ? fx_data->rotation : goom_irand (goomInfo->gRandom, 2); in pretty_move()
284 tentacle_update (PluginInfo * goomInfo, Pixel * buf, Pixel * back, int W, int H, in tentacle_update() argument
305 if ((fx_data->lig < 6.3f) && (goom_irand (goomInfo->gRandom, 30) == 0)) in tentacle_update()
306 fx_data->dstcol = goom_irand (goomInfo->gRandom, NB_TENTACLE_COLORS); in tentacle_update()
332 pretty_move (goomInfo, fx_data->cycle, &dist, &dist2, &rotangle, fx_data); in tentacle_update()
337 (float) (ShiftRight (data[0][goom_irand (goomInfo->gRandom, 511)], in tentacle_update()
347 grid3d_draw (goomInfo, fx_data->grille[tmp], color, colorlow, dist, buf, in tentacle_update()
353 pretty_move (goomInfo, fx_data->cycle, &dist, &dist2, &rotangle, fx_data); in tentacle_update()