Home
last modified time | relevance | path

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

/RevoEX-2.3/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.3/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.3/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.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerRender.c91 static void PrintFrom ( s16 x, s16 y, MsgData* msgData );
92 static void PrintTo ( s16 x, s16 y, MsgData* msgData );
93 static void PrintSubject ( s16 x, s16 y, MsgData* msgData );
94 static void PrintBodyText ( s16 x, s16 y, MsgData* msgData );
566 static void PrintFrom( s16 x, s16 y, MsgData* msgData ) in PrintFrom() argument
568 (void)DEMORFPrintf( x, y, 0, "%s", msgData->from ); in PrintFrom()
580 static void PrintTo( s16 x, s16 y, MsgData* msgData ) in PrintTo() argument
586 x += DEMORFPrintf( x, y, 0, "%s", msgData->to[i] ); in PrintTo()
589 x += DEMORFPrintf( x, y, 0, ", " ); in PrintTo()
604 static void PrintSubject( s16 x, s16 y, MsgData* msgData ) in PrintSubject() argument
[all …]
/RevoEX-2.3/build/demos/wddemo/src/
Dsample.c330 sampleCamera.pos.x = 0.0f; in InitString()
333 sampleCamera.up.x = 0.0f; in InitString()
336 sampleCamera.target.x = 0.0f; in InitString()
434 s16 x, y, z, w, h; in RenderString() local
456 x = 2; in RenderString()
473 GXPosition3s16( (s16)( x + 0 ), (s16)( y + 0 ), z ); in RenderString()
475 GXPosition3s16( (s16)( x + w ), (s16)( y + 0 ), z ); in RenderString()
477 GXPosition3s16( (s16)( x + w ), (s16)( y + h ), z ); in RenderString()
479 GXPosition3s16( (s16)( x + 0 ), (s16)( y + h ), z ); in RenderString()
482 x += w; in RenderString()
[all …]
/RevoEX-2.3/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.3/build/demos/share/include/rexdemo/
Dgraphic.h73 void REXDEMOPrintf( int x, int y, int z, const char *fmt, ... );
/RevoEX-2.3/build/demos/mpdsdemo/src/
Dmpdsmodel.c447 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.3/build/demos/nwc24demo/
Dmakefile376 echo texture 0=0,x >> $@
/RevoEX-2.3/include/revolution/
Dmp.h690 u8 MPCountPopulation(u32 x);
/RevoEX-2.3/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c540 pointX = (int)(REXDEMOKPadStatus[0].pos.x * 304 + 304); in DoPadSharing()