Searched refs:STEP (Results 1 – 2 of 2) sorted by relevance
115 #define STEP 100 in cmModel0_Draw() macro125 GXPosition2s16( (s16)(i*STEP+ORGX), (s16)( ORGY) ); in cmModel0_Draw()126 GXPosition2s16( (s16)(i*STEP+ORGX), (s16)((GRIDY-1)*STEP+ORGY) ); in cmModel0_Draw()132 GXPosition2s16( (s16)( ORGX), (s16)(i*STEP+ORGY) ); in cmModel0_Draw()133 GXPosition2s16( (s16)((GRIDX-1)*STEP+ORGX), (s16)(i*STEP+ORGY) ); in cmModel0_Draw()
364 #define STEP 10 in DrawWall() macro385 xx = (f32)(x * STEP - half * STEP); in DrawWall()386 yy0 = (f32)(y * STEP - half * STEP); in DrawWall()387 yy1 = (f32)((y + 1) * STEP - half * STEP); in DrawWall()