Home | History | Annotate | Download | only in client

Lines Matching refs:xshift

101 	int			xshift, yshift;
105 xshift = skytime*skyspeed;
108 if ((xshift == xlast) && (yshift == ylast))
111 xlast = xshift;
125 ofs = baseofs + ((x+xshift) & SKYMASK);
139 ofs = baseofs + ((x+xshift) & SKYMASK);
165 int xshift, yshift;
169 xshift = skytime*skyspeed;
184 ofs = baseofs + ((x+xshift) & SKYMASK);
199 ofs = baseofs + ((x+xshift) & SKYMASK);
224 int xshift, yshift;
228 xshift = skytime * skyspeed;
242 ofs = baseofs + ((x+xshift) & SKYMASK);