Lines Matching refs:j
522 s32 i, j, v=0; in MyCreateSphere() local
535 for (j = 0; j < numMinor; j++) in MyCreateSphere()
537 f32 c = j * minorStep; in MyCreateSphere()
565 s32 i, j, v=0; in MyDrawSphere() local
572 for (j = numMinor; j >= 0; j--) in MyDrawSphere()
574 GXPosition1x16((u16) (j % numMinor + 1)); in MyDrawSphere()
575 GXNormal1x16((u16) (j % numMinor + 1)); in MyDrawSphere()
584 for (j = 0; j <= numMinor; j++) in MyDrawSphere()
586 GXPosition1x16((u16) (n + numMinor + j % numMinor)); in MyDrawSphere()
587 GXNormal1x16((u16) (n + numMinor + j % numMinor)); in MyDrawSphere()
588 GXPosition1x16((u16) (n + j % numMinor)); in MyDrawSphere()
589 GXNormal1x16((u16) (n + j % numMinor)); in MyDrawSphere()
600 for (j = numMinor; j >= 0; j--) in MyDrawSphere()
602 GXPosition1x16((u16) (n - j % numMinor)); in MyDrawSphere()
603 GXNormal1x16((u16) (n - j % numMinor)); in MyDrawSphere()