| /RvlSDK-2.1/build/demos/wpaddemo/src/ |
| D | pointing.c | 352 int x0=stat->obj[0].x; in getMidpoint() local 354 f32 diff0=(s_prevX[0]-x0)*(s_prevX[0]-x0)+(s_prevY[0]-y0)*(s_prevY[0]-y0); in getMidpoint() 355 f32 diff1=(s_prevX[1]-x0)*(s_prevX[1]-x0)+(s_prevY[1]-y0)*(s_prevY[1]-y0); in getMidpoint() 359 cx[0]=x0; in getMidpoint() 371 cx[1]=x0; in getMidpoint()
|
| /RvlSDK-2.1/X86/bin/ |
| D | setsmemsize.bat | 50 if "%1" == "0x0" ( 75 %DOLPHIN_X86_TOOLS%\tickleBI2 -d %_amc_drive_% 4 0x0 119 if "%1" == "0x0" ( 144 %DOLPHIN_X86_TOOLS%\tickleBI2 -o %ODEMUSDKBIN%\OdemRun.bi2 4 0x0
|
| D | setsmem2size.bat | 38 if "%1" == "0x0" ( 58 %REVOLUTION_SDK_ROOT%\x86\bin\tickleBI2 -o %REVOLUTION_SDK_ROOT%\x86\bin\bi2.bin 44 0x0
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-bound-box.c | 364 s16 x0, x1, y0, y1; in DrawBoundingBox() local 381 x0 = (s16)bb[0]; in DrawBoundingBox() 388 GXPosition3s16(x0, y0, 0); in DrawBoundingBox() 394 GXPosition3s16(x0, y1, 0); in DrawBoundingBox() 396 GXPosition3s16(x0, y0, 0); in DrawBoundingBox()
|
| D | frb-copy.c | 655 s16 x0, x1, y0, y1; in DrawTexCopyFrame() local 668 x0 = (s16)( ct->left - 1 ); in DrawTexCopyFrame() 675 GXPosition3s16(x0, y0, 0); in DrawTexCopyFrame() 681 GXPosition3s16(x0, y1, 0); in DrawTexCopyFrame() 683 GXPosition3s16(x0, y0, 0); in DrawTexCopyFrame()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/ |
| D | pix-z-comp.c | 366 f32 x0, y0, x1, y1, z; member 444 GXPosition3f32( rect[i].x0, rect[i].y0, rect[i].z ); in myDrawModel() 447 GXPosition3f32( rect[i].x0, rect[i].y1, rect[i].z ); in myDrawModel() 459 DEMOPrintf( (s16)rect[i].x0, (s16)rect[i].y0, in myDrawModel()
|
| D | pix-a-comp.c | 468 f32 x0, y0, x1, y1, z; member 544 GXPosition3f32( rect[i].x0, rect[i].y0, rect[i].z ); in myDrawModel() 547 GXPosition3f32( rect[i].x0, rect[i].y1, rect[i].z ); in myDrawModel() 560 DEMOPrintf( (s16)rect[i].x0, (s16)rect[i].y0, in myDrawModel()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Culling/ |
| D | cul-viewport.c | 462 void myDrawRectangle( f32 x0, f32 y0, f32 x1, f32 y1, GXColor color ) in myDrawRectangle() argument 465 x0 += 0.5f; // center of pixel in myDrawRectangle() 492 GXPosition3f32( x0, y0, 0.0f ); in myDrawRectangle() 495 GXPosition3f32( x0, y1, 0.0f ); in myDrawRectangle() 496 GXPosition3f32( x0, y0, 0.0f ); in myDrawRectangle()
|
| D | cul-faces.c | 506 s32 xs, zs, x0, z0, x1, z1; in myDrawArrow() local 524 x0 = (s32)( c * COS30 - s * SIN30 + 0.5f ); in myDrawArrow() 528 GXPosition3s16( (s16)( xs + x0 ), RPOSY, (s16)( zs + z0 ) ); in myDrawArrow()
|