Lines Matching refs:s_WhirlDepth
112 s32 s_WhirlDepth; variable
411 int whirlSideLength = (s_WhirlDepth * 2 + 2); in GetNewDisplayPosition()
420 posX = s_WhirlDepth + 1; in GetNewDisplayPosition()
421 posZ = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
425 posX = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
426 posZ = s_WhirlDepth + 1; in GetNewDisplayPosition()
430 posX = -s_WhirlDepth - 1; in GetNewDisplayPosition()
431 posZ = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
435 posX = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
436 posZ = -s_WhirlDepth - 1; in GetNewDisplayPosition()
448 s_WhirlDepth++; in GetNewDisplayPosition()
463 s_WhirlDepth--; in ReleaseLastDisplayPosition()
464 s_WhirlPos = (s_WhirlDepth * 2 + 2) * 4 - 1; in ReleaseLastDisplayPosition()
467 NW_ASSERT(s_WhirlDepth >= 0); in ReleaseLastDisplayPosition()
623 s_WhirlDepth = 0; in InitializeScenes()