Lines Matching refs:s_WhirlPos
117 s32 s_WhirlPos; variable
422 switch (s_WhirlPos / whirlSideLength) in GetNewDisplayPosition()
427 posZ = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
431 posX = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
437 posZ = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
441 posX = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
451 s_WhirlPos++; in GetNewDisplayPosition()
452 if (s_WhirlPos >= whirlSideLength * 4) in GetNewDisplayPosition()
455 s_WhirlPos = 0; in GetNewDisplayPosition()
466 s_WhirlPos--; in ReleaseLastDisplayPosition()
467 if (s_WhirlPos < 0) in ReleaseLastDisplayPosition()
470 s_WhirlPos = (s_WhirlDepth * 2 + 2) * 4 - 1; in ReleaseLastDisplayPosition()
630 s_WhirlPos = 0; in InitializeScenes()