Lines Matching refs:s_WhirlDepth
110 s32 s_WhirlDepth; variable
409 int whirlSideLength = (s_WhirlDepth * 2 + 2); in GetNewDisplayPosition()
418 posX = s_WhirlDepth + 1; in GetNewDisplayPosition()
419 posZ = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
423 posX = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
424 posZ = s_WhirlDepth + 1; in GetNewDisplayPosition()
428 posX = -s_WhirlDepth - 1; in GetNewDisplayPosition()
429 posZ = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
433 posX = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
434 posZ = -s_WhirlDepth - 1; in GetNewDisplayPosition()
446 s_WhirlDepth++; in GetNewDisplayPosition()
461 s_WhirlDepth--; in ReleaseLastDisplayPosition()
462 s_WhirlPos = (s_WhirlDepth * 2 + 2) * 4 - 1; in ReleaseLastDisplayPosition()
465 NW_ASSERT(s_WhirlDepth >= 0); in ReleaseLastDisplayPosition()
621 s_WhirlDepth = 0; in InitializeScenes()