Home
last modified time | relevance | path

Searched refs:x (Results 1 – 11 of 11) sorted by relevance

/RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/
DFLViewerRender.c67 static void PrintType ( s16 x, s16 y, NWC24FriendInfo* info );
68 static void PrintTypeCore ( s16 x, s16 y, u32 type, BOOL bEditMode );
69 static void PrintStatus ( s16 x, s16 y, NWC24FriendInfo* info );
70 static void PrintStatusCore ( s16 x, s16 y, u32 status, BOOL bEditMode );
71 static void PrintFdId ( s16 x, s16 y, NWC24FriendInfo* info );
72 static void PrintFdIdCore ( s16 x, s16 y, const char* strFdId, BOOL bEditMode );
73 static void PrintName ( s16 x, s16 y, NWC24FriendInfo* info );
74 static void PrintNameCore ( s16 x, s16 y, const char* name, BOOL bEditMode );
75 static void PrintAddress ( s16 x, s16 y, NWC24FriendInfo* info );
76 static void PrintWiiId ( s16 x, s16 y, const char* strWiiId, BOOL bEditMode );
[all …]
/RevoEX-2.1/build/demos/mpdsdemo/include/
Dball.h62 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.1/build/demos/share/src/
Dgraphic.c92 static int REXDEMODrawChar( int x, int y, int z, int w, int h, const char **string );
458 REXDEMOPrintf( int x, int y, int z, const char *fmt, ... ) in REXDEMOPrintf() argument
470 int ox = x; in REXDEMOPrintf()
479 ox = x; in REXDEMOPrintf()
516 sampleCamera.pos.x = 0.0f; in InitString()
519 sampleCamera.up.x = 0.0f; in InitString()
522 sampleCamera.target.x = 0.0f; in InitString()
552 REXDEMODrawChar( int x, int y, int z, int w, int h, const char **string ) in REXDEMODrawChar() argument
580 GXPosition3s16( (s16)( x + 0 ), (s16)( y + 0 ), (s16)z ); in REXDEMODrawChar()
582 GXPosition3s16( (s16)( x + w ), (s16)( y + 0 ), (s16)z ); in REXDEMODrawChar()
[all …]
/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerRender.c78 static void PrintFrom ( s16 x, s16 y, MsgData* msgData );
79 static void PrintTo ( s16 x, s16 y, MsgData* msgData );
80 static void PrintSubject ( s16 x, s16 y, MsgData* msgData );
81 static void PrintBodyText ( s16 x, s16 y, MsgData* msgData );
464 static void PrintFrom( s16 x, s16 y, MsgData* msgData ) in PrintFrom() argument
466 (void)DEMORFPrintf( x, y, 0, "%s", msgData->from ); in PrintFrom()
478 static void PrintTo( s16 x, s16 y, MsgData* msgData ) in PrintTo() argument
484 x += DEMORFPrintf( x, y, 0, "%s", msgData->to[i] ); in PrintTo()
487 x += DEMORFPrintf( x, y, 0, ", " ); in PrintTo()
502 static void PrintSubject( s16 x, s16 y, MsgData* msgData ) in PrintSubject() argument
[all …]
/RevoEX-2.1/build/demos/wddemo/src/
Dsample.c324 sampleCamera.pos.x = 0.0f; in InitString()
327 sampleCamera.up.x = 0.0f; in InitString()
330 sampleCamera.target.x = 0.0f; in InitString()
428 s16 x, y, z, w, h; in RenderString() local
450 x = 2; in RenderString()
467 GXPosition3s16( (s16)( x + 0 ), (s16)( y + 0 ), z ); in RenderString()
469 GXPosition3s16( (s16)( x + w ), (s16)( y + 0 ), z ); in RenderString()
471 GXPosition3s16( (s16)( x + w ), (s16)( y + h ), z ); in RenderString()
473 GXPosition3s16( (s16)( x + 0 ), (s16)( y + h ), z ); in RenderString()
476 x += w; in RenderString()
[all …]
/RevoEX-2.1/build/libraries/mpds/src/
Dmpdssystem.c77 static u8 CountPopulation(u32 x);
1028 u8 CountPopulation( u32 x ) in CountPopulation() argument
1034 x -= ((x >> 1) & 0x55555555); in CountPopulation()
1038 x = (x & 0x33333333) + ((x >> 2) & 0x33333333); in CountPopulation()
1043 x += (x >> 4); in CountPopulation()
1046 x &= 0x0f0f0f0f; in CountPopulation()
1049 x += (x >> 8); in CountPopulation()
1052 x += (x >> 16); in CountPopulation()
1055 return (u8)( x & 0xff ); in CountPopulation()
/RevoEX-2.1/build/demos/share/include/rexdemo/
Dgraphic.h73 void REXDEMOPrintf( int x, int y, int z, const char *fmt, ... );
/RevoEX-2.1/build/demos/mpdsdemo/src/
Dmpdsmodel.c440 s16 x = 320; in Draw() local
446 … REXDEMOPrintf(x + shared->ball[i].x, y + shared->ball[i].y, 0, "%c", shared->ball[i].chr); in Draw()
498 GXPosition3s16((s16) (x), (s16) (y), (s16) z); in Draw()
500 GXPosition3s16((s16) (x + BALL_FIELD_WIDTH), (s16) (y), (s16) z); in Draw()
502 … GXPosition3s16((s16) (x + BALL_FIELD_WIDTH), (s16) (y + BALL_FIELD_HEIGHT), (s16) z); in Draw()
504 GXPosition3s16((s16) (x), (s16) (y + BALL_FIELD_HEIGHT), (s16) z); in Draw()
/RevoEX-2.1/build/demos/nwc24demo/
Dmakefile372 echo texture 0=0,x >> $@
/RevoEX-2.1/include/revolution/
Dmp.h680 u8 MPCountPopulation(u32 x);
/RevoEX-2.1/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c537 pointX = (int)(REXDEMOKPadStatus[0].pos.x * 304 + 304); in DoPadSharing()