Home
last modified time | relevance | path

Searched refs:BALL_FIELD_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/RevoEX-2.4-CW4W/build/demos/mpdsdemo/include/
Dball.h34 #define BALL_FIELD_HEIGHT 192 macro
187 if ((y < 0) || (y > BALL_FIELD_HEIGHT - BALL_RADIUS * 2)) in UpdateBalls()
/RevoEX-2.4-CW4W/build/demos/mpdsdemo/src/
Dmpdsmodel.c509 … 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()