Lines Matching refs:s_WhirlPos
111 s32 s_WhirlPos; variable
414 switch (s_WhirlPos / whirlSideLength) in GetNewDisplayPosition()
419 posZ = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
423 posX = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
429 posZ = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
433 posX = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
443 s_WhirlPos++; in GetNewDisplayPosition()
444 if (s_WhirlPos >= whirlSideLength * 4) in GetNewDisplayPosition()
447 s_WhirlPos = 0; in GetNewDisplayPosition()
458 s_WhirlPos--; in ReleaseLastDisplayPosition()
459 if (s_WhirlPos < 0) in ReleaseLastDisplayPosition()
462 s_WhirlPos = (s_WhirlDepth * 2 + 2) * 4 - 1; in ReleaseLastDisplayPosition()
622 s_WhirlPos = 0; in InitializeScenes()