Home
last modified time | relevance | path

Searched defs:yres2 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/JESS/
H A Ddraw.c108 int yres2 = priv->yres2; in super_spectral_balls() local
175 int yres2 = priv->yres2; in super_spectral() local
354 float x,y,z,xres2 = (float) (priv->resx >> 1), yres2 = (float) (priv->resy >> 1); in burn_3d() local
553 …float x[STARS_MAX], y[STARS_MAX], z[STARS_MAX], xres2 = (float) (priv->resx >> 1), yres2 = (float)… in stars_manage() local
H A Djess.h73 int yres2; member