Lines Matching refs:s_WhirlPos
113 s32 s_WhirlPos; variable
416 switch (s_WhirlPos / whirlSideLength) in GetNewDisplayPosition()
421 posZ = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
425 posX = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
431 posZ = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
435 posX = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
445 s_WhirlPos++; in GetNewDisplayPosition()
446 if (s_WhirlPos >= whirlSideLength * 4) in GetNewDisplayPosition()
449 s_WhirlPos = 0; in GetNewDisplayPosition()
460 s_WhirlPos--; in ReleaseLastDisplayPosition()
461 if (s_WhirlPos < 0) in ReleaseLastDisplayPosition()
464 s_WhirlPos = (s_WhirlDepth * 2 + 2) * 4 - 1; in ReleaseLastDisplayPosition()
624 s_WhirlPos = 0; in InitializeScenes()