Lines Matching refs:s_WhirlDepth
116 s32 s_WhirlDepth; variable
417 int whirlSideLength = (s_WhirlDepth * 2 + 2); in GetNewDisplayPosition()
426 posX = s_WhirlDepth + 1; in GetNewDisplayPosition()
427 posZ = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
431 posX = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
432 posZ = s_WhirlDepth + 1; in GetNewDisplayPosition()
436 posX = -s_WhirlDepth - 1; in GetNewDisplayPosition()
437 posZ = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
441 posX = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
442 posZ = -s_WhirlDepth - 1; in GetNewDisplayPosition()
454 s_WhirlDepth++; in GetNewDisplayPosition()
469 s_WhirlDepth--; in ReleaseLastDisplayPosition()
470 s_WhirlPos = (s_WhirlDepth * 2 + 2) * 4 - 1; in ReleaseLastDisplayPosition()
473 NW_ASSERT(s_WhirlDepth >= 0); in ReleaseLastDisplayPosition()
629 s_WhirlDepth = 0; in InitializeScenes()