Searched refs:x (Results 1 – 4 of 4) sorted by relevance
| /RevoEX-2.4/build/demos/mpdsdemo/include/ |
| D | ball.h | 62 int x; member 99 shared->ball[i].x = (190 + (i % 4) * 5); in InitBall() 174 int x = shared->ball[i].x; in UpdateBalls() local 176 x += shared->ball[i].vx / BALL_VELOCITY_ONE; in UpdateBalls() 178 if ((x < 0) || (x > BALL_FIELD_WIDTH - BALL_RADIUS * 2)) in UpdateBalls() 198 shared->ball[i].x = x; in UpdateBalls() 204 int dx = shared->ball[j].x - x; in UpdateBalls()
|
| /RevoEX-2.4/build/demos/mpdsdemo/src/ |
| D | mpdsmodel.c | 447 s16 x = 320; in Draw() local 453 … REXDEMOPrintf(x + shared->ball[i].x, y + shared->ball[i].y, 0, "%c", shared->ball[i].chr); in Draw() 505 GXPosition3s16((s16) (x), (s16) (y), (s16) z); in Draw() 507 GXPosition3s16((s16) (x + BALL_FIELD_WIDTH), (s16) (y), (s16) z); in Draw() 509 … GXPosition3s16((s16) (x + BALL_FIELD_WIDTH), (s16) (y + BALL_FIELD_HEIGHT), (s16) z); in Draw() 511 GXPosition3s16((s16) (x), (s16) (y + BALL_FIELD_HEIGHT), (s16) z); in Draw()
|
| /RevoEX-2.4/build/demos/nwc24demo/ |
| D | makefile | 376 echo texture 0=0,x >> $@
|
| /RevoEX-2.4/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 540 pointX = (int)(REXDEMOKPadStatus[0].pos.x * 304 + 304); in DoPadSharing()
|